Skip to content

Commit

Permalink
Merge pull request #52 from aerostack2/update_gimbal_example
Browse files Browse the repository at this point in the history
Gimbal name fix
  • Loading branch information
javilinos authored Feb 13, 2024
2 parents 0403a7b + f72fbff commit 519ab1e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/_03_aerial_platforms/_gazebo_simulation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,11 @@ Gimbal is supported in simulation. These are the supported gimbal model types:
- Type
- Control mode id
* - gimbal_speed
- platform/{model_name}/gimbal_command
- platform/{gimbal_name}/gimbal_command
- as2_msgs/msg/GimbalControl
- "0"
* - gimbal_position
- platform/{model_name}/gimbal_command
- platform/{gimbal_name}/gimbal_command
- as2_msgs/msg/GimbalControl
- "1"

Expand All @@ -180,9 +180,9 @@ Gimbal state is published in the following topics:

* - Topic
- Type
* - sensor_measurements/{model_name}/twist
* - sensor_measurements/{gimbal_name}/twist
- geometry_msgs/msg/QuaternionStamped
* - sensor_measurements/{model_name}/attitude
* - sensor_measurements/{gimbal_name}/attitude
- geometry_msgs/msg/QuaternionStamped

.. _aerial_platform_gazebo_config_simulation:
Expand Down

0 comments on commit 519ab1e

Please sign in to comment.