1. robot environment setting

1. Robot Environment Setup

According to the Webots documentation, we will set up our environment. We’ll use Python 3.9 in a conda virtual environment.

image 4

Use the following command to create it:

conda create -n webots39 python=3.9

image 5
image 6
image 8
image 9
image 10

Once this is complete, we will be able to see our robot drawing a circle and following the ball.

Other Environment Examples to Reference

image 7
image 11
image 12

0 Comments

Leave a Reply