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

Is there a standard message type for waypoint in 3D space?

asked 2014-02-23 00:54:09 -0500

vooon gravatar image

updated 2016-10-24 09:00:08 -0500

ngrennan gravatar image

Going to add a control in the flight plan mavros. Is there a standard message / ROS API for managing waypoint?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-02-23 03:55:44 -0500

updated 2014-02-24 09:54:43 -0500

Does nav_msgs/Path have what you want?

edit flag offensive delete link more

Comments

In APM we have several types of waypoints with additional parameters and in global or local frame (coordinates). And it dosen't use orientation (only coordinates).

vooon gravatar image vooon  ( 2014-02-23 08:08:18 -0500 )edit

You could just ignore the orientation of the path? If you have special custom parameters you probably wont find them in a standard message? @dan-lazewatsky: that should be "Path", not "Plan" ;)

demmeln gravatar image demmeln  ( 2014-02-24 09:26:13 -0500 )edit

Thanks, I decided to use custom message type for waypoints. And extra node for translation to geographic_msgs/WayPoint (if it really needed).

vooon gravatar image vooon  ( 2014-02-24 12:32:36 -0500 )edit

Question Tools

1 follower

Stats

Asked: 2014-02-23 00:54:09 -0500

Seen: 868 times

Last updated: Feb 24 '14