Skip to content

Commit 3ca7d6c

Browse files
authored
Update README.md
1 parent 9a8951e commit 3ca7d6c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dvrk_description/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,12 @@ We provide a simple script to take care of that: Just execute the **install** fi
1212

1313
`./install.sh`
1414

15+
# Usage
16+
## ROS (Running in only RViz)
17+
18+
All the launch files are located in the launch folder. Make sure that your **ros_ws** that contains this package is sourced. Remember, you can either source the package for the current terminal session using `source **ros_ws**/devel/setup.bash` or add it to your **~/.bashrc** file. Afterwards run:
19+
20+
`roslaunch dvrk_description <arm_type>_rviz.launch`
21+
22+
Where `<arm_type>` is one of the following `mtm, psm, ecm, suj, dvrk`.
23+

0 commit comments

Comments
 (0)