Skip to content

Commit

Permalink
sf45: precise Quatf namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
bresch committed Jan 10, 2025
1 parent c850532 commit 49e7e41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void SF45LaserSerial::sf45_process_replies(float *distance_m)
vehicle_attitude_s vehicle_attitude;

if (_vehicle_attitude_sub.copy(&vehicle_attitude)) {
_vehicle_attitude = Quatf(vehicle_attitude.q);
_vehicle_attitude = matrix::Quatf(vehicle_attitude.q);
}
}

Expand Down

0 comments on commit 49e7e41

Please sign in to comment.