#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "nav_msgs", interface_type = "srv")]
#[cfg_attr(
not(feature = "rcl"),
derive(ros2_types::serde::Serialize, ros2_types::serde::Deserialize)
)]
#[cfg_attr(not(feature = "rcl"), serde(crate = "ros2_types::serde"))]
pub struct SetMap_Request {
pub map: super::super::super::nav_msgs::msg::occupancy_grid::OccupancyGrid,
pub initial_pose: super::super::super::geometry_msgs::msg::pose_with_covariance_stamped::PoseWithCovarianceStamped,
}
#[repr(C)]
#[derive(Debug, ros2_types::Ros2Msg, ros2_types::TypeDescription)]
#[ros2(package = "nav_msgs", interface_type = "srv")]
#[cfg_attr(
not(feature = "rcl"),
derive(ros2_types::serde::Serialize, ros2_types::serde::Deserialize)
)]
#[cfg_attr(not(feature = "rcl"), serde(crate = "ros2_types::serde"))]
pub struct SetMap_Response {
pub success: bool,
}