Robotics StackExchange | Archived questions

how to use TrajectoryPlannerROS::checkTrajectory

Hello, I sent a path to my move_base and i want to know if i can apply it.

So I was thinking to use baselocalplanner::TrajectoryPlannerROS .

But I don't get what are vxsamp,vysamp and vtheta_samp. The documentation said that there are used in order to seed the Trajectory but I don't understand what does it mean.

Someone can describe me what is the purpose of these parameters?

thanks

Asked by GuillaumeB on 2014-08-11 11:14:04 UTC

Comments

I have use the vx_samp,vy_samp and vtheta_samp that I was using for my DWA_planner. I can initialize and load a map but when i try to checktrajectory the function always return false (even for plans that I know they are correct). Someone has an idea?

Asked by GuillaumeB on 2014-08-12 07:26:59 UTC

Answers