win11可以安装Ros2吗?
我想学习ROS2,我试图安装Ubuntu并赢得10,但两者都无法识别我的RTX 3050。我尝试运行虚拟机,但没有更好。我不知道我是否可以在Win 11上安装ROS2。请帮助我
I want to learn Ros2, I have tried to install ubuntu and win 10 but both failed to recognize my RTX 3050. I tried running a virtual machine and it didn't get any better. I don't know if I can install Ros2 on Win 11. Please help me
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我刚刚在Windows 11上成功安装了ROS 2(Galactic)(在我能够运行
demo_nodes_cpp Talker
和listinger
的情况下)。最初,我尝试按照官方页面上的说明进行操作,并遇到了许多不清楚的问题(找不到命令,python版本等),这感觉就像是浪费时间,直到我经历了这种选择:
https://ms-iot.github.iot.github.io/rososonwindows/gettingstartest/gettingstarted/setupros2- html
令人惊讶的是无痛。
I just successfully installed ros 2 (galactic) on windows 11 (in so far as I am able to run the
demo_nodes_cpp talker
andlistener
).I initially tried following instructions on the official page and ran into a number of unclear issues (command not found, python version issues etc.) that felt like it was going to be a waste of time, until I went through that alternative:
https://ms-iot.github.io/ROSOnWindows/GettingStarted/SetupRos2.html
It was surprisingly painless.
也许Win11上的WSL对您有很大帮助。
您可以在MS商店中安装WSL Ubuntu22.04,然后可以在Windows终端启动它。 WSL可以在Windows上共享资源,可能包括您的RTX。 WSL不像Vitual Machine,因为您甚至可以从中获得GUI。
但是,我认为您的操作系统无法识别您的RTX3050的原因是您尚未安装驱动程序。
Maybe wsl on Win11 will help you a lot.
You can install a wsl Ubuntu22.04 in MS store, then you can launch it in terminal of Windows. And WSL can share the resources on Windows, possibly including your RTX. The WSL is not like vitual machine, as you can even get GUI from it.
However, I think the reason why your OS cannot recognize your RTX3050 is that you have not install the driver for it.