Skip to content

Commit b424851

Browse files
committed
comments
1 parent 97be143 commit b424851

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Arduino_AlvikCarrier.h

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,12 @@ class Arduino_AlvikCarrier{
245245
bool isTargetReached(); // get true if a movement is accomplished
246246
uint8_t getKinematicsMovement(); // get which kind of motion is running in kinematic control
247247

248-
void beginBehaviours();
249-
void updateBehaviours();
250-
void setBehaviour(const uint8_t behaviour, const bool enable);
251-
bool isLifted();
248+
249+
// Behaviours
250+
void beginBehaviours(); // internal behaviours of the robot
251+
void updateBehaviours(); // updated internal behaviours
252+
void setBehaviour(const uint8_t behaviour, const bool enable); // set a behaviour
253+
bool isLifted(); // is robot lifted?
252254

253255

254256
// Utilities

0 commit comments

Comments
 (0)