Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new stls/frames to allow for only one offset per joint #118

Open
wants to merge 9 commits into
base: melodic-devel
Choose a base branch
from
3 changes: 2 additions & 1 deletion kuka_lbr_iiwa_support/launch/load_lbr_iiwa_14_r820.launch
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<launch>
<param name="robot_description" command="$(find xacro)/xacro.py '$(find kuka_lbr_iiwa_support)/urdf/lbr_iiwa_14_r820.xacro'" />
<arg name="flange_type" default="basic" />
<param name="robot_description" command="$(find xacro)/xacro --inorder '$(find kuka_lbr_iiwa_support)/urdf/lbr_iiwa_14_r820.xacro' flange_type:=$(arg flange_type)" />
</launch>
3 changes: 2 additions & 1 deletion kuka_lbr_iiwa_support/launch/test_lbr_iiwa_14_r820.launch
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<launch>
<include file="$(find kuka_lbr_iiwa_support)/launch/load_lbr_iiwa_14_r820.launch" />
<arg name="flange_type" default="basic" />
<include file="$(find kuka_lbr_iiwa_support)/launch/load_lbr_iiwa_14_r820.launch" pass_all_args="true" />
<node name="joint_state_publisher" pkg="joint_state_publisher" type="joint_state_publisher">
<param name="use_gui" value="true" />
</node>
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading