agile_autonomy icon indicating copy to clipboard operation
agile_autonomy copied to clipboard

After running python dagger_training.py --settings_file=config/dagger_settings.yaml an exception occurs and it keeps printing Crashing into something!

Open Nuyoah0123 opened this issue 1 year ago • 2 comments

I tried to follow the tutorial in the Collect your own dataset section of Readme to collect my own data, I changed the resume_training parameter in the dagger_settings.yaml file to False and ran the dagger_training.py file, but it ran The result doesn't seem to be satisfactory. 2023-06-23 14-58-48屏幕截图 As shown in the picture, the drone started after a short flight according to the reference trajectory, spinning in place and getting stuck in the middle of an obstacle. I would like to know why this is happening and how I should fix the problem?

Nuyoah0123 avatar Jun 23 '23 07:06 Nuyoah0123

I plotted the xyz data from the ellipsoid_trajectory.csv file, the odometry.csv file, and the reference_trajectory.csv file, and the results showed the following 12

Nuyoah0123 avatar Jun 23 '23 09:06 Nuyoah0123

Change the fallback radius to 0 during data collection when the network is initialised from scratch. Its in the dagger settings

sdhar16 avatar Oct 12 '23 07:10 sdhar16