Package Summary
Tags | No category tags. |
Version | 4.0.0 |
License | Apache 2.0 |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/usdot-fhwa-stol/carma-platform.git |
VCS Type | git |
VCS Version | develop |
Last Updated | 2025-04-02 |
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
Additional Links
Maintainers
- carma
Authors
route
The Route package is one of the nodes that is part of the CARMA Platform Guidance system, and it provides the following functionality:
‘Route Generation’: This provides the list of available routes and provides vehicle travel route description and management. It is a standalone ROS node in the CARMA 3 platform. For development and research purpose, it either loads a destination from a file system, or receives destination information from a ROS service call (which is useful when a route is received from infrastructure), then utilizes the Lanelet2 library routing module to generate a route and exposes it to the rest of the vehicle system. It tracks the progress of the current route, and handles re-routing if an active route is invalidated.
‘Route State Management’: This provides the current state of route following, including tracking and publishing vehicle cross track and down track distances along the active route.
Link to detailed design document on Confluence: Click Here
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
carma_cmake_common | |
ament_auto_cmake | |
ament_cmake | |
launch | |
launch_ros | |
ament_lint_auto | |
ament_cmake_gtest | |
rclcpp | |
carma_ros2_utils | |
rclcpp_components | |
std_msgs | |
carma_planning_msgs | |
carma_v2x_msgs | |
visualization_msgs | |
carma_wm | |
wgs84_utils | |
lanelet2_core | |
lanelet2_extension | |
tf2_ros | |
tf2 | |
tf2_geometry_msgs |