From 9b95da40e98c2f13e5a0ebbe7c5de4223991939c Mon Sep 17 00:00:00 2001 From: Andrew Date: Tue, 5 Feb 2019 17:49:00 -0500 Subject: [PATCH] Updated spacing for Raspberry Pi (#27852) --- guide/english/robotics/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/english/robotics/index.md b/guide/english/robotics/index.md index f91ae106d4..4206d3ce1b 100644 --- a/guide/english/robotics/index.md +++ b/guide/english/robotics/index.md @@ -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. 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. - Now the difference between RaspberryPi and Arduino is: - RaspberryPi is a SBC(Single-Board-Computer) whereas Arduino is only a Microcontroller. +3) Learn Raspberry Pi or Arduino for the proper understanding of electronics and logic. + Now the difference between Raspberry Pi and Arduino is: + Raspberry Pi is a SBC(Single-Board-Computer) whereas Arduino is only a Microcontroller. So the difference between the above stuff is quite important. 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).