Skip to content

Commit

Permalink
Update Rover/AP_ExternalControl_Rover.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nick E <[email protected]>
  • Loading branch information
srmainwaring and nexton-winjeel authored Oct 20, 2023
1 parent 83715a6 commit 267457d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rover/AP_ExternalControl_Rover.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AP_ExternalControl_Rover : public AP_ExternalControl {
bool set_linear_velocity_and_yaw_rate(const Vector3f &linear_velocity, float yaw_rate_rads) override;
private:
/*
Return true if Copter is ready to handle external control data.
Return true if Rover is ready to handle external control data.
Currently checks mode and arm states.
*/
bool ready_for_external_control();
Expand Down

0 comments on commit 267457d

Please sign in to comment.