RosSharp
RosSharp copied to clipboard
Subscribe the topic in ROS with C++
Hi i use the Rossharp to send a topic from a c#-program to ros. I see in ros the topic and i can hear it with rostopic echo, but i can not subscribe the topic with a node (c++). I send a int32 to ros. What is the problem? Have you seen something like this?
I have the same issue. Have you already resolve it?