Skip to content

Commit

Permalink
update linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 6, 2024
1 parent 35144c5 commit 1bca8a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AutonomyLib/src/vehicles/multirotor/api/MultirotorApiBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -505,8 +505,8 @@ bool MultirotorApiBase::moveToZ(float z, float velocity, float timeout_sec, cons
bool MultirotorApiBase::moveByManual(float vx_max, float vy_max, float z_min, float duration, DrivetrainType drivetrain,
const YawMode &yaw_mode) {
SingleTaskCall lock(this);
const float kMaxMessageAge = 0.1f // 0.1 sec
const float kMaxRCValue = 10000f;
const float kMaxMessageAge = 0.1f; // 0.1 sec
const float kMaxRCValue = 10000f;
if (duration <= 0) {
return true;
}
Expand Down

0 comments on commit 1bca8a3

Please sign in to comment.