|
Autoware.Auto
|
|
ROS 2 Node for semantic map provider using lanelet2 map format. Node loads a lanelet2 OSM format map using the class Lanelet2MapProvider and then runs a service for supplying other nodes map information according to their requests. Requests are defined by a sequences of requested primitives as well as geometric bounds on requested map data. More...
#include <lanelet2_map_provider_node.hpp>


Public Member Functions | |
| Lanelet2MapProviderNode (const rclcpp::NodeOptions &options) | |
| default constructor, loads the map and transforms it from earth frame into map frame. *breaks docs test - no node_name generated by automatic package generator – param[in] node_name name of the node for rclcpp internals More... | |
| void | handle_request (std::shared_ptr< autoware_auto_msgs::srv::HADMapService_Request > request, std::shared_ptr< autoware_auto_msgs::srv::HADMapService_Response > response) |
| Handles the node service requests. More... | |
ROS 2 Node for semantic map provider using lanelet2 map format. Node loads a lanelet2 OSM format map using the class Lanelet2MapProvider and then runs a service for supplying other nodes map information according to their requests. Requests are defined by a sequences of requested primitives as well as geometric bounds on requested map data.
|
explicit |
default constructor, loads the map and transforms it from earth frame into map frame. *breaks docs test - no node_name generated by automatic package generator – param[in] node_name name of the node for rclcpp internals
| runtime | error if failed to start threads or configure driver |
This could potentially also read the same yaml that the ndt map publisher reads
| void autoware::lanelet2_map_provider::Lanelet2MapProviderNode::handle_request | ( | std::shared_ptr< autoware_auto_msgs::srv::HADMapService_Request > | request, |
| std::shared_ptr< autoware_auto_msgs::srv::HADMapService_Response > | response | ||
| ) |
Handles the node service requests.
| request | Service request message for map data specifying map content and geom. bounds |
| response | Service repsone to request, containing a sub-set of map data but nethertheless containing a complete and valid lanelet2 map |