Skip to content

How to use TOTG for time parameterization ? #237

Answered by Levi-Armstrong
vegfood asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, take a look at this planning_server.loadDefaultProcessPlanners(); in the example. This is where all of the motion pipelines get added. You would need to copy the function for the pipelinei you are interested in and switch it out ISP with TOTG.

That example is using the trajopt pipeline so you would copy this function and replace it with TOTG where ISP is.

TaskflowGenerator::UPtr createTrajOptGenerator(bool check_input, bool post_collision_check, bool post_smoothing)
{
auto tf = std::make_unique<GraphTaskflow>("TrajOptTaskflow");
int check_inpu…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@vegfood
Comment options

Answer selected by rjoomen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants