We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d53acc commit e3c2260Copy full SHA for e3c2260
src/communication/Commander.h
@@ -237,7 +237,7 @@ class Commander
237
* - velocity (open and closed loop) : velocity torque (ex.M10 2.5 or M10 to only chanage the target witout limits)
238
* - angle (open and closed loop) : angle velocity torque (ex.M3.5 10 2.5 or M3.5 to only chanage the target witout limits)
239
*/
240
- void motion(FOCMotor* motor, char* user_cmd, char* separator = " ");
+ void motion(FOCMotor* motor, char* user_cmd, char* separator = (char *)" ");
241
242
private:
243
// Subscribed command callback variables
0 commit comments