Skip to content

Fix msg timestamps

Angus Stewart requested to merge fix-msg-timestamps-2 into master

This MR changes the source of time to get it straight from Gazebo. This is because gazebo_ros_pkgs does not update the clock frequently enough for our use case. The result is that multiple messages share the same time stamps despite time clearly progressing between them.

See this Github issue for more info.

Closes #62 (closed)

Merge request reports