Add gripper client
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<launch>
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(find franka_description)/robots/panda_arm_hand.urdf.xacro" />
|
||||
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" />
|
||||
<node pkg="rviz" type="rviz" output="screen" name="rviz" args="-d $(find active_grasp)/launch/panda_visualization.rviz" />
|
||||
</launch>
|
15
launch/simulation.launch
Normal file
15
launch/simulation.launch
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version="1.0" ?>
|
||||
<launch>
|
||||
<!-- Arguments -->
|
||||
<arg name="launch_rviz" default="false" />
|
||||
|
||||
<!-- Load parameters. -->
|
||||
<param name="robot_description" command="$(find xacro)/xacro $(find franka_description)/robots/panda_arm_hand.urdf.xacro" />
|
||||
|
||||
<!-- Bringup the robot -->
|
||||
<node pkg="active_grasp" type="simulation.py" name="simulation" args="--gui" output="screen" />
|
||||
<node pkg="robot_state_publisher" type="robot_state_publisher" name="robot_state_publisher" />
|
||||
|
||||
<!-- Visualize the robot. -->
|
||||
<node pkg="rviz" type="rviz" name="rviz" args="-d $(find active_grasp)/launch/panda_visualization.rviz" if="$(arg launch_rviz)" />
|
||||
</launch>
|
Reference in New Issue
Block a user