yocs_waypoints_navi - Rviz publish tool not listening

asked 2017-03-28 09:37:08 -0500

MarkyMark2012 gravatar image

Hi,

I'm trying to use yocs_waypoints_navi to set up a "patrol loop" around one of my maps. However when I use the publish tool from RViz nothing happens?

On a related note is it possible to get Rviz to report the planar points on a map so that I can extract them for a file for yocs_waypoints_navi (once I get it working?)

Many Thanks

Mark

edit retag flag offensive close merge delete

Comments

Is there any output in the terminal where rviz runs when you use the publish tool?

huanxiner gravatar image huanxiner  ( 2017-03-28 09:40:55 -0500 )edit

No, not that I've seen - is there something I need to enable?

MarkyMark2012 gravatar image MarkyMark2012  ( 2017-03-28 10:00:30 -0500 )edit

Not sure, one more thing that may help is to rostopic echo /clicked_point and use publish tool to click on something. If nothing shows maybe do rostopic info /clicked_point and see what's there?

huanxiner gravatar image huanxiner  ( 2017-03-28 14:54:28 -0500 )edit

Okay it's publishing - however I notice that even with the yocs_waypoints_navi_node running nothing is subscribing to those messages

MarkyMark2012 gravatar image MarkyMark2012  ( 2017-03-29 09:54:37 -0500 )edit

Did you turn off single click in the rviz tool properties panel?

huanxiner gravatar image huanxiner  ( 2017-03-29 12:10:24 -0500 )edit

Yep - looking at the yocs_waypoints_navi code it does not appear to subscribe to rostopic echo /clicked_point topic (which would explain why I don't see anything listening when it rostopic echo /clicked_point). Is there another service that needs to be up?

MarkyMark2012 gravatar image MarkyMark2012  ( 2017-03-31 01:53:53 -0500 )edit

You are right.. Sorry I have no idea neither why it doesn't even subscribe to the topic. Could you post the solution if you ever find one?

huanxiner gravatar image huanxiner  ( 2017-04-03 09:21:08 -0500 )edit