Project

General

Profile

Actions

Bug #438

closed

Gyro stream data

Added by Barbara Bazzana 22 days ago. Updated 22 days ago.

Status:
Closed
Priority:
Normal
Assignee:
-

Description

Hello,

I have noticed that in the messages of the gyro stream enabled by

::realsense::stream_motion {type ::realsense::STREAM_GYRO index -1}
::realsense::publish {slot gyro bank gyro index 0}

only the avel is filled in, while I was expecting to read both att and avel.
Could you please help me with this?

Thank you,
Barbara

Actions #1

Updated by Anthony Mallet 22 days ago

Weel, the gyro is only an angular velocity sensor, it does not provide any
attitude data.

Actions #2

Updated by Anthony Mallet 22 days ago

::realsense::stream_motion {type ::realsense::STREAM_GYRO index -1}
::realsense::publish {slot gyro bank gyro index 0}

Also, regarding this code, the 'publish' service is only for the image
processing pipeline.

For the IMU, stream_motion is enough to stream to the gyro port, there
is no such thing as the image pipeline. You can safely drop the
'publish' call :)

Actions #3

Updated by Barbara Bazzana 22 days ago

Ok, indeed the orientation is not even used by the estimate.
OK, dropped the publish call.

Thank you, I am closing the issue.

Actions #4

Updated by Barbara Bazzana 22 days ago

  • Status changed from New to Closed
Actions

Also available in: Atom PDF