Skip to content

Commit

Permalink
💫 (rc): Add video in Waiting Behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLocatelli committed Mar 16, 2022
1 parent 303ede8 commit da8f93a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions libs/RobotKit/include/RobotController.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ class RobotController : public interface::RobotController

void startWaitingBehavior() final
{
// TODO: Start Waiting animation video
}
void stopWaitingBehavior() final
{
// TODO: Stop animation video
_video_kit.playVideo(
"/fs/videos/2022_02_14-animation-face-state-waiting-looking-top-right-to-left-without-eyebrows.avi");
}
void stopWaitingBehavior() final { _video_kit.stopVideo(); }

void startSleepingBehavior() final
{
Expand Down

0 comments on commit da8f93a

Please sign in to comment.