You need to be a member of diydrones to add comments!
This reply was deleted.
Activity
RT @gclue_akira: 柏の葉で走行させてるjetracerの中身 #instantNeRF #jetracer https://t.co/giVvuE4hP7
Cool web-based self-driving simulator. Click save when the AI does the right thing
https://github.com/pncsoares/self-driving-car
RT @donkey_car: Human-scale Donkey Car! Hope this makes it to a @diyrobocars race https://www.youtube.com/watch?v=ZMaf031U8jg
RT @GrantEMoe: I won my first @diyrobocars @donkey_car virtual race! Many thanks to @chr1sa @EllerbachMaxime @tawnkramer and everyone who m…
RT @gclue_akira: JetRacerで自動走行したコースを、InstantNeRFで再構築。データセットは別々に収集 #jetracer #instantNeRT https://t.co/T8zjg3MFyO
RT @SmallpixelCar: SPC 3.0 Now the motor also works. This car is doable. I just need to design a deck to mount my compute and sensors. http…
RT @SmallpixelCar: High speed at @diyrobocars thanks @EdwardM26321707 for sharing the video https://t.co/o4317Y2U1S
RT @SmallpixelCar: Today at @RAMS_RC_Club for @diyrobocars. Used @emlid RTK GPS and @adafruit @BoschGlobal IMU. Lap time 28s https://t.co/R…
RT @f1tenth: Say hi to our newest #F1TENTH creation for @ieee_ras_icra next week in Philly. It’s going to be huge! 😎 🔥 @AutowareFdn @PennEn…
Replies
But, in general, getting better at math will be useful in any technical pursuit.
I thought my high school calc class was really rinky-dink at the time, but when I hit college, I was well into the 2nd semester before we started hitting things that I had absolutely never seen before. Having seen many of these bizzare and crazy things already once (even if I hadn't fully mastered them in HS) was a huge benefit towards doing well and really learning the stuff in college.
The other thing about a class like calc is that it will really push you to become comfortable with many basic mathematical tools and concepts ... trig, algebra, factoring equations, etc. etc. You'll be doing a lot of basic things so often they will become almost second nature ... and these sorts of mathematical tools and building blocks are exactly what you'll run into if you start programming an attitude determination filter, or an autopilot, or navigation system, or a turret controller, or a vision processing system, or a ground station, or a simulation of any of these things.
Here's another thought. If you are trying to do something even moderately difficult in the uav world, you might be out scanning through research papers to find a better or more efficient way to do your task. Research papers are often very technical, and if they come from an engineering perspective, often chock full of mathematical notation and language to express the key concepts. Again, taking calc and subsequent follow-on math classes will make you that much more comfortable reading and writing the language of math, and will enable you to better make sense of much of the research and books that are available to the uav world.
Quick summary.
1. Calc in high school is excellent prep for calc in college assuming college is in your future.
2. Calc (and all the underlying concepts that get drilled into your brain) will be very useful in your professional "toolbox" as soon as you dive into any type of student or work project.
3. Calc helps you learn and refine your ability to speak "math" which is an important way to convey many of the underlying concepts that are leveraged in the uav related fields.
I agree with Ryan, I don't use much if any of the more exotic concepts I learned (and promptly forgot) from my calc class. But many of the basics tools and building blocks I use over and over and over again ... I took computer science level math classes. Now that I'm doing more "engineering", I miss not having taken some of the math classes that are more geared for engineers.
Just my 2 cents ...
MIT has a great online courseware site.
Look at this site: http://www.catonmat.net/blog/mit-linear-algebra-part-one/ it's the guy's review of MIT's Linear Algebra course. (class one)
Also, if you're interested in math in general, try to find a copy of "The princeton companion to mathematics", it's probably the single most 'intense' math bible ever produced.
If you know what a basic derivative and integral are you should be fine for the most part.