DJI OSDK ROS does not work on Jetson AGX Xavier #126602
Replies: 1 comment
-
|
This is a known intermittent issue with the OSDK simulator GPS bridge. A few things to check: 1. Simulator link not fully established before node launch 2. DJI Assistant 2 simulator must be actively running the simulation, not just open 3. USB connection priority |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Body
Hello,
I recently move to working on a Jetson AGX Xavier to develop on DJI M300 and I have some troubles. In fact, I have a windows computer linked to my drone to run DJI Simulator lite on DJI Assitant 2 and I have Onboard OSDK Ros (v4.1) built on my jetson AGX Xavier, from where I launch dji_vehicle_node. I want to read data on the /dji_osdk_ros/local_position topic so I need GPS data
When I run telemetry_node it returns :
[ INFO] [1717076452.731975330]: Currrent GPS health is 0
[ INFO] [1717076452.732103976]: Not enough GPS Satellites.
[ INFO] [1717076452.732161355]: Cannot set Local Position reference
Except I have the simulator running so it is supposed to receive the fake gps from the simulation.
I made it work once on the jetson and never again without changing anything. Does it sound familiar to you ? Have you any idea what would cause that ?
Thanks in advance !
Guidelines
Beta Was this translation helpful? Give feedback.
All reactions