The goal of this homework is to perform smooth movements with the arms of the robot. The robot should be able to move in a straight line or a circle with a smooth trajectory. In other words, the movement should be continuous and without jerks.
BRUTE will use its config file, where the GUI is disabled.
| Code template | hw2.zip |
| Maximum score | 13 |
| Deadline | 31.3.2024 23:59:59 |
You will lose 2 points every 24 hours after deadline.
hw2.yaml to your icub_pybullet/configs directory
client (instance of icub_pybullet/pycub.py) will be created by the evaluation system. Do not create a new instance of the client inside the function
icub_pybullet/folder/another_folder. You can always change the addition to path in the header of the file or add icub_pybullet to your python path and then it can be anywhere