No version for distro humble. Known supported distros are highlighted in the buttons above.
No version for distro jazzy. Known supported distros are highlighted in the buttons above.
No version for distro rolling. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.2.0
License Apache License 2.0
Build type CATKIN
Use RECOMMENDED

Repository Summary

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

Package Description

The bag2lanelet package

Additional Links

No additional links.

Maintainers

  • Shinnosuke Hirakawa
  • Taiki Tanaka

Authors

No additional authors.

bag2lanelet

This package generates a lanelet map necessary for Autoware’s autonomous driving from rosbag data containing information about Localization (/tf). This enables autonomous driving based on manual driving information.

The provided functionalities are as follows:

  • bag2lanelet.py: Generates lanelet (.osm) from a rosbag based on the position of base_link.
  • bag2trajectory.py: Generates trajectory information (.csv) for vector_map_builder from a rosbag.

Example

As an example, the process of lanelet generation based on driving trajectories from the planning simulator is performed as follows. Typically, the expectation is to use rosbag data from manual driving, rather than from the planning simulator.

Firstly, you need to run the planning_simulator following the planning_simulator tutorial in Autoware Documentation. The process would be, install Autoware, download the maps, run the planning_simulator, and start autonomous driving. Make sure to save the rosbag during this driving session using the following command:

ros2 bag record /tf -o /tmp/bag2lanelet_sample.bag

kashiwa

After completing the drive, you can run the bag2lanelet.py script. This requires specifying the output directory, lane width and MGRS coordinates:

./bag2lanelet.py /tmp/bag2lanelet_sample.bag /tmp/bag2lanelet_sample -l 3.0 -m 54SUE

The map will be saved in the specified directory, following the naming convention <date>-lanelet2_map.osm. The map generated will appear like this. You can see the example result in ./example/lanelet2_map.osm.

When you relaunch the planning_simulator with the new lanelet2 map, you will see the following.

kashiwa

Please note that at this stage, although this map works with Autoware, the shape of the lanes will appear jagged. (Refer to the ‘Limitations’ section for more details.) While this is an issue that should be addressed in the future, it can currently be resolved by loading it in Vector Map Builder as follows.

Following the documentation of the Vector Map Builder, import the generated Lanelet2 map. You can see the refined lane on the application.

kashiwa

Then, Export the map. You can run the planning_simulator with the refined lanelet2 map and see how it goes on the Rviz.

kashiwa

Requirements

sudo apt update
sudo apt install ros-humble-tf-transformations ros-humble-tf-transformations
pip install -r requirements.txt

Usage

Check ./bag2lanelet.py --help

generate lanelet2 file

For given lane width and MGRS coordinate.

./bag2lanelet.py /home/autoware/rosbag/sample .  -l 3.0 -m 54SUE

generate trajectory file for Vector Map Builder

./bag2trajectory.py /home/autoware/rosbag/sample sample.csv

Limitations

Here is the limitations of this package. Contributions to further improvements are more than welcome.

  • Due to the low conversion accuracy from MGRS to latitude and longitude in this script, the lanes in the output lanelet.osm appear jagged. Importing and then exporting through vector_map_builder corrects these values with high accuracy.
CHANGELOG

Changelog for package bag2lanelet

0.2.0 (2025-03-24)

0.1.0 (2025-01-28)

  • feat(bag2lanelet): add bag2lanelet package (#6)
    • feat(bag2lanelet): add bag2lanelet package
    • apply pre-commit
    • add maintainer
    • fix typo
    • fix packages.xml

    * style(pre-commit): autofix ---------Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]\@users.noreply.github.com>

  • Contributors: Takamasa Horibe

Wiki Tutorials

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

Package Dependencies

No dependencies on ROS packages.

System Dependencies

No direct system dependencies.

Dependant Packages

No known dependants.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

No plugins found.

Recent questions tagged bag2lanelet at Robotics Stack Exchange

No version for distro noetic. Known supported distros are highlighted in the buttons above.
No version for distro ardent. Known supported distros are highlighted in the buttons above.
No version for distro bouncy. Known supported distros are highlighted in the buttons above.
No version for distro crystal. Known supported distros are highlighted in the buttons above.
No version for distro eloquent. Known supported distros are highlighted in the buttons above.
No version for distro dashing. Known supported distros are highlighted in the buttons above.
No version for distro galactic. Known supported distros are highlighted in the buttons above.
No version for distro foxy. Known supported distros are highlighted in the buttons above.
No version for distro iron. Known supported distros are highlighted in the buttons above.
No version for distro lunar. Known supported distros are highlighted in the buttons above.
No version for distro jade. Known supported distros are highlighted in the buttons above.
No version for distro indigo. Known supported distros are highlighted in the buttons above.
No version for distro hydro. Known supported distros are highlighted in the buttons above.
No version for distro kinetic. Known supported distros are highlighted in the buttons above.
No version for distro melodic. Known supported distros are highlighted in the buttons above.