Skip to content
Snippets Groups Projects
Commit ed8d9143 authored by Charles JAVERLIAT's avatar Charles JAVERLIAT
Browse files

Add README.md

parent dff39aa0
No related branches found
No related tags found
No related merge requests found
# ROS Workspace
ROS workspace containing all the assets and sources for the current cup edition.
## Prerequisites
Install ROS Noetic on your machine with all desktop packages.
## How to run a simulation
```sh
source /opt/ros/noetic/setup.bash
source devel/setup.bash
roslaunch galere_experimental_sim single_galere_single_cup.launch
```
You can control the robot using the teleop node in another terminal:
```sh
roslaunch galere_teleop galere_teleop_key.launch __ns:=galere
```
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment