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

Review for alternative to #169 #189

Closed

Conversation

ted-miller
Copy link
Collaborator

I'm just creating this PR as a way to review an alternate fork/branch to #169.

This is in response to: #169 (comment)

Allow user to disable raising an alarm in case a multi-group system has
not been calibrated, but TF broadcast is still enabled (in which case
group origins will be wrong).
We'll use it to not have to count the nr of Robot groups later (they're not expected to change after initialisation).
Note: as mentioned in the comments, it's perfectly OK for multi-group
systems to not have been calibrated. Whether or not calibration
succeeded to load is therefore not taken into account when determining
whether controller initialisation was successful or not (`bInitOk`).

But, in case TF broadcasts are enabled, uncalibrated groups
(specifically: robots) will have their origins coincident, which will
(most likely) not be representative of their physical configuration (ie:
in case those groups are different manipulators, those will not occupy
the same physical space).

In those cases an alarm is raised to notify the user of this potential
misconfiguration.

But only if the alarm hasn't been disabled by user configuration.
Initial set to encode assumptions.
config/motoros2_config.yaml Show resolved Hide resolved
doc/troubleshooting.md Show resolved Hide resolved
doc/troubleshooting.md Show resolved Hide resolved
src/ControllerStatusIO.c Show resolved Hide resolved
src/ControllerStatusIO.c Show resolved Hide resolved
src/ControllerStatusIO.c Show resolved Hide resolved
src/ControllerStatusIO.c Show resolved Hide resolved
src/ControllerStatusIO.c Show resolved Hide resolved
src/ControllerStatusIO.h Show resolved Hide resolved
src/MotoROS.h Show resolved Hide resolved
@gavanderhoorn
Copy link
Collaborator

Thanks for the review @ted-miller.

I'll update the original #169 and close this one. We can continue there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants