Skip to content

Commit

Permalink
Remove euler angles from attitude setpoint message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaeyoung-Lim committed Aug 1, 2024
1 parent 75ce550 commit 9c09593
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions msg/VehicleAttitudeSetpoint.msg
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
uint64 timestamp # time since system start (microseconds)

float32 roll_body # body angle in NED frame (can be NaN for FW)
float32 pitch_body # body angle in NED frame (can be NaN for FW)
float32 yaw_body # body angle in NED frame (can be NaN for FW)

float32 yaw_sp_move_rate # rad/s (commanded by user)

# For quaternion-based attitude control
Expand Down

0 comments on commit 9c09593

Please sign in to comment.