Skip to content

Commit

Permalink
fixup! improve documentation in Fallbacks demo
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 11, 2023
1 parent b543a67 commit dcfa011
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions demo/src/fallbacks_move_to.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ constexpr double TAU = 2 * M_PI;

using namespace moveit::task_constructor;

/** Alternatives( 3 * FixedState with different states ) -> Fallbacks( MoveTo<CartesianPath>, MoveTo<PTP>, MoveTo<OMPL>
* )
/** Alternatives (3x FixedState with different states) -> Fallbacks(MoveTo<CartesianPath>, MoveTo<PTP>, MoveTo<OMPL>)
*
* This task demonstrates how to use the Fallbacks stage to try different planning approaches in propagator.
* Note that the initial states are all different, so this task does not describe any real-world scenario (where all
* plans should start from the same initial state for execution).
* Note that the initial states are all different, so this task does not describe any real-world scenario
* (where all plans should start from the same initial state for execution).
*/
int main(int argc, char** argv) {
ros::init(argc, argv, "mtc_tutorial");
Expand Down

0 comments on commit dcfa011

Please sign in to comment.