-
Hi Whoening, I was trying to use test_high_level.py and vicon to fly drone. You told me that this script is using the onboard controller. How can I access to the source code to see how the controller …
-
Back in February, I had arc_ecto configured and working just fine to upload images to S3 and save the path to my database. As sometimes happens with projects, the client didn't start using what I had …
-
Instead of by default amcl package, integrate kalman filter based robot localization package:
Steps for this:
1. Understand the package and study codebase to see how integration of GPS with this pac…
-
Hi,
Is there a way to simulate the sensor noise? I also require an estimate from extended kalman filter based on the model uncertainty and sensor noise. So, is there any implementation of EKF in the…
-
![image](https://user-images.githubusercontent.com/37075966/177977005-78fef794-b4d3-4e78-a595-f248f41e1f23.png)
-
Hello, developers
I've checked out that rtabmap odometry source has ENU coordination frame.
For my ekf algorithm to integration rtabmap odom data with my own wheel odom, ENU to NED frame transfo…
-
Hi, I was looking through this package and I noticed this section of code in `spawn_multihusky.launch` that confused me:
```
```
What is the difference betwe…
-
**Is your feature request related to a problem? Please describe.**
`rc_kalman_update_lin()` and `rc_kalman_update_ekf()` both current do the prediction and correction steps of the Kalman filter at th…
-
### Bug report
**Issue details**
Copter (and presumably other vehicle types) use AP_AHRS::get_gyro() to retrieve filtered angular velocities that have been corrected for estimated gyro bias. Under…
-
I´m working with PX4 with a Multicopter using offboard mode with ROS. I fly my drone with a fuse of gps and vision pose estimate with EKF2 as estimatior. Now I want fly without gps, using only the vis…