Skip to content
This repository has been archived by the owner on Dec 13, 2024. It is now read-only.

Commit

Permalink
"Move along Path" -> "Move Along Path" (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjahr authored Jan 22, 2024
1 parent a547b64 commit d8466a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/picknik_ur_mock_hw_config/objectives/move_along_path.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<root BTCPP_format="4" main_tree_to_execute="Move along Path">
<root BTCPP_format="4" main_tree_to_execute="Move Along Path">
<!-- ////////// -->
<BehaviorTree ID="Move along Path" _description="Moves the robot tip on a rectangular path." _favorite="true" _hardcoded="false">
<BehaviorTree ID="Move Along Path" _description="Moves the robot tip on a rectangular path." _favorite="true" _hardcoded="false">
<Control ID="Sequence" name="TopLevelSequence">
<Control ID="Sequence">
<Action ID="CreateStampedPose" reference_frame="base_link" position_xyz="-0.4;0.4;-0.0" orientation_xyzw="0.0;1.0;0.0;0.0" stamped_pose="{stamped_pose}"/>
Expand Down

0 comments on commit d8466a2

Please sign in to comment.