Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ros bridge is crashing as soon as I try to run it. #428

Open
manishsaini0901 opened this issue Feb 16, 2024 · 2 comments
Open

ros bridge is crashing as soon as I try to run it. #428

manishsaini0901 opened this issue Feb 16, 2024 · 2 comments
Labels
more-information-needed Further information is required

Comments

@manishsaini0901
Copy link

Bug report

Required Info:

  • Operating System:
    • Ubuntu 20.04
  • Installation type:
    • binaries
  • Version or commit hash:
  • DDS implementation:
    • Fast-RTPS
  • Client library (if applicable):
    • N/A

Steps to reproduce issue

  1. Source the noetic environment
  2. Source the foxy environment
  3. launch the roscore in another terminal (after sourcing noetic)
  4. run the command: "ros2 run ros1_bridge dynamic_bridge"

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.

@mjcarroll
Copy link
Member

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?

@mjcarroll mjcarroll added the more-information-needed Further information is required label Feb 20, 2024
@OskaOsinski
Copy link

Hi i have similar issue.
Required Info:

  • Operating System:
    • Ubuntu 20.04
  • Installation type:
    • binaries
  • Version or commit hash:
    • x
  • DDS implementation:
    • Fast-RTPS
  • Client library (if applicable):
    • N/A

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
more-information-needed Further information is required
Projects
None yet
Development

No branches or pull requests

3 participants