This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
projects:farmrobot:step-by-step-example [2021/02/27 16:36] jason |
projects:farmrobot:step-by-step-example [2021/04/01 02:25] (current) |
||
|---|---|---|---|
| Line 59: | Line 59: | ||
| <WRAP info> | <WRAP info> | ||
| - | Consult the repository' | + | Consult the repository' |
| </ | </ | ||
| Line 145: | Line 145: | ||
| ==== - Cloning the repositories ==== | ==== - Cloning the repositories ==== | ||
| - | First, clone the [[https:// | + | First, clone the [[https:// |
| <file shell> | <file shell> | ||
| - | git clone https:// | + | git clone https:// |
| </ | </ | ||
| Line 177: | Line 177: | ||
| </ | </ | ||
| - | < | + | < |
| It is important to replace the '' | It is important to replace the '' | ||
| </ | </ | ||
| Line 192: | Line 192: | ||
| <WRAP info> | <WRAP info> | ||
| - | Consult the repository' | + | Consult the repository' |
| + | </ | ||
| + | |||
| + | <WRAP important> | ||
| + | If you intend to run the [[https:// | ||
| </ | </ | ||
| Line 203: | Line 207: | ||
| </ | </ | ||
| - | < | + | < |
| The build process of the [[https:// | The build process of the [[https:// | ||
| </ | </ | ||
| Line 212: | Line 216: | ||
| <file shell> | <file shell> | ||
| - | sudo docker run -it --rm --runtime nvidia --device /dev/video- | + | sudo docker run -it --rm --runtime nvidia --device /dev/video0 |
| </ | </ | ||
| <WRAP info> | <WRAP info> | ||
| - | Consult the repository' | + | Consult the repository' |
| </ | </ | ||
| + | |||
| + | ==== - Starting the inference ==== | ||
| + | |||
| + | Once the interactive [[https:// | ||
| + | |||
| + | <file shell> | ||
| + | python3 . | ||
| + | </ | ||
| + | |||
| + | If everything is configured correctly, the delta arm should start to move to its home position and then to its configured initial position. A few seconds after that, [[https:// | ||