Skip to content

Commit

Permalink
Fixed go home button function by updating launch_file params for free…
Browse files Browse the repository at this point in the history
…space bt (#9)
  • Loading branch information
DavidSpielman authored Aug 15, 2024
1 parent 7ff931c commit 775cc0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions launch/start.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
<param name="robot_description" value="$(var robot_description)"/>
<param name="robot_description_semantic" value="$(var robot_description_semantic)"/>
<param name="follow_joint_trajectory_action" value="$(var follow_joint_trajectory_action)"/>
<!-- Home -->
<param name="home_state_joint_values" value="[0.0, 0.0, 1.57, 0.0, 0.0, 0.0]"/>
<param name="home_state_joint_names" value="['joint_1_s', 'joint_2_l', 'joint_3_u', 'joint_4_r', 'joint_5_b', 'joint_6_t']"/>
<param name="freespace_tree" value="go_home_main"/>
<!-- Industrial Reconstruction parameters -->
<param name="ir.tsdf.min.x" value="0.21"/>
<param name="ir.tsdf.min.y" value="-0.45"/>
Expand Down

0 comments on commit 775cc0e

Please sign in to comment.