Hi @HenryHuYu,
Thank you for this amazing work! I have successfully reproduced the simulation results (Swarm mode) using the provided PyTorch code.
I am now moving to real-world deployment but facing challenges with the Mango Pi (Quad-core A53, 1GB RAM) setup mentioned in the paper.
- RealSense Driver on H616: I found that the Allwinner H616 chip is not officially supported by the Intel RealSense SDK.
Could you share how you successfully deployed the driver on this specific board? Did you use a specific kernel or a stripped-down version of the library?
- Platform Alternatives: Given the driver complexity on H616, I am considering switching to NVIDIA Jetson Orin Nano or Raspberry Pi 5 for better support.
Question: Would the potential difference in system latency (compared to your MCU-like optimization on Mango Pi) affect the agile flight performance significantly?
3.Considering I am new to embedded deployment, would you recommend I stick to the Mango Pi (as in the paper) for strict reproduction, or would a Jetson Orin Nano / Raspberry Pi 5 be a smoother path for a beginner? My main concern is driver compatibility and debugging difficulty.
Any advice would be appreciated!
Hi @HenryHuYu,
Thank you for this amazing work! I have successfully reproduced the simulation results (Swarm mode) using the provided PyTorch code.
I am now moving to real-world deployment but facing challenges with the Mango Pi (Quad-core A53, 1GB RAM) setup mentioned in the paper.
Could you share how you successfully deployed the driver on this specific board? Did you use a specific kernel or a stripped-down version of the library?
Question: Would the potential difference in system latency (compared to your MCU-like optimization on Mango Pi) affect the agile flight performance significantly?
3.Considering I am new to embedded deployment, would you recommend I stick to the Mango Pi (as in the paper) for strict reproduction, or would a Jetson Orin Nano / Raspberry Pi 5 be a smoother path for a beginner? My main concern is driver compatibility and debugging difficulty.
Any advice would be appreciated!