File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -363,21 +363,21 @@ bool fastcat::Actuator::Write(DeviceCmd& cmd)
363
363
364
364
case ACTUATOR_PROF_POS_CMD:
365
365
if (!HandleNewProfPosCmd (cmd)) {
366
- ERROR (" Failed to setup Actuator Profiled Pos command" );
366
+ ERROR (" Failed to setup Actuator Profiled Position command" );
367
367
return false ;
368
368
}
369
369
break ;
370
370
371
371
case ACTUATOR_PROF_VEL_CMD:
372
372
if (!HandleNewProfVelCmd (cmd)) {
373
- ERROR (" Failed to setup Actuator Profiled Pos command" );
373
+ ERROR (" Failed to setup Actuator Profiled Velocity command" );
374
374
return false ;
375
375
}
376
376
break ;
377
377
378
378
case ACTUATOR_PROF_TORQUE_CMD:
379
379
if (!HandleNewProfTorqueCmd (cmd)) {
380
- ERROR (" Failed to setup Actuator Profiled Pos command" );
380
+ ERROR (" Failed to setup Actuator Profiled Torque command" );
381
381
return false ;
382
382
}
383
383
break ;
You can’t perform that action at this time.
0 commit comments