mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
docs(readme): add rviz mode usage
This commit is contained in:
parent
0addfebc1a
commit
5f78342b73
1 changed files with 6 additions and 0 deletions
|
|
@ -89,6 +89,12 @@ roslaunch myCobotROS control.launch
|
|||
rosrun rviz rviz
|
||||
```
|
||||
|
||||
If you use the above command, then you may need to manually add some model components. If you don't want to be so troublesome, you can use the following command to load a saved **myCobot** model.
|
||||
|
||||
```bash
|
||||
rosrun rviz rviz -d rospack find myCobotROS/config/mycobot.rviz
|
||||
```
|
||||
|
||||
-**Step 4**: Run python script
|
||||
|
||||
a) For display
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue