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
Commits
3206330b
Commit
3206330b
authored
1 year ago
by
Sergi Hernandez
Browse files
Options
Downloads
Patches
Plain Diff
Updated the OSM import example.
parent
7abe9b8c
No related branches found
No related tags found
1 merge request
!2
Solved a bug when creating a new geometry object: the sale factor is...
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/examples/osm_import_test.cpp
+2
-1
2 additions, 1 deletion
src/examples/osm_import_test.cpp
with
2 additions
and
1 deletion
src/examples/osm_import_test.cpp
+
2
−
1
View file @
3206330b
...
...
@@ -4,7 +4,8 @@
#include
<iostream>
//const std::string osm_file="/home/shernand/Downloads/test_osm.osm";
const
std
::
string
osm_file
=
"/home/shernand/Downloads/test_osm2.osm"
;
//const std::string osm_file="/home/shernand/Downloads/test_osm2.osm";
const
std
::
string
osm_file
=
"/home/shernand/Downloads/diagonal.osm"
;
int
main
(
int
argc
,
char
*
argv
[])
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment