lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |
Launch files
Messages
Services
Plugins
Recent questions tagged lanelet2_examples at Robotics Stack Exchange
lanelet2_examples package from lanelet2 repolanelet2 lanelet2_core lanelet2_examples lanelet2_io lanelet2_maps lanelet2_matching lanelet2_projection lanelet2_python lanelet2_routing lanelet2_traffic_rules lanelet2_validation |
|
Package Summary
Tags | No category tags. |
Version | 1.2.2 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/fzi-forschungszentrum-informatik/lanelet2.git |
VCS Type | git |
VCS Version | master |
Last Updated | 2024-10-25 |
Dev Status | MAINTAINED |
CI status |
|
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Fabian Immel
Authors
- Fabian Poggenhans
Lanelet2 Examples
This package contains executable usage examples for people who would like to know how to work with a lanelet2 map. Simply look at the code in the individual lessons. They are equipped with lots of explaining comments. You can also build and run them to see them in action.
The examples are divided into individual lessons that help you step by step to understand lanelet2. Simply look here for an overview on the C++ tutorials.
The python tutorials are shorter and demonstrate the similarity of the interface. They can be found here.
Changelog for package lanelet2_examples
1.2.2 (2024-10-25)
- Build documentation with mkdocs (#321)
- Fix #324: exception thrown when using GeocentricProjector (#325)
- Contributors: DavUhll, Michał Antkiewicz
1.2.1 (2023-05-10)
1.2.0 (2023-01-30)
- Fix OSM file output for upload and elevation
(#245)
- discourage upload and format elevation to max 2 decimals to prevent JSOM excessive elevation precision errors
- remove width to prevent leading spaces for lat/lon/ele
- allow for providing parameters josm_prevent_upload and josm_format_elevation to write
- Test lat/lon/ele formatting with and without josm_format_elevation. Test josm_upload
- improve read/write tutorial section comments
- document params
- Fix 223 all way stop python (#231)
- Add CI using GitHub Actions (#256)
- Add lanelet2_matching as dep for examples
- Move matching integration test to examples
- Update and fix conan build, deps and docs closes fzi-forschungszentrum-informatik/Lanelet2#174
- Fixed typo in README.md
- Contributors: Denzel-Haverkamp, Fabian Poggenhans, Maximilian Naumann, Michał Antkiewicz, Fabian Immel
1.1.1 (2020-09-14)
1.1.0 (2020-09-06)
- Add experimental support for building with colcon on ros2 and ament_cmake
- Make all includes of lanelet2_examples consistent
- Updating package.xml files to format 3.
- Apply clang-tidy 10 recommendations
- Contributors: Fabian Poggenhans, Joshua Whitley
1.0.1 (2020-03-24)
- Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
- Add changelogs
- Contributors: Fabian Poggenhans
1.0.0 (2020-03-03)
- Bump version to 1.0
- RoutingGraph and Route now use the new LaneletSubmap to store the lanelets they are using their member functions laneletMap() and passableMap() are now deprecated and should be replaced by laneletSubmap() and passableSubmap() respectively. These functions have less overhead and are less likely to be misinterpreted as 'maps containing only the lanelets you need'
- Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
- Routing graph and route object now support queries with a custom search function
- Improve c++17 support, supress warnings and clang-tidy 7 issues
- Simplified definition of origin in python, adapted examples
- Add examples package
- Contributors: Fabian Poggenhans, Maximilian Naumann, Sascha Wirges
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
ament_cmake_core | |
mrt_cmake_modules | |
rosbash | |
ros2cli | |
lanelet2_core | |
lanelet2_io | |
lanelet2_python | |
lanelet2_traffic_rules | |
lanelet2_routing | |
lanelet2_projection | |
lanelet2_matching |
System Dependencies
Name |
---|
gtest |
Dependant Packages
Name | Deps |
---|---|
lanelet2 |