-
Notifications
You must be signed in to change notification settings - Fork 82
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
how to run the project #1
Comments
You are probably suffering from timestamps being out of sync. We use message_filters::sync_policies::ApproximateTime(10), which has at most 10 ms gap between rgb and depth. I recommend that you use one bag file instead of 3 bags. Also, only realsense_color.launch works currently. If you are using any other launch files, be sure to modify config_path in .launch file. |
请问能留个联系方式嘛 |
请问你们用的板载电脑是什么啊?TX2还是NUC?或者其他? |
@Grandzxw NUC |
我想问下跑Fast数据集的时候,在RVIZ里好像没有看到地图信息。 |
还想问一下用D534i跑的具体步骤,万分感谢! |
|
|
想问下你建图部分程序没开源吗? |
用您提供的数据集跑得话没有建图信息 |
Sorry, I don't have any information to help you. ;( |
我已经解决了这个问题,原因是Sophus,需要安装作者提供链接的Sophus库,重新安装后即可 |
hello, the project is brilliant.
I have catkin_make successfully. And the I have depressed all the bag file. every bag file was depressed into three bags according to three topics.
However, I run the code in the way which run VINS successfully:
It doesn't work. And I rosbag play three bag files at the same time( of course respond to the same topic ).
So, can you give the exact command of running this project?
Thanks!
The text was updated successfully, but these errors were encountered: