You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While doing test runs in a real robot and in simulation, I would like to reset the environment to an initial state, once of which involves resetting odometry.
I tried stop and reload the velocity_controller in the controller_manager, but the object is still active in either in gazebo_ros_control (for sim) and node that implements the controller_manager interface (on real robot). Hence the odom does not reset.
Would it be possible to provide a service in diff_drive_controller so that states such as x_ and y_ are reset?