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 97be143 commit b424851Copy full SHA for b424851
src/Arduino_AlvikCarrier.h
@@ -245,10 +245,12 @@ class Arduino_AlvikCarrier{
245
bool isTargetReached(); // get true if a movement is accomplished
246
uint8_t getKinematicsMovement(); // get which kind of motion is running in kinematic control
247
248
- void beginBehaviours();
249
- void updateBehaviours();
250
- void setBehaviour(const uint8_t behaviour, const bool enable);
251
- bool isLifted();
+
+ // Behaviours
+ void beginBehaviours(); // internal behaviours of the robot
+ void updateBehaviours(); // updated internal behaviours
252
+ void setBehaviour(const uint8_t behaviour, const bool enable); // set a behaviour
253
+ bool isLifted(); // is robot lifted?
254
255
256
// Utilities
0 commit comments