RoboticaUtnFrba / create_autonomy

ROS autonomy stack for iRobot Create 2.
BSD 3-Clause "New" or "Revised" License
28 stars 38 forks source link

Fix odom vel in diff-drive plugin when the robot is moving backward #228

Closed eborghi10 closed 3 years ago

eborghi10 commented 3 years ago

Description

/odom topic doesn't publish negative velocities when moving backward. This PR creates a copy of that plugin to introduce the fix: https://github.com/ros-simulation/gazebo_ros_pkgs/pull/976

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

# Run RViz
RVIZ=true GUI=false roslaunch ca_gazebo create_empty_world.launch
# Move the robot with teleop
roslaunch ca_tools keyboard_teleop.launch

Test Configuration:

Checklist: