OSDK-ROS 3.7 was released on 14 Aug 2018. This release adds many new telemetry topics, an emergency stop API and more for the A3, N3 and M210/M210RTK platforms. Please see the release notes for more information.
This repository contains the Onboard SDK ROS wrapper and demos. The ROS package requires Onboard SDK (djiosdk-core) to be installed to your system prior to running it. For detailed setup instructions, please follow the documentation here.
We encourage you to take a look at the documentation for full details.
ROS Wiki can be found here. Please be sure to read the release notes.
This chart shows the latest firmware that were available and are supported at the time of 3.7 release.
Aircraft/FC | Firmware Package Version | Flight Controller Version | OSDK Branch | Notes |
---|---|---|---|---|
M210/M210 RTK | 1.1.0913 | 3.3.10.4 | OSDK-ROS 3.7 | |
M600/M600 Pro | 1.0.1.66 | 3.2.41.13 | OSDK-ROS 3.7 | |
A3/A3 Pro | 1.7.6.0 | 3.3.8.39 | OSDK-ROS 3.7 | |
N3 | 1.7.6.0 | 3.3.8.39 | OSDK-ROS 3.7 | |
M100 | 1.3.1.82 | 3.1.10.0 | OSDK-ROS 3.7 |
Onboard SDK ROS is backward compatible with M100. However, due to the limitations of the flight controller of M100, some new features such as hardware sync, MFIO, on demand telemetry data (subscription) are only supported by A3/N3, and some settings for M100 are different from those for A3/N3.
-
The DJI Assistant 2 for M100 and for A3/N3 are slighly different. Please download DJI Assistant 2 from the corresponding product webpage.
-
The DJI SDK ROS package requires different baud rate for M100 and A3/N3. For M100, set the baud rate to 230400 in DJI Assistant 2's "SDK" tab, and the sdk.launch file; while for A3/N3/M600/M210, use 921600.
-
For M100, on the right side of the "SDK setting" tab of DJI Assistant 2, set the Data Type of ACC and GYRO to "Raw Data", and ALTI to "Data Fusion". The reason is that the raw data of acc and gyro are part of the
/dji_sdk/imu
message. -
The
flight_status
enums for M100 and A3/N3 are different. Seedji_sdk.h
for details anddemo_flight_control
for examples. -
Some topics are only available on A3/N3:
display_mode
,angular_velocity_fused
,acceleration_ground_fused
,trigger_time
. -
The imu topic is published at 400Hz on A3/N3, and at 100Hz on M100.
-
Some services are only available on A3/N3:
mfio_config
,mfio_set_value
,set_hardsyc
You can get support from DJI and the community with the following methods:
- Email to [email protected]
- Report issue on github
- DJI Forum