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 @@ -220,8 +220,8 @@ class Arduino_AlvikCarrier{
220
220
// Kinematics
221
221
void updateKinematics (); // update pose/velocity of the robot and controls
222
222
void drive (const float linear, const float angular); // set mm/s and deg/s of the robot
223
- float getLinearVelocity ();
224
- float getAngularVelocity ();
223
+ float getLinearVelocity (); // get linear velocity of the robot in mm/s
224
+ float getAngularVelocity (); // get angular velocity of the robot in deg/s
225
225
226
226
void move (const float distance); // move of distance millimeters
227
227
void rotate (const float angle); // rotate of angle degrees
@@ -232,7 +232,7 @@ class Arduino_AlvikCarrier{
232
232
233
233
void disableKinematicsMovement ();
234
234
bool isTargetReached ();
235
- uint8_t getKinematicsMovement (); // get which kind of motion is running in kinematic control
235
+ uint8_t getKinematicsMovement (); // get which kind of motion is running in kinematic control
236
236
237
237
238
238
};
You can’t perform that action at this time.
0 commit comments