-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
- Operating System:
- Ubuntu 18.04
- Installation type:
- Source
- 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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels