eCAL tools and ROS2 (with rmw_ecal and protobuf) #561
Replies: 1 comment 3 replies
-
In general, the monitor is relying completely on protobuf metadata, referred to as a As far as I know, the rmw_ecal_proto_cpp layer should also register the respective infos with eCAL. If you have the freedom, we would rather suggest a pure eCAL usage ;) |
Beta Was this translation helpful? Give feedback.
-
Hi,
I am very curious about eCAL and played around a bit with https://github.com/continental/rmw_ecal and with ROS2. I got something running with rmw_ecal_proto_cpp and I could run ecal_mon_gui and see my topics. However, when I tried to inspect the topic and see if the protobuf reflection works, I get "ERROR [587]: CDynamicSubscriber: Could not get description for topic rt/topic" (when running simple talker nodes from the ROS2 samples). Can someone help me with troubleshooting? Is there some documentation about how the introspection works? Does ecal_mon_gui need the .proto messages from the ROS2 talker to make sense or is it completely relying on protobufs meta for introspection? And if yes, why does it work for the mma sample but not for my ROS2 node?
Cheers
Sebastian
Beta Was this translation helpful? Give feedback.
All reactions