Skip to content

Commit

Permalink
adding ground truth from odom
Browse files Browse the repository at this point in the history
  • Loading branch information
luceharris committed Apr 15, 2024
1 parent 519ec78 commit 13fa65f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ venv

# Catkin stuff
CATKIN_IGNORE
compile_commands.json

# Files that will be auto-generated on compile
moma_demos/grasp_demo/config/yumi/gpd.cfg
Expand Down
8 changes: 7 additions & 1 deletion moma_gazebo/launch/giraffe_moveit_gazebo.launch
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
include_control_plugin:=true multiple_robots:=true"/>

<remap from="/mobile_base/swerve_controller/cmd_vel" to="/cmd_vel"/>
<remap from="/mobile_base/swerve_controller/odom" to="/odom"/>
<!-- <remap from="/mobile_base/swerve_controller/odom" to="/odom"/> -->

<rosparam file="$(find gmp_robot)/config/platform_description.yaml" command="load"/>

Expand Down Expand Up @@ -123,4 +123,10 @@
-z $(arg mobile_base_z)
-Y $(arg mobile_base_yaw)"/>

<!-- Publish ground truth odom from gazebo -->
<node name="odom_to_tf" pkg="gmp_utils" type="odom_to_tf.py" output="screen">
<param name="odom_frame_id" value="odom" />
<param name="base_frame_id" value="base_footprint" />
</node>

</launch>

0 comments on commit 13fa65f

Please sign in to comment.