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
I have a Turtlebot4 connected to an other PC (Ubuntu 22.04) with its acces point.
My mac is also connected to the PC.
I can't see every topics on my mac and I suppose it's because of the DDS.
Turtlebot4 and the PC use fast DDS.
With RoboStack on ROS2 Humble on my mac I have Cyclone DDS.
When I try to use it I get an error :
$ export RMW_IMPLEMENTATION=rmw_fastrtps_cpp
$ ros2 daemon stop;ros2 daemon start
The daemon has been stopped
The daemon has been started
$ ros2 topic list
[foonathan::memory] Allocator foonathan::memory::memory_pool (at 0x600002828130) received invalid size/alignment 56, max supported is 32
libc++abi: terminating due to uncaught exception of type foonathan::memory::bad_node_size: allocation node size exceeds supported maximum of allocator
zsh: abort ros2 topic list
The text was updated successfully, but these errors were encountered:
Hello,
Can I use fast DDS with ROS2 Humble ?
I have a Turtlebot4 connected to an other PC (Ubuntu 22.04) with its acces point.
My mac is also connected to the PC.
I can't see every topics on my mac and I suppose it's because of the DDS.
Turtlebot4 and the PC use fast DDS.
With RoboStack on ROS2 Humble on my mac I have Cyclone DDS.
When I try to use it I get an error :
The text was updated successfully, but these errors were encountered: