PX4 / PX4-Avoidance

PX4 avoidance ROS node for obstacle detection and avoidance.

Home Page:http://px4.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could I use gps data for goal when executing offboard control?

plackyou123 opened this issue · comments

The /move_base_simple/goal topic only can send relative position PoseStamped(x,y,z)
But I want set gps data( lat, lon,alt) for goal position.
I know mission mode can do this by sending waypoints, but I want to use offboard mode because of some dynamic controls.
Is it possible?