Add solution for Home Work 1 of Intelligent Robotics

Prompt:
Make a program that makes the rosturtle in turtlesim
run at velocity=v=0.5 m/s and turn with angular_velocity=ω=t/100 where t is time (in seconds);
don't worry about the units too much.
This commit is contained in:
2022-10-02 18:17:20 +01:00
commit 96afe5b656
13 changed files with 233 additions and 0 deletions

View File