Skip to content

Commit

Permalink
Add a temporary readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjong committed Jun 26, 2024
1 parent 9b16e22 commit eeb7f4b
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions simulation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
currently:

```
# terminal 1
cd Airlab-Autonomy-Stack/simulation
./AscentAeroSystems/launch_ascent_sitl.bash
```
```
# terminal 2
cd Airlab-Autonomy-Stack/simulation
ISAACSIM_PYTHON launch_sim.py
```
(`ISAACSIM_PYTHON=~/.local/share/ov/pkg/isaac-sim-4.0.0/python.sh`)

```
# terminal 3
cd Airlab-Autonomy-Stack/simulation
rviz2 -d simulation.rviz
```




0 comments on commit eeb7f4b

Please sign in to comment.