mirror of
https://github.com/EECS-467-W20-RRRobot-Project/RRRobot.git
synced 2025-05-28 13:03:40 +00:00
7 lines
107 B
Bash
Executable File
7 lines
107 B
Bash
Executable File
# turtlesim.sh
|
|
#!/bin/bash
|
|
|
|
roscore &
|
|
rosrun turtlesim turtlesim_node &
|
|
rosrun turtlesim turtle_teleop_key
|