No version for distro humble showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro jazzy showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro kilted showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro rolling showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro ardent showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro bouncy showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro crystal showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro eloquent showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro dashing showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro galactic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro iron showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro lunar showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro jade showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro indigo showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro hydro showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro kinetic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro melodic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange

No version for distro noetic showing foxy. Known supported distros are highlighted in the buttons above.
Package symbol

maliput_multilane package from maliput_multilane repo

maliput_multilane

ROS Distro
foxy

Package Summary

Tags No category tags.
Version 0.1.5
License BSD 3-Clause
Build type AMENT_CMAKE
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/maliput/maliput_multilane.git
VCS Type git
VCS Version main
Last Updated 2025-03-07
Dev Status DEVELOPED
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

Maliput Multilane.

Additional Links

No additional links.

Maintainers

  • Daniel Stonier

Authors

No additional authors.

gcc

maliput_multilane

Description

maliput_multilane is an implementation of Maliput’s API that allows users to instantiate a road network with the following relevant characteristics:

  • Multiple Lanes are allowed per Segment.
  • Constant width Lanes.
  • Segments with lateral asphalt extensions, aka shoulders.
  • Line and Arc base geometries, composed with cubic elevation and superelevation polynomials.
  • Semantic Builder API.
  • YAML based map description.
  • Adjustable linear tolerance.

The number of lanes and their lengths, widths, and shoulder widths are all user specifiable.

Note: For full information about Maliput please visit Maliput Documentation.

Resources

maliput_multilane provides several map resources at maliput_multilane/resources. These resources are YAML files that contains a description for the road geometry creation. Some of them, also describe maliput’s road network information like: Range Value Rules, Discrete Value Rules, Traffic Lights, Phase Rings, Intersections, etc.

Resources are installed natively, so the users are able to use them for their own interest. In order to get the installation path check the environment variable: MULTILANE_RESOURCE_ROOT.

API Documentation

Refer to Maliput Multilane’s Online API Documentation.

Examples

Getting Started page is a good place for starting to see Maliput’s capabilities and how to use a Maliput backend for getting a road network.

Installation

Supported platforms

Ubuntu Focal Fossa 20.04 LTS.

Binary Installation on Ubuntu

See Installation Docs.

Source Installation on Ubuntu

Prerequisites

sudo apt install python3-rosdep python3-colcon-common-extensions

Build

  1. Create colcon workspace if you don’t have one yet.
    mkdir colcon_ws/src -p
    
  1. Clone this repository in the src folder
    cd colcon_ws/src
    git clone https://github.com/maliput/maliput_multilane.git
    
  1. Install package dependencies via rosdep
    export ROS_DISTRO=foxy
    
    rosdep update
    rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
    
  1. Build the package
    colcon build --packages-up-to maliput_multilane
    
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
    colcon build --packages-select maliput_multilane --cmake-args " -DBUILD_DOCS=On"
    
More info at [Building Documentation](https://maliput.readthedocs.io/en/latest/developer_guidelines.html#building-the-documentation).

For further info refer to Source Installation on Ubuntu

For development

File truncated at 100 lines see the full file

CHANGELOG

Changelog for package maliput_multilane

0.1.5 (2023-04-13)

  • RoadGeometry::FindRoadPositions: Uses maliput-provided base method. (#101)
  • Provides plugins for both builders and improves params configuration. (#99)
  • Contributors: Franco Cipollone

0.1.4 (2022-12-12)

  • Implements interface for providing default parameters via plugin. (#98)
  • Updates triage workflow. (#96)
  • Contributors: Franco Cipollone

0.1.3 (2022-09-14)

  • Matches with changes in Maliput: Lane::ToLanePosition. (#95)
  • Contributors: Franco Cipollone

0.1.2 (2022-07-29)

  • Fixes test utilities (#93)
  • Adds triage workflow. (#92)
  • Improves README. (#91)
  • Contributors: Franco Cipollone

0.1.1 (2022-07-01)

  • Fixes environment hooks. (#90)
  • Fixes dependency on environment variables. (#89)
  • Contributors: Franco Cipollone

0.1.0 (2022-06-16)

  • Updates package.xml.
  • Suppresses old-rule-api-related warnings. (#88)
  • Fixes include folder installation. (#87)
  • Relies on compile definitions for testing instead of env vars. (#86)
  • Updates license. (#85)
  • Uses ament_export_targets. (#84)
  • Removes dashing support. (#83)
  • Updates IntersectionBook construction points to include the RoadGeometry pointer. (#82)
  • Adds BUILD_DOCS flag as opt-in flag (#81)
  • Matches with change in maliput's phase ring book loader. (#80)
  • Adds workflow_dispatch to other workflows. (#79)
  • Adds CI badges (#78)
  • Replaces push by workflow_dispatch event in gcc build. (#77)
  • Extends RoadNetworkLoader plugin to include yaml descriptions and OnrampMerge implementation. (#76)
  • Fixes MALIPUT_PLUGIN_PATH new path. (#75)
  • Change install path of the maliput plugin. (#74)
  • Use maliput drake (#73)
  • Makes multilane to link privately against drake (#72)
  • Remove eigen_compare_matrices.h (#71)
  • Use maliput math instead of drake (#70)
  • Hide drake types part 2 (#69)
  • Hide drake types part 1 (#68)
  • Enable doxygen verification. (#66)
  • Replaces AMENT_CURRENT_PREFIX by COLCON_PREFIX_PATH (#65)
  • Removes ament_target_dependencies macro. (#64)
  • Set up linker properly when using clang in CI. (#63)
  • Remove references to GnuInstallDir vars. (#62)

File truncated at 100 lines see the full file

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

Name
yaml-cpp

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged maliput_multilane at Robotics Stack Exchange