ros-visualization / rviz

ROS 3D Robot Visualizer
BSD 3-Clause "New" or "Revised" License
831 stars 463 forks source link

Wrench: Hide small values doesn't work as configured #1809

Closed ruoshiwen closed 10 months ago

ruoshiwen commented 10 months ago

Describe your issue here and explain how to reproduce it.

Your environment

image

However, whenever I open rviz again, I loaded the saved config file, although the box after Hide Small Values was kept unticked but no red/yellow dot showed up and the small values were hidden. So I ticked and unticked, and it worked. Here's a video showing this:

https://github.com/ros-visualization/rviz/assets/28282183/b9b2f30a-f798-44bc-a2a5-7c12f6f7847a

I also check the config file, ` Name: B12 Queue Size: 10 Topic: /thumb_00 Torque Arrow Scale: 2 Torque Color: 204; 204; 51 Unreliable: false Value: true

The Hide Small Values is set to false. Could anyone help me here? I have tens of sensors to visualise at the same time, I don't want to tick and untick that box every time I start rviz.

ruoshiwen commented 10 months ago

Hi, thank you for the prompt action. I install rviz using sudo apt-get install ros-noetic-rviz I run the rviz again with the config which set the "Hide Small values" to false, but it's still the same. Maybe I need to install rviz in a different way? Look forward to your reply.

rhaschke commented 10 months ago

These changes will be available from the binary package only after the next release, which I didn't even cut. Meanwhile, I suggest building rviz from source. Just clone this repo into your ROS workspace.