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.
5 lines
266 B
Markdown
5 lines
266 B
Markdown
## 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](ros2_turtlesim_shapes/publisher_member_function.py)
|