Skip to content

Commit 0b90bc5

Browse files
committed
Attached read me
1 parent 1459022 commit 0b90bc5

1 file changed

Lines changed: 38 additions & 0 deletions

File tree

launch/README.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,39 @@
11
Contains launch scripts for use in the standard executor, e.g., `python main.py launch/fixed_route_sim.yaml`.
2+
3+
4+
# Gazebo Simulation Guide lines
5+
6+
## Gazebo Simulation Setup
7+
8+
Head over here to setup gazebo docker container to run the simulation
9+
10+
11+
## Running GEM Stack with Gazebo
12+
13+
- Open two terminals
14+
- Launch the Gazebo simulator in the first terminal
15+
- In the other terminal navigate to GEM Stack folder and run the following command to launch GEM Stack
16+
17+
```
18+
Sample command:
19+
20+
python3 main.py --variant=sim --vehicle=e4_gazebo launch/gazebo_simulation.yaml
21+
22+
23+
Other variants:
24+
25+
python3 main.py --variant={variant_name} --vehicle={vehicle_name} launch/gazebo_simulation.yaml
26+
27+
Variants:
28+
sim
29+
30+
Vehicle types:
31+
32+
e2
33+
e4
34+
e2_gazebo
35+
e4_gazebo
36+
37+
```
38+
39+
- The gazebo_simulation.yaml can be editied to add your planning and perception code, more variants can be added on request.

0 commit comments

Comments
 (0)