We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
camera_accel_gyro_optical_frame
Camera: Orbbec Femto Bolt SDK version: 1
When using enable_accel=true and enable_gyro=true and enable_sync_output_accel_gyro=true.
enable_accel=true
enable_gyro=true
enable_sync_output_accel_gyro=true
This will results to publish /camera/gyro_accel/sample topic which contain imu data.
/camera/gyro_accel/sample
The problem is that in that topic the camera_accel_gyro_optical_frame the frame_id: "camera_accel_gyro_optical_frame" is not being publish.
frame_id: "camera_accel_gyro_optical_frame"
Also another problem is that it doesn't contain timestamp, it is always filled as 0 secs 0 nsecs.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Camera: Orbbec Femto Bolt
SDK version: 1
When using
enable_accel=true
andenable_gyro=true
andenable_sync_output_accel_gyro=true
.This will results to publish
/camera/gyro_accel/sample
topic which contain imu data.The problem is that in that topic the
camera_accel_gyro_optical_frame
theframe_id: "camera_accel_gyro_optical_frame"
is not being publish.Also another problem is that it doesn't contain timestamp, it is always filled as 0 secs 0 nsecs.
The text was updated successfully, but these errors were encountered: