We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Required Info:
mkdir -p ros2_ws/src cd ros2_ws/src git clone https://github.com/ros2/rmw_cyclonedds ros2/rmw_cyclonedds git clone https://github.com/eclipse-cyclonedds/cyclonedds eclipse-cyclonedds/cyclonedds cd ros2/rmw_cyclonedds/ git checkout foxy cd ../../.. rosdep install --from src -i colcon build --symlink-install source install/setup.bash export RMW_IMPLEMENTATION=rmw_cyclonedds_cpp ros2 run demo_nodes_cpp talker
Run the node and start publishing
talker: /home/marco/ros2_ws/src/ros2/rmw_cyclonedds/rmw_cyclonedds_cpp/src/rmw_node.cpp:1151: rmw_ret_t rmw_init(const rmw_init_options_t*, rmw_context_t*): Assertion 0 == std::memcmp(context, &zero_context, sizeof(rmw_context_t))' failed.
It works fine if I checkout 0.7.4
0.7.4
The text was updated successfully, but these errors were encountered:
That assertion in rmw_node.cpp was removed in master by #208. We have to backport it.
master
Sorry, something went wrong.
I really don't understand why #202 was backported, backporting that kind of things is likely to introduce a bug and doesn't have any real value.
Working great now, thanks for the fix!
No branches or pull requests
Bug report
Required Info:
Steps to reproduce issue
Expected behavior
Run the node and start publishing
Actual behavior
talker: /home/marco/ros2_ws/src/ros2/rmw_cyclonedds/rmw_cyclonedds_cpp/src/rmw_node.cpp:1151: rmw_ret_t rmw_init(const rmw_init_options_t*, rmw_context_t*): Assertion 0 == std::memcmp(context, &zero_context, sizeof(rmw_context_t))' failed.
Additional information
It works fine if I checkout
0.7.4
The text was updated successfully, but these errors were encountered: