Skip to content

Commit 69b3c53

Browse files
committed
Reviews
1 parent ce91f81 commit 69b3c53

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/moveit_pro_franka_configs/franka_arm_sim/objectives/close_gripper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<root BTCPP_format="4" main_tree_to_execute="Close Gripper">
3-
<BehaviorTree ID="Close Gripper" _description="Close the gripper">
3+
<BehaviorTree ID="Close Gripper" _description="Close the end_effector">
44
<Control ID="Sequence" name="root">
55
<Action
66
ID="MoveGripperAction"

src/moveit_pro_franka_configs/franka_arm_sim/objectives/open_gripper.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--//////////-->
44
<BehaviorTree
55
ID="Open Gripper"
6-
_description="Open the gripper"
6+
_description="Open the end effector"
77
_favorite="false"
88
>
99
<Control ID="Sequence" name="root">

src/moveit_pro_franka_configs/franka_arm_sim/objectives/take_scene_camera_snapshot.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<!--//////////-->
44
<BehaviorTree
55
ID="Take Scene Camera Snapshot"
6-
_description=""
6+
_description="Use the camera that is not fixed to the robot, to capture a point cloud"
77
_favorite="false"
88
>
99
<Control ID="Sequence" name="TopLevelSequence">

0 commit comments

Comments
 (0)