Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uncaught exception in joint_state_controller
Using sim time in Gazebo, the starting time is close to zero, such that time - ros::Duration(1/publish_rate_) is negative. This causes an exception to be thrown: "Time is out of dual 32-bit range".
- Loading branch information