Skip to content

Commit

Permalink
deletese collision meshes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamadreza Sabaghian committed Nov 9, 2018
1 parent 33be4c6 commit dfe405e
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 14 deletions.
Binary file removed franka_description/meshes/collision/finger.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/hand.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link0.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link1.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link2.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link3.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link4.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link5.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link6.stl
Binary file not shown.
Binary file removed franka_description/meshes/collision/link7.stl
Binary file not shown.
15 changes: 1 addition & 14 deletions franka_visualization/launch/franka_visualization.launch
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,14 @@

<launch>
<arg name="load_gripper" default="true" />
<arg name="robot_ip" />
<arg name="publish_rate" default="30" />

<param unless="$(arg load_gripper)" name="robot_description" command="$(find xacro)/xacro --inorder $(find franka_description)/robots/panda_arm.urdf.xacro" />
<param if="$(arg load_gripper)" name="robot_description" command="$(find xacro)/xacro --inorder $(find franka_description)/robots/panda_arm_hand.urdf.xacro" />

<node name="robot_joint_state_publisher" pkg="franka_visualization" type="robot_joint_state_publisher" output="screen">
<rosparam command="load" file="$(find franka_visualization)/config/robot_settings.yaml" />
<param name="robot_ip" value="$(arg robot_ip)" />
<param name="publish_rate" value="$(arg publish_rate)" />
</node>

<node name="gripper_joint_state_publisher" pkg="franka_visualization" type="gripper_joint_state_publisher" output="screen" if="$(arg load_gripper)">
<rosparam command="load" file="$(find franka_visualization)/config/gripper_settings.yaml" />
<param name="robot_ip" value="$(arg robot_ip)" />
<param name="publish_rate" value="$(arg publish_rate)" />
</node>

<node name="joint_state_publisher" type="joint_state_publisher" pkg="joint_state_publisher" output="screen">
<param name="rate" value="$(arg publish_rate)" />
<rosparam param="source_list">[robot_joint_state_publisher/joint_states, gripper_joint_state_publisher/joint_states]</rosparam>
<param name="use_gui" value="true" />
</node>

<node name="robot_state_publisher" pkg="robot_state_publisher" type="state_publisher" />
Expand Down

0 comments on commit dfe405e

Please sign in to comment.