Connecting DJI Drone with the ROS environment

Hello People, I have simulated the drone mission using PX4 and ROS with Gazebo , now i want to implement the same thing and python scripts on a DJI drone. I’m using the mavsdk library for mission planning and other work to be done by autonomous drone.
Thankyou!!!

hi @white_panther MAVSDK only work with MAVLink drones, and DJI isn’t using MAVLink, as far as ROS, I don’t know if DJI supports ROS. DJI is using closed source software and is not compatible with anything we do.

Thankyou for your response, so is there any other way by which i can use my same Python script for DJI drone?