Add Launch Files Descriptions
This commit is contained in:
parent
531e088525
commit
c51dce74e9
1 changed files with 13 additions and 2 deletions
|
@ -1,5 +1,16 @@
|
|||
# rbs_arm
|
||||
# Robossembler Arm Description Package
|
||||
|
||||
This ROS2 package includes the 'robot_description' of 'rbs_arm'.
|
||||
This ROS2 package includes the 'robot_description' of 'Robossembler Arm'.
|
||||
|
||||
The model is given as a xacro file to which any gripper by gripper name can be attached.
|
||||
|
||||
## Launch files Directory
|
||||
|
||||
To get additional argument's description use `ros2 launch rbs_arm <*.launch.py> --show-args`.
|
||||
|
||||
- `control.launch.py` - To launch ros2_control controllers
|
||||
- `display.launch.py` - To show robot in RViz
|
||||
- `display_gazebosim.launch.py` - To show robot in RViz & gazebo
|
||||
- `get_urdf.launch.py` - To generate URDF file and save result as `current.urdf` in current directory
|
||||
- `moveit.launch.py` - To run MoveIt2
|
||||
- `moveit_gazebosim.launch.py` - To run MoveIt2, Gazebo, RViz
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue