Skip to content
Snippets Groups Projects
  1. Feb 08, 2021
  2. Feb 07, 2021
  3. Feb 06, 2021
  4. Feb 05, 2021
  5. Jan 27, 2021
  6. Jan 19, 2021
    • Sergi Hernandez's avatar
      Modified the gradient class to return false when the gradient goes outside the limits. · d2f67dbe
      Sergi Hernandez authored
      The spline class returns maximum length when the is no closest point belonging to the spline.
      All other classes check the returned length to check for the existance of the closest point.
      d2f67dbe
    • Sergi Hernandez's avatar
      Added some functions: · 41858975
      Sergi Hernandez authored
      * to get the pose at a given distance in the link.
      * to get the curvature at a given distance in the link.
      * to get the closest node, node index, lane, lane index, segment, segment index and pose to a given point.
      * to get the number of lane objects and a reference to them.
      * to udpate the index of lanes and nodes when creating new roads.
      * to update the node index from a path.
      41858975
    • Sergi Hernandez's avatar
      Added some functions: · 7bd8274a
      Sergi Hernandez authored
      * to get the pose at a given distance in the link.
      * to get the curvature at a given distance in the link.
      * to get the closest node, node index, lane, lane index and pose to a given point.
      * to get the next segment in the road.
      Added the link reference update to the clone() and get_sub_segment() functions.
      7bd8274a
Loading