Skip to content

Commit 01963e7

Browse files
Update 1_Workspaces.md
1 parent 3b0b6d5 commit 01963e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/ros/1_Workspaces.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
- Source the main ros configuration (Access to ROS commands)
66
```bash
7-
$ source /opt/ros/kinetic/setup.bash
7+
$ source /opt/ros/your_ros_distro/setup.bash
88
```
99
- Create your workspace folder and initialize it
1010
```bash
@@ -33,8 +33,8 @@
3333

3434
## Change between workspaces
3535
```bash
36-
$ source /opt/ros/indigo/setup.bash
37-
$ source your_pkg/devel/setup.bash
36+
$ source /opt/ros/your_ros_distro/setup.bash
37+
$ source your_ws/devel/setup.bash
3838
$ printenv | grep ROS #Check the environment
3939
```
4040
## Structure of a workspace

0 commit comments

Comments
 (0)