Update Gazebo, add ROS bridging, and implement controller warmup.

This commit is contained in:
2026-01-02 07:22:44 +00:00
parent 9450f286a1
commit 72f85c37a5
5 changed files with 54 additions and 35 deletions

View File

@@ -49,8 +49,10 @@ def generate_launch_description():
executable='parameter_bridge',
name='gz_bridge',
arguments=[
# Velocity commands (bidirectional)
# Drone velocity commands (ROS to Gazebo)
'/drone/cmd_vel@geometry_msgs/msg/Twist]ignition.msgs.Twist',
# Rover velocity commands (ROS to Gazebo)
'/rover/cmd_vel@geometry_msgs/msg/Twist]ignition.msgs.Twist',
# Odometry (from Gazebo to ROS)
'/model/drone/odometry@nav_msgs/msg/Odometry[ignition.msgs.Odometry',
# IMU (from Gazebo to ROS)