Failed plotting due to gazebo publishing incompatible timestamps on /clock
See original GitHub issueDescription Hi, I’d like to tune a PID controller within foxglove connected to my live ROS2 system via the ros-web-bridge. However it seems that I cannot get anything to come up in the plot. I’m fairly sure i’ve followed instructions but they only ever refer to plotting from a rosbag. A gif is attached here showing the value i’m trying to plot changing live, and the plot (which should at least show something):
Apologies in advance if i’ve missed a ‘start’ or 'enable instruction somewhere!
I have tried with a number of different topics, but nothing seems to come through!
- Version: Foxglove Studio version 0.27.0, Ubuntu Desktop Version
- OS: Ubuntu 20.04
Steps To Reproduce
- Start a live connection to ROS2 via the webbridge
- Create a plot and point it to some data. Observe that nothing is happening
- Use a raw panel to observe that data is actually coming through
Expected Behavior The live plotting of data points on the plot as it scrolls along
Actual Behavior Nothing gets plotted
Issue Analytics
- State:
- Created 2 years ago
- Comments:23 (11 by maintainers)
Top Results From Across the Web
Segmentation fault when launching ros_controllers.launch
Hi I am having an error when launching the ros_controllers.launch file that causes gazebo to crash in ROS Melodic, Ubuntu 18.04.
Read more >gazebo - ROS Answered - MetroRobots.com
Setting timers with different clock sources (wall and simulation) in the same node ... Unable to launch gazebo Cannot mix incompatible Qt library ......
Read more >Programming Robots with ROS
Thanks, also, to everyone who's helped us figure out how to make ROS do the right ... streaming plots of the linear velocity...
Read more >The Kidnapped Robot Problem as a Classification Problem
Publishing amcl Algorithm Data to Custom Message Types . ... Merging amcl and Gazebo Time Stamps. ... Table 5: Benchmarks for AMCL Localization...
Read more >Robot Programming
Much thanks to the ROS Avengers Hancheol Cho, Ryuwoon Jung,. Preface ... robots lies in filling in the gaps in the areas where...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Another thing I would recommend trying is to record a bag and try playing back the bag directly in Studio. If it has the same problem then you can just share the bag with us and that will make debugging much easier – if not, then at least that narrows things down a little.
Okay thanks for your help!