umdlife / psdk_ros2

This repository is a ROS 2 wrapper for the DJI PSDK libraries.

Home Page:https://umdlife.github.io/psdk_ros2/documentation/Introduction.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does this wrapper provide position fused data in FLU frame ?

bitcurious opened this issue · comments

The current position_fused data is in the Earth-North-Up (ENU) frame, but I need it in the Forward-Left-Up (FLU) frame. Does the system provide this conversion since it has the ability to control the drone's velocity in the FLU frame?

Hi @bitcurious,
The wrapper's main objective is to get all the information that the Payload-SDK offers and bring it to ROS 2. If such topic is not offered by Payload-SDK we do not add anything on top. We provide all the information so that anyone using the wrapper can apply it to their specific needs and applications.