##DJI Onboard SDK ROS Core Package
This package is the core package handling the requests and responses of Matrice 100.
It also wrappered a dji_drone.h
class, which user can include and use it directly for his own purpose.
Also, there is a python version dji_drone.py
in src/dji_sdk
Please check the Appendix for the detail of all published topic, services and actions.
###Directory Structure
- include/dji_sdk: header files
- include/dji_sdk/DJI_LIB: DJI Onboard SDK API library
- action: ROS action files
- launch: ROS launch files
- msg: ROS message files
- src: source code
- src/module: implementation of action/service/publisher
- srv: ROS service files
###How to use
- Install and configure your hardware correctly.
- Enter the following info into dji_sdk/launch/sdk_manifold.launch.
- APP ID
- APP Level
- Communication Key
- uart device name
- baudrate
- Use
roslaunch dji_sdk sdk_manifold.launch
to start the core node.