mirror of
https://github.com/elephantrobotics/mycobot_ros.git
synced 2026-07-05 19:47:04 +00:00
commit
704fdabecb
1 changed files with 14 additions and 0 deletions
14
launch/control_slider.launch
Normal file
14
launch/control_slider.launch
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<launch>
|
||||
<arg name="model" default="$(find myCobotROS)/urdf/mycobot_urdf.urdf"/>
|
||||
<arg name="rvizconfig" default="$(find myCobotROS)/config/mycobot.rviz" />
|
||||
<param name="robot_description" command="$(find xacro)/xacro --inorder $(arg model)" />
|
||||
<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
|
||||
|
||||
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
|
||||
<param name="use_gui" value="true"/>
|
||||
</node>
|
||||
|
||||
<node name="control_slider" pkg="myCobotROS" type="control_slider.py"/>
|
||||
|
||||
<node name="rviz" pkg="rviz" type="rviz" args="-d $(arg rvizconfig)" required="true" />
|
||||
</launch>
|
||||
Loading…
Add table
Reference in a new issue