File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Contains 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.
You can’t perform that action at this time.
0 commit comments