Skip to content

Commit

Permalink
now moma_corner works, and wheels turn
Browse files Browse the repository at this point in the history
  • Loading branch information
luceharris committed Dec 18, 2023
1 parent bba3a93 commit 9b2079b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions moma_description/urdf/giraffe.urdf.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
<xacro:arg name="load_gripper" default="true" />
<xacro:arg name="gazebo" default="true" />
<xacro:arg name="arm_id" default="panda" />
<!-- <xacro:arg name="use_nominal_extrinsics" default="false"/> -->

<xacro:include filename="$(find gmp_robot)/config/urdf/gmp.xacro"/>
<xacro:gmp include_control_plugin="true" multiple_robots="true"/>
Expand All @@ -27,6 +26,7 @@
use_fixed_camera="$(arg use_fixed_camera)"
use_wrist_camera="$(arg use_wrist_camera)"
use_bota="$(arg use_bota)"
include_control_plugin="true"/>
include_control_plugin="true"
multiple_robots="true"/>

</robot>
9 changes: 6 additions & 3 deletions moma_description/urdf/panda_arm.xacro
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
fixed_calibration_xyz:='0.890 -0.162 1.293'
fixed_camera_parent_link:='panda_link0'
use_bota:=false
multiple_robots:=false
include_control_plugin:=true,
publish_realsense_extrinsics:=true">

Expand Down Expand Up @@ -157,9 +158,11 @@
<plugin name="gazebo_ros_control" filename="libgazebo_ros_control.so">
<controlPeriod>0.001</controlPeriod>
<robotSimType>franka_gazebo/FrankaHWSim</robotSimType>
<robotNamespace>/panda</robotNamespace>
<robotParam>robot_description_arm</robotParam>
<robotDescription>robot_description_arm</robotDescription>
<xacro:if value="${multiple_robots}">
<robotNamespace>/panda</robotNamespace>
<robotParam>robot_description_arm</robotParam>
<robotDescription>robot_description_arm</robotDescription>
</xacro:if>
</plugin>
<self_collide>true</self_collide>
</gazebo>
Expand Down

0 comments on commit 9b2079b

Please sign in to comment.