Kevin Lynch's book is free and very good: <a href="http://hades.mech.northwestern.edu/index.php/Modern_Robotics" rel="nofollow">http://hades.mech.northwestern.edu/index.php/Modern_Robotics</a>
- someone already mentioned his course.<p>The Robotics resources and texts by Peter Corke are good: <a href="https://petercorke.com/" rel="nofollow">https://petercorke.com/</a>
-also has this good related course: <a href="https://robotacademy.net.au/" rel="nofollow">https://robotacademy.net.au/</a><p>"Controls Engineering in the FIRST Robotics Competition" by Tyler Veness is free and a good short reference: <a href="https://controls-in-frc.link/" rel="nofollow">https://controls-in-frc.link/</a><p>Also add the MIT Robotics Series books: <a href="https://mitpress.mit.edu/series/intelligent-robotics-and-autonomous-agents-series/" rel="nofollow">https://mitpress.mit.edu/series/intelligent-robotics-and-aut...</a><p>Algorithms for Decision Making is free and awesome: <a href="https://algorithmsbook.com/" rel="nofollow">https://algorithmsbook.com/</a><p>Also looks really good (MIT Press hardcopy): <a href="https://introduction-to-autonomous-robots.github.io/" rel="nofollow">https://introduction-to-autonomous-robots.github.io/</a>
If you're interested in perception, like tracking & freespace detection or SLAM, then "Probabilistic Robotics" by Thrun is pretty good. For a more fundamental take on that stuff (but less robotics specific), "Pattern Recognition and Machine Learning" by Bishop is my favorite.
This reply will focus mainly on the academics.<p>Since you've mentioned exoskeletons, knowledge of kinematics and dynamics is imperative.<p>Rotation Matrices, Forward/Inverse Kinematics, Denavit - Hartenberg Parameters, Lagrangian Mechanics are a few fundamental concepts one should be familiar with. Their applications mostly pertain to robotic manipulators (arms), which are what members of exoskeleton's are modeled after.<p>They're covered extensively in the classic in the field textbook<p><pre><code> Robotics Modelling, Planning and Control by Siciliano, Sciavicco, Villani, Oriolo
</code></pre>
<a href="https://link.springer.com/book/10.1007/978-1-84628-642-1" rel="nofollow">https://link.springer.com/book/10.1007/978-1-84628-642-1</a><p>They also require some prior knowledge of linear algebra to safely navigate through, so make sure you've achieved at least some math literacy before diving into them.<p>Speaking of navigation, if you're interested in motion planning i.e. how to optimally (safely and efficiently) go from point A to point B, what you read is<p><pre><code> Planning Algorithms by Steven M. Lavalle
</code></pre>
<a href="http://lavalle.pl/planning/" rel="nofollow">http://lavalle.pl/planning/</a><p>for various ways the math people have came up with to solve this. Many cool applications in fields outside of robotics like in Computer Graphics/Animation too.<p>And btw, if there's one paper you'll absolutely have to read if you find yourself more interested in motion planning is<p><pre><code> Sampling-based Algorithms for Optimal Motion Planning by Sertac Karaman and Emilio Frazzoli
</code></pre>
<a href="https://arxiv.org/pdf/1105.1186.pdf" rel="nofollow">https://arxiv.org/pdf/1105.1186.pdf</a><p>in which the authors have revised two very popular path planning algorithms by making them significantly more optimal than their initial implementations were, and are part of many decision making systems that are involved in any type of mechanical movements.<p>Some other comments talked about more advanced disciplines in the field like State Estimation or Reinforcement Learning but I believe the aforementioned (kimenatics/dynamics/motion planning) are the bare minimum before diving into even more advanced math-heavy concepts.
Kevin Lynch has a great course "Modern Robotics: Mechanics, Planning, and Control Specialization" on coursera. It covers the key ideas in robotics at a high level (however it leaves out perception). I recommend it for people interested in getting started on this topic.<p><a href="https://www.coursera.org/specializations/modernrobotics#courses" rel="nofollow">https://www.coursera.org/specializations/modernrobotics#cour...</a>
From a control system perspective:<p>Nise - Control Systems Engineering: <a href="https://www.amazon.com/Control-Systems-Engineering-Norman-Nise/dp/1118170512" rel="nofollow">https://www.amazon.com/Control-Systems-Engineering-Norman-Ni...</a><p>Friedland - Control System Design: <a href="https://www.amazon.com/Control-System-Design-Introduction-State-Space/dp/0486442780" rel="nofollow">https://www.amazon.com/Control-System-Design-Introduction-St...</a>
I bought a 6DOF robot arm a while ago, which uses servos driven by PWM, which I found quite fun.<p>It was only around £70 for the servos + metal framework. I drive it with a Pi and a PCA9685 based I2C board.<p>I was driving with a 5V supply, but it looks like the servos can run at 6V, which I need to try, as the bottom servo in the arm doesn't seem to have quite enough power.<p>I'd like to sometime try to 'teach' it to draw with a pen (however badly), 'Inverse kinematics' feels rather scary though, so wonder if anyone might have any very basic tutorials on this.<p>Tangentially related, I just bought 'The Ultimate Guide To DIY Animatronics' yesterday, which I'm looking forward to reading when it arrives.<p>And have been watching a few videos on animatronics such as:<p>* <a href="https://www.youtube.com/watch?v=y0R8-F4TmPI">https://www.youtube.com/watch?v=y0R8-F4TmPI</a> - 'Show and Tell: Animatronic Raven Kit!'<p>* <a href="https://www.youtube.com/watch?v=uNIfx0Xddzc">https://www.youtube.com/watch?v=uNIfx0Xddzc</a> - 'How Realistic Animatronics Are Made For Movies & TV | Movies Insider'<p>Curious if anyone has any recommendations for videos/books in this area?
If your robot has sensors, they'll need to be calibrated. This ebook is basically the calibration bible: <a href="https://www.tangramvision.com/resources/calibration-desk-reference" rel="nofollow">https://www.tangramvision.com/resources/calibration-desk-ref...</a>
The really big shift in ai in a sense was to reject the sense-model- plan- act cycle. I continue to see researchers assuming SMPA so although "everyone" knows this,"Intelligence without representation" by Brooks is essential. The alternative is sense-act in one layer, and model-plan over the top.
For mobile, "Introduction to Autonomous Mobile Robots" by Siegwart et al.<p>For motion, "Principles of Robot Motion: Theory, Algorithms, and Implementations" by Choset, et al.<p>It's telling that few new robotics textbooks have shipped in the past 10-15 years.
Well, from my experience in a partially automated factory 'wrangling the robots' I would do a little foray into 'things that can go wrong'. Our robot arms would periodically have 'robot revolt parties'. Watched a robot arm reach up and push a compressor right off a ten foot dead nest. It didn't drop it or fumble, it cleanly swept it right off. So many small things could trigger problems and sometimes the fixes were odd, like one robot refused to reset unless you opened and closed a certain one of the cage doors despite having done the proper reset process in the computer.
The classic book for kinematics and dynamics is John Craig, Introduction to Robotics: Mechanics and Control, published by Pearson.<p>Despite the title, it isn't a particularly good controls book. But it's the standard for kinematics.
This is the undergraduate curriculum for additional major in Robotics at CMU:<p><a href="https://www.ri.cmu.edu/education/academic-programs/undergraduate-options/curriculum/" rel="nofollow">https://www.ri.cmu.edu/education/academic-programs/undergrad...</a><p>You can google the course numbers and find out which of the courses have an available webpage and study material from there.
Nonlinear systems and control could be something that’s useful to get into regarding legged robots or exoskeletons. It’s not covered in depth by many general robotics textbooks but there’s a great lecture including fantastic interactive notebook material at <a href="http://underactuated.mit.edu/" rel="nofollow">http://underactuated.mit.edu/</a>
I have heard good things about <i>Foundations of Robotics Analysis and Control by Tsuneo Yoshikawa</i> though haven't read it myself. Apparently it has a good coverage of the mathematics/equations needed for manipulation/control.<p>Somebody who has already read it might want to chime in.
Paul McWhorter is my favorite.<p>His web site's name, TopTechBoy is a joke - it's in pigdin because he simplifies things.<p><a href="https://www.youtube.com/watch?v=fJWR7dBuc18&list=PLGs0VKk2DiYw-L-RibttcvK-WBZm8WLEP">https://www.youtube.com/watch?v=fJWR7dBuc18&list=PLGs0VKk2Di...</a>
Probabilistic Robotics by Thurn/Burgard/Fox is basically the best resource for anything SLAM or planning related.<p>Artificial Intelligence: A Modern Approach by Russell/Norvig is another good book for planning and AI.
Take a look at Stanford's Principles of Robotic Autonomy:<p><a href="http://asl.stanford.edu/aa274a/" rel="nofollow">http://asl.stanford.edu/aa274a/</a>