GLtangzero

Results 8 comments of GLtangzero

Dear sir: First of all, thanks for your reply, after I download the new model it could be show in the gazebo. ![Screenshot from 2024-04-06 14-13-14](https://github.com/monemati/PX4-ROS2-Gazebo-YOLOv8/assets/135005974/1867c52c-1b6c-4041-a56e-58d1404d375b) But the drone still...

@monemati Thank you for your help sir. My px4-Autopilot is the newest type, I will try to check the problem. If i get the resolve I will return again. Thanks...

@wyattPol First please delete all model which you using in the gazebo, open the world/default.sdf and delete all ![Screenshot from 2024-05-13 13-51-53](https://github.com/monemati/PX4-ROS2-Gazebo-YOLOv8/assets/135005974/71642a6d-4db5-4a1d-ad37-fce20fefb399) this type code and then run the progress...

@AlbertoRemus Thanks, I will try later.

@evellynnicole Hello, please try to use the below solution: Please check which gazebo you used in, if it's gazebo classic it will need QControground software to help arm, and if...

@evellynnicole Hello, sorry for repeat late. Please go to the main page. ![dfb224512d2731d66533abd7ccdcdf6e98d3a481](https://github.com/monemati/PX4-ROS2-Gazebo-YOLOv8/assets/135005974/26ec136c-2f6e-476f-8dce-81d7b4d55786) click the arm bottom and drag the arm bar to arm the drone. If the drone has...

@own295554312 你好,我之前也是这里有问题,但论文里面明确说明的是,计算中间帧到`前后两帧`的T,因为算法是输入两帧图片,第一次输入是`前一帧`与`中间帧的`顺序,因此计算出来的是`前一帧`到`中间帧`的T,所以需要进行求逆矩阵获取`中间帧`到`前一帧`的T。 而第二次的输入顺序则是`中间帧`、`后一帧`,计算出来的T正好是我们需要的,因此不需要求逆矩阵。 你可以仔细看一下代码,只有在-1也就是第一类情况的时候才会计算逆矩阵。 个人愚见,希望有帮助!!

@RajS999 I have the same problem, have you finished it?