Update Gazebo, add ROS bridging, and implement controller warmup.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user