Skip to content

Commit 189d28e

Browse files
authored
Merge pull request #53 from aerostack2/as2-417
Fix on gimbal definition
2 parents 519ab1e + 16dbb43 commit 189d28e

File tree

1 file changed

+3
-3
lines changed
  • docs/_03_aerial_platforms/_gazebo_simulation

1 file changed

+3
-3
lines changed

docs/_03_aerial_platforms/_gazebo_simulation/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,11 @@ Gimbal is supported in simulation. These are the supported gimbal model types:
163163
- Topic
164164
- Type
165165
- Control mode id
166-
* - gimbal_speed
166+
* - gimbal_position
167167
- platform/{gimbal_name}/gimbal_command
168168
- as2_msgs/msg/GimbalControl
169169
- "0"
170-
* - gimbal_position
170+
* - gimbal_speed
171171
- platform/{gimbal_name}/gimbal_command
172172
- as2_msgs/msg/GimbalControl
173173
- "1"
@@ -181,7 +181,7 @@ Gimbal state is published in the following topics:
181181
* - Topic
182182
- Type
183183
* - sensor_measurements/{gimbal_name}/twist
184-
- geometry_msgs/msg/QuaternionStamped
184+
- geometry_msgs/msg/Vector3Stamped
185185
* - sensor_measurements/{gimbal_name}/attitude
186186
- geometry_msgs/msg/QuaternionStamped
187187

0 commit comments

Comments
 (0)