|
maliput_malidrive package from maliput_malidrive repomaliput_malidrive |
ROS Distro
|
Package Summary
| Version | 0.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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.24.0 |
| 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-06-05 |
| 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.24.0 (2026-06-05)
- Implementing is_dynamic/movable API (#482)
- Adding signs properties from XODR (#480)
- Adding three new sign types (#479)
- Make comparison epsilon a bit less strict. (#481)
- Keeping a consistent format in DB naming (#478)
- Optional odr_representation fields are defaulted to wildcard string. (#477)
- Contributors: Juan Carosella, Santiago Lopez
0.23.0 (2026-06-03)
- New TrafficControlDeviceBooks builder (#469) Co-authored-by: JCarosella <<juancarosella96@ekumenlabs.com>>
- RoadMarkingBuilder (#468)
- Empty RoadMarkingBook and RoadObjectType deprecation (#467)
- Support odr_object_types entries in traffic_control_device database (#464)
- Implement TrafficSign::GetValue interface. (#462)
- Align signal's orientation with the s-direction traffic comes from. (#463)
- TrafficControlDevice supports new TrafficLights field values. (#459)
- TrafficControlDevice database wildcard matching (#456) Co-authored-by: Santiago Lopez <<santiago.lopez@ekumenlabs.com>>
- Update traffic control device database structure. (#452)
- Rename traffic_signal module and elements to traffic_control_device. (#450)
- Contributors: Santiago Lopez
0.22.0 (2026-04-21)
- Refactor traffic sign mapper while adding new sign type no_overtaking. (#441)
- Treat XODR roadMark objects as stopLines if their name state so. (#440)
- Support unknown traffic signs in the database. (#438)
- Implement RoadObject API (#434)
- Build [TrafficSignBook]{.title-ref} and fill it with [TrafficSign`s (]{.title-ref}#421 <<https://github.com/maliput/maliput_malidrive/issues/421>>`_)
- Contributors: Santiago Lopez
0.21.2 (2026-04-14)
- Discarding superelevations outside road length (#436)
- Contributors: Juan Carosella
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)
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 |