You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This needs more information in order to be properly diagnosed. Can you run it under a debugger to try to get more information about how the crash is happening?
Steps to reproduce issue
Source the noetic environment
Source the humble environment
launch the roscore in another terminal (after sourcing noetic)
run the command: "ros2 run ros1_bridge dynamic_bridge"
Expected behavior
Should start and wait in the loop for topics to be bridged
Actual behavior
Application closes as fast as the command is executed
After a while trying to figuring out why it closes without any output, even an error would be appreciated. So, I decided to go into the build directory of my workspace where the ros_1 bridge was built. I found the binary form of dynamic_bridge and after executing it, it works perfectly fine. So my problem is probably somewhere in the linking process, I guess.
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Should start bridging the topics
Actual behavior
Simply crash and don't give any reason for the crash or anything that is displayed.
The text was updated successfully, but these errors were encountered: