ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

You can use Mapviz with plugin Point Click Publisher.

To set your goal to Navigation Stack you can use gps_goal. But Point Click Publisher publish point using geometry_msgs::PointStamped and gps_goal listen for geometry_msgs/PoseStamped or sensor_msgs/NavSatFix. You need modify gps_goal or convert message to required type for your purpose.

To display Google Maps in Mapviz you can use this solution.

You can use Mapviz with plugin Point Click Publisher.

To set your goal to Navigation Stack you can use gps_goal. But Point Click Publisher publish point using geometry_msgs::PointStamped and gps_goal listen for geometry_msgs/PoseStamped or sensor_msgs/NavSatFix. You need modify gps_goal or convert message to required type for your purpose.

To display Google Maps in Mapviz you can use this solution.

Edit 1: Now gps_goal using NED reference frame, according REP-103 convention