2023-08-08 21:41:46 -03:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
static constexpr char WGS_84_FRAME_ID[] = "WGS-84";
|
|
|
|
// https://www.ros.org/reps/rep-0105.html#base-link
|
|
|
|
static constexpr char BASE_LINK_FRAME_ID[] = "base_link";
|
2024-02-20 13:58:48 -04:00
|
|
|
static constexpr char BASE_LINK_NED_FRAME_ID[] = "base_link_ned";
|
2023-08-08 21:41:46 -03:00
|
|
|
// https://www.ros.org/reps/rep-0105.html#map
|
|
|
|
static constexpr char MAP_FRAME[] = "map";
|