-
Notifications
You must be signed in to change notification settings - Fork 96
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
error in run example "cxx-ros2-dataflow" in brach ros2-service-server #443
Comments
Thanks for reporting! Note that PR #442 is still marked as draft because it is not finished yet. My guess is that the |
here is the out log of 018e84bc-33d0-7641-bbec-d8087f139bf0 HELLO FROM C++ |
Did you start the |
I can repeat the above error with ros2 run demo_nodes_cpp add_two_ints_server running from another terminal. I think this issue is a new issue since around 3/26 as I ran this example successfully one week ago. |
I have tried with 2 more clean Ubuntu 20.04 and can repeat the issue. and while the error reported from terminal the The ROS2 terminal command is
and it reported below
|
Just want to say, that you can create a docker instance to emulate a new Ubuntu version using: docker run --network=host -e DISPLAY=${DISPLAY} -v $(pwd):/current_dora_folder -it osrf/ros:humble-desktop |
We just had a meeting together to debug this. The cause for this error was that ROS2 galactic uses Cyclone DDS by default, but our ROS2 bridge currently hardcodes a different service mapping (see #449). To work around this issue, set |
This problem still exists when I use a new computer, the version of ROS2 is galactic and ubuntu20.04. I have set the parameter RMW_IMPLEMENTATION by using And the log out : HELLO FROM C++ |
You need to launch the example |
Describe the bug
dora version : V0.3.2
error in run example "cxx-ros2-dataflow" in brach ros2-service-server
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The text was updated successfully, but these errors were encountered: