use gazebo with walltime
Hi,
I would like to use gazebo with walltime, so that the movement of the robot is exactly the same like in the real world. For example I used the trajectory_msgs/JointTrajectory message and set up one trajectory point with [..].time_from_start = ros::Duration(10.0), but the robot's arm moved much faster. How can this be done?
thanks