File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -9,6 +9,10 @@ class am_topics
99public:
1010 static constexpr char DJI_SDK_IMU [] = " /dji_sdk/imu" ;
1111 static constexpr char DJI_SDK_RTK_POSITION [] = " /dji_sdk/rtk_position" ;
12+ static constexpr char DJI_SDK_RC [] = " /dji_sdk/rc" ;
13+ static constexpr char DJI_SDK_GIMBAL_ANG_CMD [] = " /dji_sdk/gimbal_angle_cmd" ;
14+ static constexpr char DJI_SDK_GIMBAL_SPD_CMD [] = " /dji_sdk/gimbal_speed_cmd" ;
15+ static constexpr char DJI_SDK_GIMBAL_ANG [] = " /dji_sdk/gimbal_angle" ;
1216
1317 static constexpr char FEATURE_ODOMETRY [] = " /feature/odometry" ;
1418 static constexpr char FEATURE_SEARCH_IDS [] = " /feature/search_ids" ;
Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ using namespace am;
55
66constexpr char am_topics::DJI_SDK_IMU [];
77constexpr char am_topics::DJI_SDK_RTK_POSITION [];
8+ constexpr char am_topics::DJI_SDK_RC [];
9+ constexpr char am_topics::DJI_SDK_GIMBAL_ANG_CMD [];
10+ constexpr char am_topics::DJI_SDK_GIMBAL_SPD_CMD [];
11+ constexpr char am_topics::DJI_SDK_GIMBAL_ANG [];
812
913constexpr char am_topics::FEATURE_ODOMETRY [];
1014constexpr char am_topics::FEATURE_SEARCH_IDS [];
You can’t perform that action at this time.
0 commit comments