mirror of https://github.com/ArduPilot/ardupilot
8 lines
265 B
C
8 lines
265 B
C
|
#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";
|