|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged maliput_malidrive at Robotics Stack Exchange
|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.21.1 |
| License | BSD Clause 3 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/maliput/maliput_malidrive.git |
| VCS Type | git |
| VCS Version | main |
| Last Updated | 2026-03-31 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Maintainers
- Andrew Best
- Franco Cipollone
- Santiago Lopez
- Juan Manuel Carosella Grau
Authors
maliput_malidrive
Description
maliput_malidrive package is a Maliput backend implementation.
Its underlying format specification is based on OpenDRIVE format. Allowing the users to load a road network out of a XODR file description.
Please go to XODR Parser capabilities for further information about OpenDRIVE’s parser.
Note: For full information about Maliput please visit Maliput Documentation.
Resources
maliput_malidrive provides several map resources at maliput_malidrive/resources.
These resources are:
- XODR files for describing different road networks using OpenDRIVE format specification.
- YAML files for describing
maliput’s road network information of type: 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: MALIPUT_MALIDRIVE_RESOURCE_ROOT.
API Documentation
Refer to Maliput Malidrive’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.
- maliput_malidrive’s applications: This package provides some applications to validate a XODR file. See maliput_malidrive’s tutorials.
-
maliput_integration: Concentrates applications created for maliput. See maliput_integration’s tutorials. These applications allow to select
maliput_malidriveas the backend.
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
- Create colcon workspace if you don’t have one yet.
mkdir colcon_ws/src -p
- Clone this repository in the
srcfolder
cd colcon_ws/src
git clone https://github.com/maliput/maliput_malidrive.git
- Install package dependencies via
rosdep
export ROS_DISTRO=foxy
rosdep update
rosdep install -i -y --rosdistro $ROS_DISTRO --from-paths src
- Build the package
colcon build --packages-up-to maliput_malidrive
**Note**: To build documentation a `-BUILD_DOCS` cmake flag is required:
colcon build --packages-select maliput_malidrive --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
It is recommended to follow the guidelines for setting up a development workspace as described here.
Contributing
Please see CONTRIBUTING page.
License
Changelog for package maliput_malidrive
0.21.1 (2026-03-31)
- Improve traffic signal DB docs. (#431)
- Contributors: Santiago Lopez
0.21.0 (2026-03-31)
- Remove elevations that start after the road's length. (#429)
- Relaxing xodr<>malidrive coord comparison epsilon (#428)
- Verify valid position of XODR Lane Position. (#426)
- Add docs about road curve integrators. (#425)
- Contributors: Franco Cipollone, Juan Carosella, Santiago Lopez
0.20.0 (2026-03-25)
- Check sign_type at traffic light builder. (#419)
- Update docs based on bulb types. (#418)
- Support non traffic light signals in the DB. (#416)
- Populate TrafficLights related lanes correctly. (#417)
- Pairs with new book API. (#415)
- Create TrafficLights based on XODR signals (#409)
- Add signalReference as part of Signals. (#410)
- XODR signal boards. (#403)
- XODR Signal Semantics (#405)
- XODR Signal elements (#404)
- Traffic signal supplementary map parsing. (#400)
- Contributors: Franco Cipollone, Santiago Lopez
0.19.0 (2026-03-06)
- Implements FindSurfaceRoadPositionsAtXY for RoadGeometry. (#407)
- Updating to bazel 7.5.0 (#406)
- Add workflow to verify bazel 6.x, 7.x, 8.x. (#401)
- Contributors: Franco Cipollone, Juan Carosella
0.18.0 (2026-01-23)
- Correctly populate LaneBoundaries when only left or right lanes are present. (#398)
- Signal parsing. (#395) ---------
- Contributors: Franco Cipollone, Santiago Lopez
0.17.2 (2026-01-20)
- Fixing object xodr bool parsing (#396)
- Contributors: Juan Carosella
0.17.1 (2026-01-20)
- Add BCR maintainers. (#393)
- Contributors: Santiago Lopez
0.17.0 (2026-01-19)
- Migrate behavior to maliput::geometry_base. (#391)
- XODR Object parsing. (#387)
- Contributors: Juan Carosella, Santiago Lopez
0.16.0 (2026-01-12)
- Implement GetCurvature method for Lane. (#388)
- Contributors: Franco Cipollone
0.15.1 (2026-01-07)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| ament_cmake_doxygen | |
| ament_cmake_gtest | |
| ament_cmake_clang_format | |
| maliput |