Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
opendrive_to_gazebo
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
ADC
libraries
opendrive_to_gazebo
Graph
master
Select Git revision
Branches
1
master
default
protected
Tags
5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
6 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Nov
21
Oct
5
29
Sep
23
Jun
19
Apr
26
Mar
24
15
12
Feb
9
10
Jan
30
Dec
3
Nov
2
27
Oct
30
Jul
23
21
17
16
13
5
May
4
30
Apr
29
28
27
24
23
22
14
Fix swapped code for signs prohibited left/right
1.0.4 master
1.0.4 master
Merge branch 'sign_localization' into 'master'
1.0.3
1.0.3
Added support for the end of prohibitions and the prohibited left and right signals.
Added support for the global localization sign.
1.0.2
1.0.2
Normalized angles
Added triangle localization sign spawn generation
Changes to handle the sempahores.
1.0.1
1.0.1
Added libboost-all and iri-autonomous-driving-tools dependencies on package generation
1.0.0
1.0.0
Added executable installation
Merge branch 'parking_obstacles' into 'master'
Add parkings yaml generation
Add parking objects as parked cars obstacles in launch file, but commented. Create output directory if it does not exist.
Check if an obstacle is a parking slot or not to avoid exporting it as a regular object.
Adapted to all signals with the same alvar tag except the semaphore
Merge branch 'opendrive_lib' into 'master'
Updated the documentation.
Changed the Point name to Pose.
Used the autonomous_driving_tools library to import the road from the xodf file.
Fixed wrong library name
Adapted to Ubuntu 18.04 package generation
Added road_sclae as argument
Solved some bugs
Fixed wrong library name
Updated .gitlab-ci.yml to multiples Ubuntu distributions' packages generation
Changed from auto_ptr to unique_ptr. Fix comparison between unsigned int
Update ReadMe.md
Added spawn_objects.launch generation
Adapted to las changes on sing_description launch files
Added object repeat support. Fixed some bugs
Added objects parsing. Repeat not implemented
Name changed to opendrive_to_gazebo. Fixed some minors bugs for packaging
Added DEFAULT_REVERSE_ORIENTATION to know when to add PI to the orientation, not always in reverse
Fixed some typos
Now each class extracts its useful information from .xodr files
Adapted to road pointers
Adapted to store signals as pointers
Added cloe function to geometries. Removed delete geometries from road, now clear_geometries laso delete the pointers
Added copy constructor and overload assignament operator
Added documentation
Added generate_spwan_launch_file
Loading