ros2 / ros1_bridge

ROS 2 package that provides bidirectional communication between ROS 1 and ROS 2
Apache License 2.0
421 stars 274 forks source link

ROS2 Humble: how can I subscribe topic? #426

Closed er1c-cartman closed 6 months ago

er1c-cartman commented 6 months ago

Hi. I'm using Ubuntu 22.04 ROS2 Humble to connect ubuntu 20.04 noetic.

I'm using docker for installing ubuntu 20.04 noetic, and used a bridge to communicate between ros1 and ros2 on 22.04

The problem I'm facing right now is I thought I could subscribe ros1 topics on ros2 with using bridge, but is doesn't work. And it seems it can only changes some services.

The thing I'm trying to do is run navigation simulation on ROS1 and ROS2 will get occ map from ros1, and use nav2 for navigation. So using nav2 on ros1 environment.

Is there any possible ways to subscribe occ map from ros1 to ros2?

Best regards

Bug report

Required Info:

Steps to reproduce issue

Expected behavior

Actual behavior

Additional information


Feature request

Feature description

Implementation considerations