Browse Source

AP_Motors: Matrix 6DoF scripting add get_frame_string

c415-sdk
Iampete1 4 years ago committed by Randy Mackay
parent
commit
9ace8ed216
  1. 2
      libraries/AP_Motors/AP_MotorsMatrix_6DoF_Scripting.h

2
libraries/AP_Motors/AP_MotorsMatrix_6DoF_Scripting.h

@ -37,6 +37,8 @@ public: @@ -37,6 +37,8 @@ public:
// if the expected number of motors have been setup then set as initalized
bool init(uint8_t expected_num_motors) override;
const char* get_frame_string() const override { return "6DoF scripting"; }
protected:
// output - sends commands to the motors
void output_armed_stabilizing() override;

Loading…
Cancel
Save