You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lab_sim/objectives/load_and_execute_joint_trajectory.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
<?xml version="1.0" encoding="utf-8" ?>
1
+
<?xml version="1.0" encoding="UTF-8" ?>
2
2
<rootBTCPP_format="4"main_tree_to_execute="Load and Execute Joint Trajectory">
3
3
<!--//////////-->
4
4
<BehaviorTree
5
5
ID="Load and Execute Joint Trajectory"
6
6
_description="Load a trajectory that was saved as a YAML file"
7
-
_favorite="true"
7
+
_favorite="false"
8
8
>
9
9
<ControlID="Sequence"name="TopLevelSequence">
10
10
<!--Make sure to move the robot to the same starting position as the saved trajectory starts, otherwise the joint_trajectory_controller will use joint interpolation to align the robot with the path-->
Copy file name to clipboardExpand all lines: src/lab_sim/objectives/ml_segment_point_cloud_from_clicked_point.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
<BehaviorTree
8
8
ID="ML Segment Point Cloud from Clicked Point"
9
9
_description="Captures a point cloud and requests the user to click on three objects in the image to be segmented. The point cloud is then filtered to only include the selected objects."
0 commit comments