Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 956 Bytes

ezblock_record_new_step.rst

File metadata and controls

35 lines (19 loc) · 956 Bytes

Record New Step

We use the remote function to control PiCrawler to make several poses in turn, and record these poses. Replay them later.

Program

Note

  • You can write the program according to the following picture, please refer to the tutorial: ezblock:create_project_latest.
  • Or find the code with the same name on the Examples page of the EzBlock Studio and click Run or Edit directly.

image

Switch to the Remote Control interface, and you will see the following widgets.

image

How it works?

This project was born out of ezb_posture. Added recording and replay functions.

The recording function is implemented by the following code.

image

The replay function is implemented by the following code.

image