The main difference is the companion computer I’m using. Nvidia Jetson Nano instead of x86 based one. Im still waiting for the intel real sense cameras but I have installed all the necessary libs on the nano. Will update the post when I test the cameras.
Intel® RealSense™ Depth Camera D435 & Tracking Camera T265 bundle.
Clone the package in the ROS workspace or any location if you don’t use ROS
cd ~/catkin_ws/src
git clone https://github.com/hoangthien94/vision_to_mavros.git
cd vision_to_mavros/script <-- Here we have typo, the dir is /scripts
chmod +x t265_to_mavlink.py
chmod +x d4xx_to_mavlink.py
chmod +x mavlink_control.py
chmod +x rs_to_mavlink.py
chmod +x opencv_depth_filtering.py