Robotics StackExchange | Archived questions

frontier_exploration setting boundary and goal without RVIZ

Hey guys. When using rviz, I can set the boundary point by simply clicking on the screen. However, I need to do the same thing with code only. I found out that exploreclient will publish explorationpolygonmarker, therefor I tried to find the exploreclient.cpp file but couldn't find it. How can I find the file and is there a faster way to accomplish what I am trying to do?

Asked by orsonl on 2016-10-19 07:03:17 UTC

Comments

Answers

I have figured it out. You can simply write a node that publishes ton opic '/clicked_point' in msg geometry_msgs.PointStamped

Asked by orsonl on 2016-10-20 09:14:39 UTC

Comments