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

Replace xacro.py to xacro --inorder #13

Open
wants to merge 2 commits into
base: kinetic-devel
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ind_cal_multi_camera/launch/calibrate_from_images.launch
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</node>

<!-- Load the xacro file of the tower and cameras onto the parameter server as a robot description -->
<param name="$(arg robot1)/robot_description" command="$(find xacro)/xacro.py $(arg tower1_model)" />
<param name="$(arg robot1)/robot_description" command="$(find xacro)/xacro --inorder $(arg tower1_model)" />
<param name="use_gui" value="$(arg gui)" />

<!-- Launch robot state publishers for both towers -->
Expand Down
2 changes: 1 addition & 1 deletion ind_cal_multi_camera/launch/camera_scene_cal.launch
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
</node>

<!-- Load the xacro file of the tower and cameras onto the parameter server as a robot description -->
<param name="$(arg robot1)/robot_description" command="$(find xacro)/xacro.py $(arg xacro_model)" />
<param name="$(arg robot1)/robot_description" command="$(find xacro)/xacro --inorder $(arg xacro_model)" />
<param name="use_gui" value="$(arg gui)" />

<!-- Launch robot state publishers for scene -->
Expand Down
2 changes: 1 addition & 1 deletion ind_cal_multi_camera/urdf/gen_urdf.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash

rosrun xacro xacro.py camera_scene.xacro > camera_scene.urdf
rosrun xacro xacro --inorder camera_scene.xacro > camera_scene.urdf