Skip to content

Commit e5720fb

Browse files
committed
added descriptions for mpc objectives
1 parent f01c0a7 commit e5720fb

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/lab_sim/objectives/mpc_pose_tracking.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
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
5+
ID="MPC Pose Tracking"
6+
_description="Uses Model Predictive Control (MPC) to track a target pose in real-time."
7+
_favorite="false"
8+
>
59
<Control ID="Sequence" name="TopLevelSequence">
610
<Control ID="Sequence">
711
<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 obstacles represented by a point cloud."
1010
_favorite="false"
1111
>
1212
<Control ID="Sequence" name="TopLevelSequence">

0 commit comments

Comments
 (0)