Updated spacing for Raspberry Pi (#27852)

This commit is contained in:
Andrew
2019-02-05 17:49:00 -05:00
committed by Jonathan Grah
parent fc8f1b5a39
commit 9b95da40e9

View File

@ -29,9 +29,9 @@ First, you need to have good amount of patience to ace in Robotics.
1) Start by using an easy programming language that can help you understand how robots work. A good place to start is [Lego Mindstorms](https://www.lego.com/en-us/mindstorms) where you can use a basic representation of programming to make your robot do things. If you don't want to buy [Lego Mindstorms](https://www.lego.com/en-us/mindstorms), that's okay! However, it does help understand the basics of robotics, which will help you better understand the advanced machines you'll work with in the future. 1) Start by using an easy programming language that can help you understand how robots work. A good place to start is [Lego Mindstorms](https://www.lego.com/en-us/mindstorms) where you can use a basic representation of programming to make your robot do things. If you don't want to buy [Lego Mindstorms](https://www.lego.com/en-us/mindstorms), that's okay! However, it does help understand the basics of robotics, which will help you better understand the advanced machines you'll work with in the future.
2) Be good at any one programming language to have a good grip over code. 2) Be good at any one programming language to have a good grip over code.
3) Learn RaspberryPi or Arduino for the proper understanding of electronics and logic. 3) Learn Raspberry Pi or Arduino for the proper understanding of electronics and logic.
Now the difference between RaspberryPi and Arduino is: Now the difference between Raspberry Pi and Arduino is:
RaspberryPi is a SBC(Single-Board-Computer) whereas Arduino is only a Microcontroller. Raspberry Pi is a SBC(Single-Board-Computer) whereas Arduino is only a Microcontroller.
So the difference between the above stuff is quite important. So the difference between the above stuff is quite important.
4) Inverse Kinematics is very important for the designing part. 4) Inverse Kinematics is very important for the designing part.
Here is a good resource to learn [Inverse kinematics](https://www.intechopen.com/books/industrial_robotics_theory_modelling_and_control/robot_kinematics__forward_and_inverse_kinematics). Here is a good resource to learn [Inverse kinematics](https://www.intechopen.com/books/industrial_robotics_theory_modelling_and_control/robot_kinematics__forward_and_inverse_kinematics).