forked from KKalem/smarc2
-
Notifications
You must be signed in to change notification settings - Fork 35
Expand file tree
/
Copy pathTopics.msg
More file actions
57 lines (43 loc) · 2.59 KB
/
Topics.msg
File metadata and controls
57 lines (43 loc) · 2.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# Used by the dji_captain, namespaced as needed.
# Usually under /M350
# moving around
string MOVE_TO_SETPOINT_TOPIC = 'move_to_setpoint' # PoseStamped
string LABELED_UTM_TOPIC = 'labeled_utm_topic' # String, formatted: "utm_{zone}_{band}"
# cameras
string GIMBAL_CAMERA_RAW_TOPIC = 'gimbal_camera/camera/image_raw' # Image
string GIMBAL_CAMERA_INFO_TOPIC = 'gimbal_camera/camera/camera_info' #CameraInfo
string FISHEYE_CAMERA_RAW_TOPIC = 'fisheye_camera/camera/image_raw' # Image
string FISHEYE_CAMERA_INFO_TOPIC = 'fisheye_camera/camera/camera_info' #CameraInfo
# sensors that are not coming from PSDK
string LOAD_CELL_RAW_TOPIC = 'sensor/load_cell_raw' # Int32
string LOAD_CELL_WEIGHT_TOPIC = 'sensor/load_cell_weight' # Float32
# object detectors in normalized image coordinates [-1,1]
# (0,0) is the center of the image, +x is right, +y is up!
# If this is not the case, FIX IT.
string ESTIMATED_BUOY_TOPIC = 'alars_detection/buoy' # PointStamped,
string ESTIMATED_AUV_TOPIC = 'alars_detection/auv' # PointStamped
string ESTIMATED_AUV_OBB_TOPIC = "alars_detection/auv_obb" # PolygonStamped
string ESTIMATED_AUV_HEAD_TOPIC = "alars_detection/auv_head" # PolygonStamped
string ESTIMATED_BUOY_OBB_TOPIC = "alars_detection/buoy_obb" # PolygonStamped
string ESTIMATED_MIDDLE_TOPIC = 'alars_detection/middle' # PointStamped
string ESTIMATED_CNN_HOOK_ANCHOR_TOPIC = 'alars_detection/cnn' # PointStamped
string ESTIMATED_CNN_AFTER_CATCH_FLY_DIRECTION_TOPIC = 'alars_detection/cnn_vec' # PointStamped
# instead of captain subbing to image and so on
# let the consumer of camera data tell it if the camera is good, detection can happen etc.
string CAM_PROCESSOR_HAPPY_TOPIC = 'alars_detection/cam_processor_happy' # Bool
# projected points
string PROJECTED_AUV_HEAD_TOPIC = 'alars_projection/auv_head' # PolygonStamped
string PROJECTED_AUV_OBB_TOPIC = 'alars_projection/auv_obb' # PolygonStamped
string PROJECTED_BUOY_OBB_TOPIC = 'alars_projection/buoy_obb' # PolygonStamped
# object detectors in 3D
string ESTIMATED_HOOK_TOPIC = 'alars_detection/hook_est' #PoseStamped
string ESTIMATED_EKF_HOOK_TOPIC = 'alars_detection/hook_ekf' #PoseStamped
# services
string ENABLE_ALARS_DETECTOR_SERVICE_TOPIC = 'enable_alars_detector' # Trigger
string DISABLE_ALARS_DETECTOR_SERVICE_TOPIC = 'disable_alars_detector' # Trigger
string ENABLE_HOOK_ESTIMATOR_SERVICE_TOPIC = 'enable_hook_estimator' # Trigger
string DISABLE_HOOK_ESTIMATOR_SERVICE_TOPIC = 'disable_hook_estimator' # Trigger
# user feedback
string CONTROLLER_INPUT_TOPIC = 'joy' # Joy
string CONTROLLER_VIBRATION_TOPIC = 'joy/set_feedback' # JoyFeedback
string TTS_TOPIC = 'speak' # String