- Joined
- May 5, 2015
- Messages
- 856
- Reaction score
- 666
I suspect the P4 and likely the Yuneec have enough GPU power for the cablecam feature.
What makes the Solo good is the software is easy to write for, i.e. being on a Linux platform and having Python means a developer can have an idea and implement it very quickly.
The splines on Solo are based on the maths developed by one of the Pixar animators which probably goes some way to explaining why they work well with a camera.
From a hardware viewpoint the Solo is helped by having multiple sensors, sensors in multicopters are relatively cheap and not as accurate as military grade hardware, to get accuracy one approach is to have more than one sensor and then process all of the inputs into one solution, which is what the EKF code does. So whilst I'll often myself talk about the Solo hardware having redundancy, really the reason there are multiple sensors is about accuracy.
Finally the gimbal is Mavlink which provides a two way communication from the gimbal giving precise control, the gimbal itself also has its own EKF using sensor data which even includes taking data from components within the Solo such as the GPS.
What makes the Solo good is the software is easy to write for, i.e. being on a Linux platform and having Python means a developer can have an idea and implement it very quickly.
The splines on Solo are based on the maths developed by one of the Pixar animators which probably goes some way to explaining why they work well with a camera.
From a hardware viewpoint the Solo is helped by having multiple sensors, sensors in multicopters are relatively cheap and not as accurate as military grade hardware, to get accuracy one approach is to have more than one sensor and then process all of the inputs into one solution, which is what the EKF code does. So whilst I'll often myself talk about the Solo hardware having redundancy, really the reason there are multiple sensors is about accuracy.
Finally the gimbal is Mavlink which provides a two way communication from the gimbal giving precise control, the gimbal itself also has its own EKF using sensor data which even includes taking data from components within the Solo such as the GPS.
Last edited: