My solution for the 1st Homework of FEUP's Intelligent Robotics module
This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Diogo Peralta Cordeiro 96afe5b656
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.
2022-10-02 18:29:58 +01:00
launch Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
resource Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
ros2_turtlesim_shapes Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
test Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
.gitignore Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
LICENSE Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
README.md Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
package.xml Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
setup.cfg Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00
setup.py Add solution for Home Work 1 of Intelligent Robotics 2022-10-02 18:29:58 +01:00

README.md

Home Work 1

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.

Solution