-
Can i load to scene HD map in Autoware csv format?
-
Can you please share, how you have converted your collected longitude, latitude to xy coordinates. Is it different from UTM?
-
## Bug report
### Required information:
- Operating system and version:
- Ubuntu 18.04
- Autoware installation type:
- Docker with mounted source code directory
- Autoware version or…
-
![Issue1](https://user-images.githubusercontent.com/62092870/81533679-93fbec80-93a1-11ea-97bb-6d2c6e8d1a83.png)
![Issue2](https://user-images.githubusercontent.com/62092870/81533684-965e4680-93a1-11e…
-
Memory leaks somewhere when Lanelet2 is used via its boost python API ( both python 2 and 3 ). It worked without leaks when I created the same class in a C++ program.
See the script which prints th…
-
When I load a .osm file, that I just created using the mapping tool I get a segmentation fault and the program terminates. Here is a link to the osm file: https://www.dropbox.com/s/o3otueh1um6qon0/Tes…
-
### Types of Issue
- [ ] Anomaly report (something appears to not work correctly)
- [X] Enhancement request (describe the enhancement being requested)
- [ ] Other (please ensure the descripti…
-
Hello team!
Help me understand how to create HD maps
I want to modify, for example, "autonomous_stuff" for Apollo
I follow the instructions
https://www.lgsvlsimulator.com/docs/map-annota…
-
Running `python3 -c "import lanelet2"` causes an segmentation fault, the output is the following:
```
$ python -c "import lanelet2" …
-
I was trying to use findWithin2d using python. I guessed it should be available like this:
```
lanelet2.geometry.findWithin2d(primitive_layer, geometry)
```
but I got an AttributeError
`Attribute…