yocs_msgs¶
Contents:
Summary¶
-
yocs_msgs
¶ Version: 0.6.3
Description: Yujin’s Open Control System messages, services and actions
Maintainers: - Jihoon Lee <jihoonl AT yujinrobot DOT com>
Licenses: - BSD
Urls: - website<http://ros.org/wiki/yocs_msgs>
- repository<https://github.com/yujinrobot/yujin_ocs>
- bugtracker<https://github.com/yujinrobot/yujin_ocs/issues>
Authors: - Jorge Santos
BuildDepends: BuildtoolDepends: BuildExportDepends: ExecDepends:
Types¶
Service types¶
-
yocs_msgs/WaypointListService
¶ Field (Response): - success (bool) –
- waypoints (yocs_msgs/WaypointList) –
--- bool success WaypointList waypoints
Action types¶
-
yocs_msgs/DockingInteractor
¶ Field (Goal): - command (int8) –
- distance (float32) –
Constant (Goal): - WAKE_UP (int8):
10
– - REGISTER_DOCK_IN_GLOBAL_FRAME (int8):
20
– - RETURN_TO_DOCK (int8):
30
– - GOTO_DOCK_FRONT (int8):
40
– - CALL_AUTODOCK (int8):
50
–
Field (Result): - success (bool) –
- message (string) –
Field (Feedback): - level (int8) –
- message (string) –
Constant (Feedback): - DEBUG (int8):
1
– - INFO (int8):
2
– - WARN (int8):
4
– - ERROR (int8):
8
–
Request
# Request int8 command float32 distance int8 WAKE_UP= 10 int8 REGISTER_DOCK_IN_GLOBAL_FRAME = 20 int8 RETURN_TO_DOCK = 30 int8 GOTO_DOCK_FRONT = 40 int8 CALL_AUTODOCK = 50 --- # Response bool success string message --- # Feedback int8 level int8 DEBUG=1 int8 INFO=2 int8 WARN=4 int8 ERROR=8 string message
Field (Goal): - location (string) –
- approach_type (int8) –
- num_retry (int8) –
- timeout (float32) –
- distance (float32) –
Constant (Goal): - APPROACH_NEAR (int8):
11
– - APPROACH_ON (int8):
12
–
Field (Result): - success (bool) –
- distance (float32) –
- message (string) –
Field (Feedback): - message (string) –
- distance (float32) –
- remain_time (float32) –
- status (int8) –
Constant (Feedback): - STATUS_RETRY (int8):
21
– - STATUS_INPROGRESS (int8):
22
– - STATUS_ERROR (int8):
23
–
Goal
# Goal string location int8 approach_type int8 num_retry float32 timeout # This variable used when approach near is requested float32 distance int8 APPROACH_NEAR = 11 int8 APPROACH_ON = 12 --- # Result bool success float32 distance string message --- # Feedback string message float32 distance float32 remain_time int8 status int8 STATUS_RETRY = 21 int8 STATUS_INPROGRESS = 22 int8 STATUS_ERROR = 23
-
yocs_msgs/Localize
¶ Field (Goal): - command (int8) –
- distortion (float32) –
Constant (Goal): - STAND_AND_LOCALIZE (int8):
10
– - SPIN_AND_LOCALIZE (int8):
20
–
Field (Result): - success (bool) –
- message (string) –
Field (Feedback): - message (string) –
int8 command float32 distortion int8 STAND_AND_LOCALIZE=10 int8 SPIN_AND_LOCALIZE =20 --- bool success string message --- string message