dji-sdk / Guidance-SDK-ROS

The official ROS package of Guidance SDK for 32/64 bit Ubuntu and XU3
80 stars 87 forks source link

after updating the guidance firmware to v1.4.0,data are published abnormally #33

Open yuoct opened 7 years ago

yuoct commented 7 years ago

Hi, To use Guidance-SDK-ROS v1.4.0,I used the guidance assistance on windows to update the guidance firmware version to v1.4.0 ,calibrate the camera and upload parameters. However, I encoutered the following questions: image after rosrun guidance guidanceNode,there are only the output of the ultrasonic and IMU data, and IMU data is 0, no other data such as obstacle distance, etc. I'm sure I have selected data in guidanceNode.cpp: select_obstacle_distance(); select_velocity(); Besides, the left and right image can be published except depth image . So, I tried changing the firmware vision back to v1.3.7, and use the corresponding Guidance -SDK v1.3.7, which could publish all data and image normally before. However it didn't work,and the same output as above,no depth image,no velocity data, no obstacle distance, the imu data are all 0. Kindly help me solve the problem.