Skip to content

Commit

Permalink
[talos/manipulate_boxes] Fix name of table root link
Browse files Browse the repository at this point in the history
  base_link -> table_link.
  • Loading branch information
florent-lamiraux committed Jun 30, 2020
1 parent 239cf49 commit c8c4030
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion talos/manipulate_boxes/estimation.launch
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<node pkg="agimus_demos" type="group_of_tags.py" name="table_tags" args="
--child-frame-format 'table/tag36_11_{:0>5d}'
--measurement-parent-frame rgbd_rgb_optical_frame
--group-frame table/base_link
--group-frame table/table_link
--no-description
--size 0.060
--tag 10
Expand Down
2 changes: 1 addition & 1 deletion talos/manipulate_boxes/world_setup.launch
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<node name="simulation_gui" pkg="rqt_gui" type="rqt_gui"
args="--standalone rqt_agimus.simulation.Simulation --args
--tf-editor sim_box/base_link sim_box_rviz/base_link
--tf-editor sim_table/base_link sim_table_rviz/base_link"
--tf-editor sim_table/table_link sim_table_rviz/table_link"
/>
</group>

Expand Down

0 comments on commit c8c4030

Please sign in to comment.