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 was trying to subscribe/echo'ing the /wrench topic but without success. After debugging the rt_publisher.cpp file, I found that the publisher was being called, but the messages weren't being published/received. So, I added "spinOnce" wasn't being called, so I updated the publish method.
Hi everyone,
I'm using the kinetic-devel branch with ROS melodic. I'm launching the driver by with
I was trying to subscribe/echo'ing the /wrench topic but without success. After debugging the rt_publisher.cpp file, I found that the publisher was being called, but the messages weren't being published/received. So, I added "spinOnce" wasn't being called, so I updated the publish method.
Changed,
To.
Don't know if this was the best way of solving the issue, but it worked in my case.
The text was updated successfully, but these errors were encountered: