notes/ROS1-Bridge-to-ROS2-with-Robostack #23
Replies: 1 comment 4 replies
-
感谢楼主提供的教程,source这两个环境需要在conda的base环境中吗?还是conda应该处于什么环境才能分别source ros1和ros2? |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
notes/ROS1-Bridge-to-ROS2-with-Robostack
一直觉得 robostack 可以完成一些很有趣的事情,其中最有趣的设想就是在有两个 ros installation 的情况下在不用 container 的情况下在一台电脑上跑 ros1 和 ros2 的 node 并相互通信。 Robostack 已经可以将在一台电脑上装多个 ros 发行版这件事情简化到极致了。但是一个 missing piece - 两个发行版之间的通信 (尤其是 ros1 与 ros2 之间的通信) 则需要由 ros1_bridge 来完成。这个官方提供的 hack 可以在两侧同步消息,但问题在于:他的编译就需要你在一台电脑上有两个 ros 发行版 … 如果没有 ro...
https://www.lumeny.io/notes/ROS1-Bridge-to-ROS2-with-Robostack
Beta Was this translation helpful? Give feedback.
All reactions