Skip to content

Commit

Permalink
AttitudeSetpointType: remove euler angles
Browse files Browse the repository at this point in the history
These got removed with PX4/PX4-Autopilot#23482
  • Loading branch information
bkueng committed Aug 20, 2024
1 parent 263b18d commit bf0dd8e
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,6 @@ void AttitudeSetpointType::update(
px4_msgs::msg::VehicleAttitudeSetpoint sp{};
sp.timestamp = _node.get_clock()->now().nanoseconds() / 1000;

sp.roll_body = roll;
sp.pitch_body = pitch;
sp.yaw_body = yaw;

sp.yaw_sp_move_rate = yaw_sp_move_rate_rad_s;

Eigen::Quaternionf att_setpoint_q{px4_ros2::eulerRpyToQuaternion(
Expand Down

0 comments on commit bf0dd8e

Please sign in to comment.