Read ROS1 topics in ROS2
Hello everyone,
for our current project we have a computer running ROS1 (don't know the actual release) and another computer running ROS2 Foxy Fitzroy. Because we don't have any access to the computer with ROS1 and we have to use ROS2 on all other computers we need to read the topics send by ROS1 in ROS2. For build packages there would be a ROS1 bridge but I did not find any solutions for this.
Is there anyone in the community knowing how to solve this issue? We are grateful for any kinds of help.
Regards, s0nc
Why doesn't the approach described there https://www.youtube.com/watch?v=4uKWh... (Using the ROS1 Bridge for ROS1-ROS2 communication) work for you? The rosject on their site also seems to be useful. EDIT: Any updates?