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

start_point_queue_mode fails if the robot has moved since being powered off #361

Open
ted-miller opened this issue Jan 27, 2025 · 2 comments
Labels
ros2:humble rv:0.1.3 Reported in MotoROS2 0.1.3

Comments

@ted-miller
Copy link
Collaborator

This is basically the same problem as #37.

It can also happen if restoring an old CMOS backup.

When you attempt to start_point_queue_mode, the pendant raises alarm OUT OF RANGE (DROP-VALUE). But the service call just returns The controller has an active Error: Can't turn on servo because: 'Servo power cannot be turned on' (0x3450). So, the message isn't necessarily wrong, it's just not helpful.

In my case, I was able to just reset the alarm and try again. But usually, this alarm requires you to verify the home-position before you can proceed.

I'm not yet sure how to detect this scenario so that we can provide a better error code.

@ted-miller ted-miller added ros2:humble rv:0.1.3 Reported in MotoROS2 0.1.3 labels Jan 27, 2025
@ted-miller ted-miller changed the title 'start_point_queue_mode' fails if the robot has moved since being powered off start_point_queue_mode fails if the robot has moved since being powered off Jan 27, 2025
@gavanderhoorn
Copy link
Collaborator

#182? Does robot_status::error_codes not list all active errors?

@ted-miller
Copy link
Collaborator Author

#182? Does robot_status::error_codes not list all active errors?

This particular problem is not that 'type' of error.

A traditional pendant error is caused by incorrect user behavior on the pendant. (Like hitting PLAY when servos are off.) This particular problem is more from the robot being in a bad programmatic state.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ros2:humble rv:0.1.3 Reported in MotoROS2 0.1.3
Projects
None yet
Development

No branches or pull requests

2 participants