Sim-to-Real
#1071
Replies: 2 comments 2 replies
|
Hi! That seems to be possible but it is a question if the network fits on the AIdeck or not. There has been an autonomous drone challenge last year (see this blogpost), where we saw quite some people use the Webots simulator to train on and implemented it on the AIdeck. @LorenzoLamberti94 was actually in the team that won that time, perhaps he can give some pointers |
1 reply
|
How do I get the angular velocity from the kalman filter with the Python API? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have trained my Crazyflie in simulation and I am looking forward to implementing it on the real Crazyflie. I used this simulator to train my neural network to land the Crazyflie on a moving platform. The network inputs are position, linear velocity, orientation in quaternion, angular speed, and distance error to the moving platform. The network output is attitude rates. My Crazyflie is the AI bundle and I have access to an Optitrack Motion capture system. I need some advice on how to successfully execute the Sim-to-real transfer.
I am hoping to create a tutorial of the entire process once I am done.
All reactions