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

Scheme 'ros_imu' not registered for factory #57

Open
wanyp opened this issue Nov 11, 2020 · 0 comments
Open

Scheme 'ros_imu' not registered for factory #57

wanyp opened this issue Nov 11, 2020 · 0 comments

Comments

@wanyp
Copy link

wanyp commented Nov 11, 2020

Hi, I am using vicalib to calibrate my camera IMU rig, with ROS recording data. The vicalib tool deals image topic well, but when I add the IMU data topic with

./vicalib -cam ros:[topics=/image_raw,sizes=640x400]// -imu ros_imu:[topic=/data_raw]//

it returns

./vicalib -cam ros:[topics=/image_raw,sizes=640x400]// -imu ros_imu:[topic=/data_raw]//
Creating 1 subscribers
Subscribing to: /image_raw
F1111 17:33:52.312412 5711 vicalib-engine.cc:140] Could not create IMU from URI: ros_imu:[topic=/data_raw]//. Reason: Scheme 'ros_imu' not registered for factory
*** Check failure stack trace: ***
@ 0x7f8a3a1615cd google::LogMessage::Fail()
@ 0x7f8a3a163433 google::LogMessage::SendToLog()
@ 0x7f8a3a16115b google::LogMessage::Flush()
@ 0x7f8a3a163e1e google::LogMessageFatal::~LogMessageFatal()
@ 0x48fb3c visual_inertial_calibration::VicalibEngine::VicalibEngine()
@ 0x48cd77 main
@ 0x7f8a3720b830 __libc_start_main
@ 0x48dc79 _start
@ (nil) (unknown)
Aborted (core dumped)

what's wrong with it ? how can I fix it? Thanks

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