-
Notifications
You must be signed in to change notification settings - Fork 5
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
Check how to stream position data if the device can provide it #39
Comments
Not sure I understood what you meant by "The alternative solution is to modify every hardware device to stream the data as you prefer". What I meant regarding the
So if I add position data, either I append it to the beginning of the port, and in this case, everyone using the device needs to update their dependency, or append the position at the end of the port and so the port size changes. Further, the sensor will not provide position data if no proper GNSS signal is available (or if it's tested indoors for instance). In this case, we will be streaming dummy values in the port. While in the case of |
Let's discuss face to face, are you in the lab? In a nutshell, the proble you are describing is the reason we developed the |
That makes total sense! One option is to keep the behavior of |
Yes! |
In this YARP device, we are implementing
multipleAnalogSensor
andIGenericSensor
interfaces.At the moment we are streaming the orientation (RPY), and accelerometer, gyroscope, and magnetometer data.
Some devices, such as
MTi-680G
can also stream position data.Following discussion in #38 (comment)
@traversaro:
#38 (comment)
The text was updated successfully, but these errors were encountered: