-
Notifications
You must be signed in to change notification settings - Fork 10
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
Stream T256 tracking camera pose using analogServer
device
#18
Stream T256 tracking camera pose using analogServer
device
#18
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, could you please add a line to the CHANGELOG.md? Thanks!
8e05e72
to
0603892
Compare
@Nicogene I rebased on |
Thanks @HosameldinMohamed @Nicogene ! |
I have to say that using a super generic interface such as AnalogSensor to stream out quaternions sounds very dirty to me. The elements of the vector of that interface are expected to be independent analog channels. But the four elements of a quaternion are not independent. Additionally: analogServer is marked for deprecation in the very near future!! Additionally2: there exists an ad-hoc yarp::math::Quaternion class. Can't you use a better interface? |
I was actually looking for a quick way to stream the pose in Simulink using wb-toolbox. This was the quickest way I could do it. But I agree it wasn't what
mmmmm I don't know a better solution that involves an interface. Do you suggest another way to be able to stream the pose in Simulink?
I'll look into this. |
Hi @HosameldinMohamed @randaz81, I added a few pointers related to this issue in #7 (comment) . |
Details in #7.
With this PR:
You can also publish RealSense T256 pose using the
analogServer
device. Run it using:💡 NOTE: also here, the user should specify the parameters
--name
and--period
as needed.The command will open a port
/t256
that streams the pose as follows: