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
Merge requests
!1
The source project of this merge request has been removed.
Master
Merged
Master
(removed):master
into
development
Overview
0
Commits
2
Pipelines
0
Changes
3
Merged
Sergi Hernandez
requested to merge
(removed):master
into
development
3 years ago
Overview
0
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Compare
development
development (base)
and
latest version
latest version
faf5eb47
2 commits,
3 years ago
3 files
+
24
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
Search (e.g. *.vue) (Ctrl+P)
cfg/OpendriveGlobalPlanner.cfg
+
1
−
1
Options
@@ -13,7 +13,7 @@ gen.const("time", int_t, 1, "Use distance and speed to compute costs"),
gen.add("opendrive_file",
str_t, 0, "Opendrive map file", "")
gen.add("opendrive_frame",
str_t, 0, "Opendrive frame ID", "")
gen.add("angle_tol",
double_t, 0, "Angle tolerance to find start and end positions on the road map", 0.5, 0.1, 1
.5707
)
gen.add("angle_tol",
double_t, 0, "Angle tolerance to find start and end positions on the road map", 0.5, 0.1, 1
0.0
)
gen.add("dist_tol",
double_t, 0, "Distance tolerance to find start and end positions on the road map", 3.0, 0.5, 10.0)
gen.add("multi_hyp",
bool_t, 0, "Use multi hypothesis path search", False)
gen.add("resolution",
double_t, 0, "Resolution of the generated path", 0.1, 0.01, 1.0)
Loading