Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New MotionNotReady codes and strings #17

Merged
merged 2 commits into from
Sep 16, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion msg/MotionReadyEnum.msg
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,15 @@ uint16 NOT_READY_OTHER_TRAJ_MODE_ACTIVE=114
string NOT_READY_OTHER_TRAJ_MODE_ACTIVE_STR="Another trajectory mode is already active. Please call stop_traj_mode service"

uint16 NOT_READY_NOT_CONT_CYCLE_MODE=115
string NOT_READY_NOT_CONT_CYCLE_MODE_STR="Continuous cycle mode not set. Please set the cycle mode to continuous"
string NOT_READY_NOT_CONT_CYCLE_MODE_STR="AUTO cycle mode not set. Please set the cycle mode to AUTO"

uint16 NOT_READY_MAJOR_ALARM=116
string NOT_READY_MAJOR_ALARM_STR="Major Alarms can't be reset. Please check the teach pendant"

uint16 NOT_READY_ECO_MODE=117
string NOT_READY_ECO_MODE_STR="Couldn't disable eco mode"

uint16 NOT_READY_SERVO_ON_TIMEOUT=118
string NOT_READY_SERVO_ON_TIMEOUT_STR="Timed out while waiting for servo on"

uint16 value