1#pragma once 2 3static constexpr char WGS_84_FRAME_ID[] = "WGS-84"; 4// https://www.ros.org/reps/rep-0105.html#base-link 5static constexpr char BASE_LINK_FRAME_ID[] = "base_link"; 6static constexpr char BASE_LINK_NED_FRAME_ID[] = "base_link_ned"; 7// https://www.ros.org/reps/rep-0105.html#map 8static constexpr char MAP_FRAME[] = "map"; 9 10