Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion src/lab_sim/objectives/mpc_pose_tracking.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="UTF-8" ?>
<root BTCPP_format="4" main_tree_to_execute="MPC Pose Tracking">
<!--//////////-->
<BehaviorTree ID="MPC Pose Tracking" _description="" _favorite="false">
<BehaviorTree
ID="MPC Pose Tracking"
_description="Uses Model Predictive Control (MPC) to track a target pose in real-time."
_favorite="false"
>
<Control ID="Sequence" name="TopLevelSequence">
<Control ID="Sequence">
<SubTree
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--//////////-->
<BehaviorTree
ID="MPC Pose Tracking With Point Cloud Avoidance"
_description=""
_description="Uses Model Predictive Control (MPC) to track a target pose while avoiding obstacles represented by a point cloud."
_favorite="false"
>
<Control ID="Sequence" name="TopLevelSequence">
Expand Down