|
#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";
|
|
// https://www.ros.org/reps/rep-0105.html#map
|
|
static constexpr char MAP_FRAME[] = "map";
|