There was an error while loading. Please reload this page.
1 parent 4f82b73 commit 6b1784eCopy full SHA for 6b1784e
1 file changed
docs/user-guide/installation/installation-sim.md
@@ -103,9 +103,10 @@ colcon build
103
1. Add the source files to your `.bashrc` (so you don't have to source the files every time you open a terminal):
104
```bash
105
# add the sourcing commands to your .bashrc. Replace bash with zsh if using zsh.
106
- echo "source /opt/ros/humble/setup.bash >> $HOME/.bashrc"
107
- echo "source /path/to/rosflight_ws/install/setup.bash >> $HOME/.bashrc"
+ echo "source /opt/ros/humble/setup.bash" >> $HOME/.bashrc
+ echo "source /path/to/rosflight_ws/install/setup.bash" >> $HOME/.bashrc
108
```
109
+ Make sure to close your current terminal and open a new one after adding these commands to your `.bashrc` file.
110
111
## Next Steps
112
0 commit comments