Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iri_opendrive_global_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
Package Registry
Model registry
Operate
Environments
Terraform modules
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_opendrive_global_planner
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
1
braunschweig
2 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
8
Feb
30
Jan
25
10
Nov
8
4
Oct
28
Sep
25
Oct
19
11
4
26
Aug
12
Oct
13
Sep
10
2
Aug
10
May
19
Apr
15
Feb
11
5
16
Nov
2
6
Oct
28
Sep
22
Merge branch 'devel' into 'master'
braunschweig ma…
braunschweig master
Removed the resolution dynamic parameter. The resolution is automatically set when importing the OSM map.
Updated the ROS node to the latest version of the autonomous_driving_tools and road_map_planner libraries.
Added a feature to specify the highway and other tags to import from the OSM file.
Add set of utm_zone parameter
Merge branch 'refactor' into 'master'
For the map topic, generate the lane geometry instead of the segment one.
Use the new implementation of the roadmap_planner library.
Add different params for start and end tolerances distance and angle
Corrected the width and height of the map.
Merge branch 'master' of https://gitlab.iri.upc.edu/labrobotica/ros/navigation/iri_opendrive_global_planner
Solved a bug when creating the opendrive occupancy grid map: Elements outside the allocated memory were accessed causing segmentation faults from time to time.
Add debug param to show/hide cout messages
Improved the way of handling the parameters.
Used the messages defined in the iri_nav_module package.
Merge branch 'development' into 'master'
Increased the maximum value of the angle tolerance.
Merge branch 'master' into 'development'
Increased the maximum angle tolerance to 10 rad.
Added a service to get the opendrive nodes of the current path.
Solved a bug with the frame_id of the output trajectory: it weas set to the opendrive frame instead of the desired output frame.
Added a topic (RVIZ) and a service to get the full opendrive map as an occupancy grid.
Added a TF listener to transform the input and output data to and from the opendrive frame.
Updated the documentation.
Added a check that the index of the best path is valid before getting the trajectory.
Library changes updates
Update dependency names, without iri_ prefix
Added support for the scale_factor and min_road_length parameters.
Added parameters to configure the planner.
The returned path now includes the heading for each point.
Initial commit
Loading