Skip to content

Commit

Permalink
Migrating twist to twiststamped in simulations (#16)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Macenski <stevenmacenski@gmail.com>
  • Loading branch information
SteveMacenski authored Dec 3, 2024
1 parent 8bfff84 commit 091b5ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nav2_minimal_tb3_sim/configs/turtlebot3_waffle_bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@

# replace cmd_vel_bridge
- topic_name: "cmd_vel"
ros_type_name: "geometry_msgs/msg/Twist"
ros_type_name: "geometry_msgs/msg/TwistStamped"
gz_type_name: "gz.msgs.Twist"
direction: ROS_TO_GZ
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

# replace cmd_vel_bridge
- topic_name: "cmd_vel"
ros_type_name: "geometry_msgs/msg/Twist"
ros_type_name: "geometry_msgs/msg/TwistStamped"
gz_type_name: "gz.msgs.Twist"
direction: ROS_TO_GZ

Expand Down
2 changes: 1 addition & 1 deletion nav2_minimal_tb4_sim/configs/tb4_bridge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# replace cmd_vel_bridge
- ros_topic_name: "cmd_vel"
gz_topic_name: "/cmd_vel"
ros_type_name: "geometry_msgs/msg/Twist"
ros_type_name: "geometry_msgs/msg/TwistStamped"
gz_type_name: "gz.msgs.Twist"
direction: ROS_TO_GZ

Expand Down

0 comments on commit 091b5ff

Please sign in to comment.