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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 1.1.1
License BSD
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/gaoyinfeng/trajgen.git
VCS Type git
VCS Version main
Last Updated 2025-01-06
Dev Status UNMAINTAINED
CI status No Continuous Integration
Released UNRELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Poggenhans
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.1.1 (2020-09-14)

1.1.0 (2020-09-06)

  • Add experimental support for building with colcon on ros2 and ament_cmake
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Dependant Packages

Name Deps
lanelet2
lanelet2
lanelet2
lanelet2
lanelet2
lanelet2_examples
lanelet2_examples
lanelet2_examples
lanelet2_examples
lanelet2_examples
lanelet2_io
lanelet2_io
lanelet2_io
lanelet2_io
lanelet2_io
lanelet2_maps
lanelet2_maps
lanelet2_maps
lanelet2_maps
lanelet2_maps
lanelet2_python
lanelet2_python
lanelet2_python
lanelet2_python
lanelet2_python
lanelet2_routing
lanelet2_routing
lanelet2_routing
lanelet2_routing
lanelet2_routing
lanelet2_traffic_rules
lanelet2_traffic_rules
lanelet2_traffic_rules
lanelet2_traffic_rules
lanelet2_validation
lanelet2_validation
lanelet2_validation
lanelet2_validation
lanelet2_validation
lanelet2_extension
lanelet2_extension
lanelet2_extension
lanelet2_extension
aichallenge_scoring
yabloc_common
yabloc_common
traffic_light_arbiter
obstacle_velocity_limiter
lanelet2_matching
lanelet2_matching
lanelet2_matching
simple_planning_simulator
autoware_trajectory
autoware_lanelet2_map_validator
autoware_traffic_light_arbiter
autoware_behavior_path_dynamic_obstacle_avoidance_module
autoware_motion_velocity_obstacle_velocity_limiter_module
autoware_simple_planning_simulator
had_map_utils
lanelet2_map_provider
off_map_obstacles_filter
off_map_obstacles_filter_nodes
behavior_planner
lanelet2_global_planner
lanelet2_global_planner_nodes
parking_planner
parking_planner_nodes
approaching_emergency_vehicle_plugin
arbitrator
basic_autonomy
carma_cooperative_perception
carma_wm
carma_wm_ctrl
cooperative_lanechange
gnss_to_map_convertor
lci_strategic_plugin
light_controlled_intersection_tactical_plugin
platooning_strategic_ihp
points_map_filter
roadway_objects
route
sci_strategic_plugin
stop_and_dwell_strategic_plugin
traffic_incident_parser
flexmap_fusion
map_visualizer
autoware_local_mission_planner
autoware_local_mission_planner_common
traffic_simulator
hd_map

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange

No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.

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 2025-03-03
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

Lanelet2 core module

Additional Links

Maintainers

  • Fabian Immel
  • Frank Bieder

Authors

  • Fabian Poggenhans

Lanelet2 Core

For an overview on the Lanelet2 architecture, see here

This package contains the core library of Lanelet2:

For usage examples, please refer to the lanelet2_examples package.

Debugging

Debugging Lanelet objects can be annoying, because they are very deeply nested. To improve this, Lanelet2 offers helpers for GDB and QtCreator. Have a look here.

CHANGELOG

Changelog for package lanelet2_core

1.2.2 (2024-10-25)

  • Implement signed curvature (#355)
  • Build documentation with mkdocs (#321)
  • Update RegulatoryElementTagging.md (#316)
  • Remove unused local typedefs (#312)
  • Contributors: DavUhll, Johannes Schmitz, Kosuke Takeuchi, johannes-fischer

1.2.1 (2023-05-10)

  • Update thirdparty deps, rework projected point, enable python 3.10/3.11 (#300)
  • Fix typos in documentation (#286)
  • Contributors: Johannes Schmitz, poggenhans

1.2.0 (2023-01-30)

  • Add zero-width character after colon to avoid markdown emoji :car: :arrow_right: :​car:
  • Use TYPED_TEST_SUITE over deprecated TYPED_TEST_CASE in unit tests
  • Add required boost::geometry functionalities to pyapi
  • Fix bug with custom centerlines custom centerlines of lanelets are now properly added when creating a lanelet map. Added tests to ensure this fixes fzi-forschungszentrum-informatik/Lanelet2#159
  • Remove randomness from test findNearestWorksForRandomLinestrings
  • Fix build for boost 1.69
  • Contributors: Fabian Poggenhans, Héctor Ochoa Ortiz, Maximilian Naumann, Sahin Tas, 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
  • Document undocumented parameter in determineCommonLine
  • Fix an issue that findNearest returned more results than intended. Add test and clarify doc. fixes fzi-forschungszentrum-informatik/Lanelet2#142
  • Python functions for distance between CompoundLineStrings and LineStrings
  • Removing extra semicolons causing warnings with wpedantic.
  • io: Fix random errors in bin serialization when serializing a HybridMap fixes fzi-forschungszentrum-informatik/Lanelet2#128
  • Add missing std::hash specializations, add __hash__ for python bindings
  • Making all includes in lanelet2_core consistent.
  • Fix 2d/3d confusions in geometry functions and implemented proper errors. Extended distance3d interface
  • Updating package.xml files to format 3.
  • Improve and extend determineCommonLine utility function
  • Add functionality to create the bounding polygon from a Path
  • Remove useless regulatoryElementsAs template function from LineStringOrPolygon
  • Apply clang-tidy 10 recommendations
  • Contributors: Christian-Eike Framing, Fabian Poggenhans, Johannes Janosovits, Joshua Whitley, Yujie He, harderthan

1.0.1 (2020-03-24)

  • Fix build failure if size_t is not unsigned long
  • Fix build with boost 1.62
  • Make sure lanelet2 buildtool_export_depends on mrt_cmake_modules
  • Add geometry function to compute curvature from three points Add tests, cleanup the validator that uses it
  • Add changelogs
  • Format files
  • Fix clang-tidy warnings
  • Contributors: Fabian Poggenhans

1.0.0 (2020-03-03)

  • Bump version to 1.0
  • Add unittest for findWithin and areas
  • Apply clang-tidy fixes
  • Add geometry functions convexPartition and triangulate These handle splitting polygons into convex polygons (or into triangles)
  • Improve documentation about Regulatory Elements
  • Fix headers missing their include guards
  • Fix CompoundLineString2d::rightBound2d()
  • Add missing const in Area.h regulatoryElementsAs method
  • Add a new class 'LaneletSubmap' that only contains parts of the map and is faster to construct
  • Refactored the internal representation of the route. Cleaned up headers that are only supposed to be used internally
  • Make sure HybridLineString returns const references instead of copies
  • Fix comparison operators for laneletOrArea and LineStringOrPolygon
  • Fix constness of search function in lanelet map
  • Add a new geometry function that shifts line strings laterally
  • Add US traffic signs to JOSM stylesheet and docu
  • Add an AllWayStop regulatory element, tests and docs
  • Initial commit
  • Contributors: Fabian Poggenhans, Florian Kuhnt, Johannes Janosovits, Maximilian Naumann, Piotr Orzechowski

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged lanelet2_core at Robotics Stack Exchange