Trajectory planner

trajectory_planner: trajectory_planner

trajectory_planner

  • Homepage: http://ros.org/wiki/trajectory_planner
  • trajectory_planner_nodelet is a package that generates a few number of trajectories from an header file with two structures with ackermann angles and arc measurements.

    This package uses two classes, c_trajectory and c_manage_trajectory

    How to use?

    c_trajectory

    c_trajectory class

    This class is very simple to use, because you just need to give 3 input parameters. A structure of alphas (ackermann angles), arcs and speed (not very important yet). The rest of the class is responsible to calculate the coordinates of the vehicle during the movement. After that, some markers are created, to perform a visual simulation of the movement and orientations.

    The nodelet

    To use the nodelet, you just need to perfom two actions:

    c_trajectory

    c_manage_trajectory class

    This class receive from the trajectory genarator a trajectory. It will be analized, to determine its overall score, depending on a few weight parameters.. The evaluations methods are:

    This class returns a vizual marker with the trajectory evaluation paramenters values and its final weight.

    c_trajectory

    After being generated and evaluated, the trajectory with the higher final overall score must be followed. The node responsible to perform that is the trajectory_executive. It publishes a message with the speed and sirection parameters that the vehicle should have at each moment.

     All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines


    trajectory_planner
    Author(s): joel
    autogenerated on Wed Jul 23 04:35:02 2014