Skip to content

Commit

Permalink
changed location of xacro
Browse files Browse the repository at this point in the history
  • Loading branch information
luceharris committed Feb 8, 2024
1 parent da34eda commit 519ec78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moma_description/urdf/giraffe.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<xacro:arg name="gazebo" default="true" />
<xacro:arg name="arm_id" default="panda" />

<xacro:include filename="$(find gmp_robot)/config/urdf/gmp.xacro"/>
<xacro:include filename="$(find gmp_robot)/urdf/gmp.xacro"/>
<xacro:gmp include_control_plugin="true" multiple_robots="true"/>

<link name="franka_mount_link"/>
Expand Down
2 changes: 1 addition & 1 deletion moma_gazebo/launch/giraffe_moveit_gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<arg name="base_id" default="gmp" />
<group ns="mobile_base">
<param name="robot_description"
command="$(find xacro)/xacro $(find gmp_robot)/config/urdf/gmp.urdf.xacro
command="$(find xacro)/xacro $(find gmp_robot)/urdf/gmp.urdf.xacro
include_control_plugin:=true multiple_robots:=true"/>

<remap from="/mobile_base/swerve_controller/cmd_vel" to="/cmd_vel"/>
Expand Down

0 comments on commit 519ec78

Please sign in to comment.