-
Notifications
You must be signed in to change notification settings - Fork 49
ROS2 humble #8
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
Comments
Actually I think I might have a quick fix for it: Not sure if I should do a PR or just leave this ticket open for others. |
Hi @bonabai Have you successfully used VINS FUSION with ROS 2 humble ? |
Yes, though loop fusion might need some adjustment.
Mohamed Abdelkader Zahana ***@***.***>于2023年6月12日 周一下午7:49写道:
… Hi @bonabai <https://github.com/bonabai> Have you successfully used VINS
FUSION with ROS 2 humble ?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A7C2QMHJGPNTUAQVMIYZDY3XK364ZANCNFSM6AAAAAAYGZBW3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Can you please share the modifications needed to run it with ros humble? Thanks @bonabai |
Try this one: https://github.com/bonabai/VINS-Fusion-ROS2.git, and checkout no_cuda branch. |
@bonabai I faced with the same problems with you .Have you solved it? |
Try |
can you manage to run with ros2 humble?or how can i convert this package to humble version? |
@cvirxsc Try this one: https://github.com/bonabai/VINS-Fusion-ROS2.git, and checkout no_cuda branch. |
Thanks! I will try to run within one day ,and then turn to you for help. |
@bonabai |
@bonabai And the warning during the build process as follows: |
HELLO!Have you successfully run through vinsfusion-humble? |
@tulingcheng86 I can't see your picture |
That's the picture of the error you ran above, and I got the same error as you, but I was able to run it. Tested it with the euroc dataset and it ran successfully |
@tulingcheng86 加我qq 2370284467 |
ok |
你是22.04吗,如果是的话可以参考这个作者的 |
参考这个issue “@cvirxsc Try this one: https://github.com/bonabai/VINS-Fusion-ROS2.git, and checkout no_cuda branch.” |
|
切换分支后重新编译成功了吗 |
第一张图就是编译后的结果。这个应该算是成功了吧 |
看你的运行,应该是运行出错了把。。报错说config文件不存在 检查下路径 |
|
|
兄弟,我放弃了,我改用ubuntu18.04➕ros1了
发自我的iPhone
…------------------ Original ------------------
From: tulingcheng86 ***@***.***>
Date: Tue,Jun 4,2024 11:22 AM
To: zinuok/VINS-Fusion-ROS2 ***@***.***>
Cc: 罗宏昆 ***@***.***>, Comment ***@***.***>
Subject: Re: [zinuok/VINS-Fusion-ROS2] ROS2 humble (Issue #8)
你好,我也遇到了同样的错误,请问你解决了吗?想问一下你是如何解决的呢?
你是22.04吗,如果是的话可以参考这个作者的 https://github.com/bonabai/VINS-Fusion-ROS2
我是 ubuntu22,并且ros的版本是humble.也重新这样做了。但是还是会出现这个问题。 我是这个命令执行的有问题?是不是得用个数据集来测试呢?
切换分支后重新编译成功了吗
第一张图就是编译后的结果。这个应该算是成功了吧
看你的运行,应该是运行出错了把。。报错说config文件不存在 检查下路径
文件存在,现在有点懵
。。。用错文件了。。。你这导入的仅仅是相机的内参
用下面这三个配置文件
image.png (view on web)
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
😂前面不是都编译成功了嘛,就差启动了,你只是启动文件错了吧 |
|
qq加你了
| |
tlc
|
|
***@***.***
|
---- Replied Message ----
| From | ***@***.***> |
| Date | 6/4/2024 21:48 |
| To | ***@***.***> |
| Cc | ***@***.***> ,
***@***.***> |
| Subject | Re: [zinuok/VINS-Fusion-ROS2] ROS2 humble (Issue #8) |
你好,我也遇到了同样的错误,请问你解决了吗?想问一下你是如何解决的呢?
你是22.04吗,如果是的话可以参考这个作者的https://github.com/bonabai/VINS-Fusion-ROS2
我是 ubuntu22,并且ros的版本是humble.也重新这样做了。但是还是会出现这个问题。 我是这个命令执行的有问题?是不是得用个数据集来测试呢?
切换分支后重新编译成功了吗
第一张图就是编译后的结果。这个应该算是成功了吧
看你的运行,应该是运行出错了把。。报错说config文件不存在 检查下路径
文件存在,现在有点懵
。。。用错文件了。。。你这导入的仅仅是相机的内参 用下面这三个配置文件
大佬还是有问题,是我的命令行有问题?方便加个qq联系一下?我的qq是2805651606.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
@bonabai I tried both the repositries urs and the one which we are discussing, I am facing this particular error:
What might be the issue here? |
Any tips on compiling with cuda on humble? Dockerfile here: https://github.com/Ryanf55/VINS-Fusion-ROS2/blob/docker-humble/docker/Dockerfile Or, is there a way at configure time to disable cuda? |
Yep, you can read the note in README: https://github.com/zinuok/VINS-Fusion-ROS2?tab=readme-ov-file#notices |
Any hints on building this on ROS2 humble? I was getting some constraints to run it on Ubuntu 22.04 which ROS2 humble is the supported ROS version.
I tried naively building it though getting some weird error about "rclcpp::Duration(0)"
error: no matching function for call to ‘rclcpp::Duration::Duration(int)’
Thanks in advance!
The text was updated successfully, but these errors were encountered: