Skip to content

Commit 5eeb219

Browse files
committed
added descriptions for mpc objectives
1 parent 6ddf5ac commit 5eeb219

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lab_sim/objectives/mpc_pose_tracking.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8" ?>
22
<root BTCPP_format="4" main_tree_to_execute="MPC Pose Tracking">
33
<!--//////////-->
4-
<BehaviorTree ID="MPC Pose Tracking" _description="" _favorite="false">
4+
<BehaviorTree ID="MPC Pose Tracking" _description="Uses Model Predictive Control (MPC) to track a target pose in real-time." _favorite="false">
55
<Control ID="Sequence" name="TopLevelSequence">
66
<Control ID="Sequence">
77
<SubTree

src/lab_sim/objectives/mpc_pose_tracking_with_point_cloud_avoidance.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!--//////////-->
77
<BehaviorTree
88
ID="MPC Pose Tracking With Point Cloud Avoidance"
9-
_description=""
9+
_description="Uses Model Predictive Control (MPC) to track a target pose while avoiding a point cloud in real-time.""
1010
_favorite="false"
1111
>
1212
<Control ID="Sequence" name="TopLevelSequence">

0 commit comments

Comments
 (0)