- Apr 29, 2024
-
-
Sergi Hernandez authored
To compute if a segment is backward or forward, only use the part of the... See merge request !8
-
- Apr 18, 2024
-
-
Sergi Hernandez authored
-
- Jan 30, 2024
-
-
Sergi Hernandez authored
To compute if a segment is backward or forward, only use the part of the segment inside the costmap.
-
- Nov 08, 2023
-
-
Fernando Herrero authored
Cleaned up the code: See merge request !7
-
Fernando Herrero authored
Merge branch '1-list-of-bugs-discovered-developing-follow_local_planner-branch-splines' into 'splines' Fixed listed bugs See merge request !6
-
- Oct 18, 2023
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Removed trajectory candidates with too much curvature.
-
- May 30, 2023
-
-
Alejandro Lopez Gestoso authored
-
- May 12, 2023
-
-
Fernando Herrero authored
-
- Nov 15, 2022
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
If the robot is far from the goal, do not consider the goal as reached when the robot passes through it.
-
- Nov 14, 2022
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
- Nov 11, 2022
-
-
Sergi Hernandez authored
Solved a bug: The current position of the robot was not taken into account when generatng the trajectory candidates.
-
Sergi Hernandez authored
-
- Nov 02, 2022
-
-
Sergi Hernandez authored
Taken into account the circumscrived radius of the footprint to check for the local goal on the path.
-
- Oct 28, 2022
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
Taken into account the worst case rotations of the footprint at the farthest point of the trajectory to check if it is fully contained in the local costmap.
-
- Oct 27, 2022
-
-
Sergi Hernandez authored
Taken into account that the footprint does not get out of the costmap to avoid problems with the obstacle cost function computation.
-
- Oct 26, 2022
-
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
It is now possible two switch between splines and standard trajectory generator using the dynamic reconfigure. Added a private node handle.
-
Sergi Hernandez authored
-
- Oct 21, 2022
-
-
Sergi Hernandez authored
Computed the lateral distance to the desired path to complete the stanley controller for the steering.
-
Sergi Hernandez authored
-
- Oct 19, 2022
-
-
Sergi Hernandez authored
Detected when the robot passes through the goal but farther than the xy tolerance: Used to skip to the next goal (particular solution).
-
Sergi Hernandez authored
-
Sergi Hernandez authored
-
Sergi Hernandez authored
The velocity dead zone is applied when generating the velocity samples to check. The past cost uses all the path points, not only the last one. Version using splines operational in simulation.
-
- Oct 11, 2022
-
-
Sergi Hernandez authored
Used the robot pose taken from the costmap in the odom frame (TF) to get the current position of the robot (instead of the odom topic. The rest of Twist and covariance values of the odom topic are still used.
-
- Aug 26, 2022
-
-
Sergi Hernandez authored
-
- Aug 25, 2022
-
-
Sergi Hernandez authored
It does not work moving backward. It often fails because the goal is outside the local costmap.
-
- Aug 23, 2022
-
-
Sergi Hernandez authored
Removed some parameters not used. Used the dynamic reconfigure data structure instead of the limits module.
-
- Jun 14, 2022
-
-
Sergi Hernandez authored
-
- Mar 10, 2022
-
-
Sergi Hernandez authored
Solved a bug in the heading cost function: If the trajectory had less points than the ones reuired to compute the cost, the node crashed.
-
- Feb 14, 2022
-
-
Fernando Herrero authored
Rename stucked with stuck. Add parameters to enable/disable the stuck check and change the vel threshold and max occurrences.
-
Fernando Herrero authored
-
- Feb 09, 2022
-
-
Fernando Herrero authored
Add bool param to invert cmd_vel steering value. Add bool param to enable/disable inplace steering change before each maneuver
-
- Sep 16, 2021
-
-
Sergi Hernandez authored
Added a new parameter to generate the steer angle instead of the angular speed for the control. See merge request !3
-