Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
autonomous_driving_tools
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
mobile_robotics
autonomous_driving
autonomous_driving_tools
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
6
2.1.0
2.1.1
2.0.0
castelldefels
1.0.1
1.0.0
7 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
30
Jan
26
25
23
21
Dec
18
10
Nov
8
25
Oct
4
13
Sep
8
7
4
29
Aug
25
23
22
17
15
11
9
2
27
Jul
29
Jun
26
6
31
May
26
25
19
5
Apr
25
Oct
17
11
7
4
23
Sep
22
16
14
9
8
6
1
29
Aug
26
25
3
Nov
24
Oct
15
11
8
7
6
4
3
1
27
Sep
15
Mar
17
Feb
15
12
8
7
6
5
27
Jan
19
13
10
9
8
2
1
31
Dec
30
22
18
17
16
11
4
3
16
Nov
23
Sep
28
May
Merge branch 'devel' into 'master'
2.1.0 2.1.1 mas…
2.1.0 2.1.1 master
Generate the splines with the desired resolution, instead of the default one.
The road segment can have different lane with at the start and end points.
Added an external parameter to set the default lane width.
Added a missing header file.
Merge branch 'master' of ssh://gitlab.iri.upc.edu:2202/mobile_robotics/autonomous_driving/autonomous_driving_tools
Solved some circular header inclusion problems.
Solved some errors of the Eigen library when trying to index a matrix with double indexes.
Added xsdcxx dependency
2.0.0
2.0.0
Added gdal dependency
Updated to last packaging generation version
Add set/get_utm_zone functions
Merge branch 'refactor' into 'master'
castelldefels
castelldefels
Stop the spline generation if the number of points gets too big (generation diverges for some reason)
Generate the spline in case it is not already generated in the evaluate() function.
Solved a bug in the free function: the vectors were not cleared.
Solved a bug when getting a part of the original spline: The value to specify to the end is max double and not -1.
Removed a debugging message.
Used the GeographicLib to translate from longitude/latitude to UTM.
Solved a bug in the computation of the start and ened distances.
Segments that end upt without any geometry are not imported from OSM.
Updated the OSM import example.
Solved a bug whne checking the side of the lateral offset.
Removed the through restriction from road segments.
Improved the way to generate the forward and backward geometries when converting an OSM road map.
Solved a bug when computing the (x,y) center of the imported map.
Assigned a default lane with to all roads. Not read from the OSM file.
Improved the way to check whether some nodes are inside other roads in junctions or not.
Solved a bug when computing the in and out road radius when creating junction links.
Added an example to import an Open Street Map file.
Added support ot import Open Street Maps files.
Minor changes.
Removed some source files no longer needed.
Updated the examples.
If the end node is not reachable, it return the maximum cost.
Added support to save road data in opendrive format.
Added some helper functions.
Added a constructor to generate a ParamPoly3 geometry from the start and end points.
Added functions to automatically generate simple lane connectivity.
When creating a subroad, check whether each junction segment has next and/or previous segments.
Loading