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

Feature Request: Measurement Range #8

Open
flybrianfly opened this issue May 21, 2022 · 0 comments
Open

Feature Request: Measurement Range #8

flybrianfly opened this issue May 21, 2022 · 0 comments

Comments

@flybrianfly
Copy link

I would like to add messages to define measurement ranges for DroneCAN sensor nodes. For example, one great use of DroneCAN would be to stack air data sensors, i.e. one with a range of 0 - 20 m/s, one with a range of 0 - 40 m/s, etc. This way you can get better accuracy at low speeds and be able to switch to the higher speed sensor when the low speed sensor saturates. You can imagine similar situations with the IMU / INS (i.e. an accel with a +/-4g range and a second sensor with a +/- 40g range).

To effectively use sensors with multiple measurement ranges, subscribers would need to know the measurement ranges of the publishers. I think this could be accomplished by either:

  1. The subscriber requesting this message from the publisher, or
  2. The publisher broadcasting this message at a low rate (i.e. 1 Hz)

I also think the measurement variance could be included with this message, enabling the high rate messages to be smaller in size and more efficient, especially for the limited bandwidth in CAN 2.0. I'm happy to contribute, but would like to gauge community interest before heading down this path.

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

No branches or pull requests

1 participant