dheera / rosboard

ROS node that turns your robot into a web server to visualize ROS topics
Other
822 stars 161 forks source link

fix layout twitching #81

Closed mjbogusz closed 1 year ago

mjbogusz commented 2 years ago

This change fixes the minor layout/visualizer twitching.

I've noticed the twitching on all but the first visualizer, Ubuntu 20.04, Firefox. I'll add screen captures showing before/after soon.

mjbogusz commented 2 years ago

Before (notice the visualizer on the right jumping slightly up and down): Peek 2021-08-17 15-56

After: Peek 2021-08-17 15-57

The data was just a statically published int:

ros2 topic pub --rate 100 --print 100 /test1 std_msgs/msg/Int32 "{data: 10}"
dheera commented 2 years ago

Thank you! I'll test shortly.