ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
I think your message is missing a header, which you should fill, normally using ros::Time::now()
2 | No.2 Revision |
I think your message is missing a header, which you should fill, normally using ros::Time::now() .
Also, looking at your figure, what are we looking at (what the axes mean)? Assuming the X is the time, there is no discontinuity, so I'd assume the timestamps are fine. It looks like the messages just stuck with some constant value during some instants.
Try doing a
tf echo /your_msg
, maybe it will help you find what is going on.