- Operating System:
- Installation type:
- DDS implementation:
- rmw_implementation used: Fast-RTPS, cycloneDDS, DPS
I followed the installation instructions for it and got it build successfully. (https://github.com/ros2/rmw_dps 2)
After doing this, I switched from default rmw to rmw_dps by specifying the environment variable.
export RMW_IMPLEMENTATION=rmw_dps_cpp
And then I tried running talker demo (ros2 run demo_nodes_cpp talker) and listener demo node, but the listener node couldn’t get the read the message. When I tried to echo the topic from talker node, I got this message:
Could not determine the type for the passed topic
Could someone point out what is going on here?
Thank you!
I followed the installation instructions for it and got it build successfully. (https://github.com/ros2/rmw_dps 2)
After doing this, I switched from default rmw to rmw_dps by specifying the environment variable.
export RMW_IMPLEMENTATION=rmw_dps_cpp
And then I tried running talker demo (ros2 run demo_nodes_cpp talker) and listener demo node, but the listener node couldn’t get the read the message. When I tried to echo the topic from talker node, I got this message:
Could not determine the type for the passed topicCould someone point out what is going on here?
Thank you!