Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_ackermann_local_planner
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
labrobotica
ros
navigation
iri_ackermann_local_planner
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
3
braunschweig
castelldefels
Esplugues_demo
4 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
29
Apr
18
30
Jan
8
Nov
18
Oct
30
May
12
15
Nov
14
11
2
28
Oct
27
26
21
19
11
26
Aug
25
23
14
Jun
10
Mar
14
Feb
9
16
Sep
13
18
Jul
27
Jun
11
Feb
5
Nov
2
22
Sep
10
1
12
Feb
11
Jul
2
Dec
28
Jun
7
18
May
22
Jul
23
Apr
14
Jan
12
Nov
10
23
Oct
22
21
31
Jul
28
24
14
13
May
7
Feb
4
Dec
11
Nov
25
Oct
24
23
17
15
9
3
23
Apr
Merge branch 'devel' into 'master'
braunschweig ma…
braunschweig master
Set up the install commands for the CMake.
To compute if a segment is backward or forward, only use the part of the segment inside the costmap.
Merge branch 'splines' into 'master'
castelldefels
castelldefels
Merge branch '1-list-of-bugs-discovered-developing-follow_local_planner-branch-splines' into 'splines'
Added a parameter to set the maximum allowed curvature in a trajectory candidate.
Ashort path (<5 points) does not fail anymore.
Fixed listed bugs
Pass point as argument in spline evaluate function
Added 0.25 to max_radius
Checked if the path is empty when checking if the goal has been reached.
If the robot is far from the goal, do not consider the goal as reached when the robot passes through it.
Added a generic exception catch in the function to generate the next trajectory.
Added a check of the path length in the set_plan function.
Solved a bug: The current position of the robot was not taken into account when generatng the trajectory candidates.
Added spline candidates at multiple distances from the current position, not only the end point.
Taken into account the circumscrived radius of the footprint to check for the local goal on the path.
Added check return value of getGoalPose
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.
Taken into account that the footprint does not get out of the costmap to avoid problems with the obstacle cost function computation.
Used the oriented footprint to avoid problems with the obstacle costs.
Added the lateral offset compensation to the stanley controller for the steering.
It is now possible two switch between splines and standard trajectory generator using the dynamic reconfigure.
Added two reconfigurable parameters for the stanley controller for the steering.
If the velocity profile is too short, take the maximum speed.
Taken into account the obstacles when planning with splines.
Detected when the robot passes through the goal but farther than the xy tolerance: Used to skip to the next goal (particular solution).
Used the farthest point of the path not outside of the costmap.
Used a partial implementation of the stanley controller to control the steering
When splitting the input path, the forward or backward direction of each segment is caomputed.
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.
Added the computation of the curvature of the global path.
Initial implementation using splines.
Cleaned up the code:
Removed goal stopOnFailure. Fixed bug ignoring use_stuck_check flag
Esplugues_demo
Esplugues_demo
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.
Rename stucked with stuck. Add parameters to enable/disable the stuck check and change the vel threshold and max occurrences.
Uncomment stucked check behavior. Rename ROSout texts
Add bool param to invert cmd_vel steering value. Add bool param to enable/disable inplace steering change before each maneuver
Merge branch 'development' into 'master'
Loading