Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions it/ros.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ graph TD
If you don’t want to have to source the setup file every time you open a new shell, then you can add the command to your shell startup script:

```
gedit ~/bashrc
gedit ~/.bashrc
```
In the file that opens, complete the following lines:
```
Expand All @@ -211,4 +211,4 @@ graph TD
### Build the workspace
```
colcon build --symlink-install
```
```