Jedsadakorn Yonchorhor

Results 13 comments of Jedsadakorn Yonchorhor

Same here, did anyone figure out the fix?

@madratman I am also trying to do the same thing. Should I run two separate scripts i.e. baseline_racer.py and log_monitor.py? or Do I make a another thread in the baseline_racer.py...

Hi, not sure though, I think I use to have similar problems. Maybe this could help [https://github.com/microsoft/AirSim-NeurIPS2019-Drone-Racing/issues/104#issuecomment-546087098](url) I change to reset the race using this function and it was working...

By the way, during my project, I noticed that if drone_2 passed the gate faster than drone_1 (which you control, by default). The log won't report the event of drone_1...

I solved this by just unarmed the drone_2 Maybe you could check this two lines https://github.com/surfii3z/game_of_drones/blob/9cfe2faf6a45c569bcd82da05139632284c9307a/baselines/baseline_racer_baseline_GA.py#L510 cheers!

Hi @gizmosir IDK if it's related or not but when I built g2o and openVSLAM with -DBUILD_WITH_MARCH_NATIVE=OFF it seems to have the same problem. When I change it to -DBUILD_WITH_MARCH_NATIVE=ON...

> Hi @ymd-stella , > I did monitoring of RAM, CPU, GPU usage in Jetson nano. I ran on video file and it was using all cpus upto 90%, GPU...

> @surfii3z > because i built opencv with cuda. That's interesting. I have been trying to port openvslam to CUDA too (but not successful so far). May I ask which...

> > > @surfii3z > > > because i built opencv with cuda. > > > > > > That's interesting. I have been trying to port openvslam to CUDA...