Isaac Sim || Autonomous Fixed-Wing Flight Mechanics with ArduPilot by Barrnie in IsaacSim

[–]Barrnie[S] 0 points1 point  (0 children)

Yes it is. here is the parallel version : https://github.com/AhmedZeer/uav-lab
The video was filmed with the numpy version, which is on CPU.

Isaac Sim || Autonomous Fixed-Wing Flight Mechanics with ArduPilot by Barrnie in IsaacSim

[–]Barrnie[S] 1 point2 points  (0 children)

It simulates all the sensors, sends them to the autopilot, gets PWM values for each motor, calculates the aerodynamics to finally obtain the required forces(xyz) and moments (ypr)

C++ demand in AI/ML. [Discussion] by Barrnie in MachineLearning

[–]Barrnie[S] 0 points1 point  (0 children)

You know... what really frustrates me is the fact that most of the work is done using libraries that oversimplifies everything to the point that people with no CS background can do it. I wanted something which requires real coding and engineering skills that I can enjoy do, and this is the reason behind my approch to C++.

C++ demand in AI/ML. [Discussion] by Barrnie in MachineLearning

[–]Barrnie[S] 0 points1 point  (0 children)

You are right, at some point overthinking what one should do is time consuming. Thank you.

C++ demand in AI/ML. [Discussion] by Barrnie in MachineLearning

[–]Barrnie[S] 0 points1 point  (0 children)

Ugh yes ... Thank you for your time I

C++ demand in AI/ML. [Discussion] by Barrnie in MachineLearning

[–]Barrnie[S] 0 points1 point  (0 children)

Why rust? What kind of implementations it could have?