Chapter 1: Getting Started with Ubuntu/Linux for Robotics
This chapter will give the basic foundation of Ubuntu Linux. Starting from the fundamentals, installation and useful commands which are using while building and programming a robot, we will also see useful software applications which can be used while making robots.
Chapter 2: Fundamentals of Python and C++ for Robotic Programming
Programming robots can be done using any of the programming languages. Most popular programming languages are Python and C++. In this chapter, we will see fundamentals of Python which are mainly used for programming robots. This chapter will also cover C++ and the important topics needed to program a robot.
Chapter 3: Kick starting Robot Operating System
This chapter starts discussing Robot Operating System, Fundamentals, Installing, ROS tools and ROS commands it on Ubuntu.
Chapter 4: Programming with ROS
This chapter is fully focused on programming ROS using C++ and Python. We will see some example code in this chapter.
Chapter 5: Building and programming mobile robot using ROS
This is a hands-on project which is used to apply all concepts of ROS that we discussed in the above chapters. We will see some more concepts which will explain in the appropriate sections. The aim of the project is to perform a dead-reckoning using a cheap mobile robot. We can command robot position on Rviz and robot will move to that position.
Chapter 6. Robotics project using ROS
Lentin Joseph is an author, roboticist and robotics entrepreneur from India. He runs a robotics software company called Qbotics Labs in Kochi/Kerala. He has 10 years of experience in the robotics domain primarily in Robot Operating System, OpenCV, and PCL.
He has authored 8 books in ROS, namely, Learning Robotics using Python first and second edition, Mastering ROS for Robotics Programming first and second edition, ROS Robotics Projects first and second edition, ROS Learning Path and Robot Operating System for Absolute Beginners.
He has his Masters in Robotics and Automation from India and has also worked at Robotics Institute, CMU, USA. He is a TEDx speaker.
Aleena Johny is a robotics software engineer currently working at Qbotics Labs from India. She completed her M. Tech and B. Tech from Rajagiri School of Engineering and Technology (RSET), Kerala. After her post-graduation, she worked as an Asst. Professor in computer science for 1 year. After that, she started working in Qbotics Labs. She has experience with robotics software platforms such as Robot Operating System (ROS), Open-CV, and Gazebo. She has published a research paper in International Journal and National Conferences.
Start programming your own robots using Robot Operation System (ROS). Targeted for absolute beginners in ROS, Linux, and Python, this guide lets you build your own robotics projects.
You'll learn the basic foundation of Ubuntu Linux. Begin with the fundamentals. Installation and useful commands will give you the basic tools you need while programming a robot. Then add useful software applications that can be used while making robots. Programming robots can be done using any of the programming languages. Most popular programming languages are Python and C++. You will incorporate the fundamentals of C++ by learning object oriented programing concepts from example and building C++ projects.
Finally, tackle an ROS hands-on project to apply all the concepts of ROS you've learned. The aim of the project is to perform a dead-reckoning using a cheap mobile robot. You can command your robot's position on Rviz and your robot will move to that position! Not only will you learn to program, you'll gain hands-on experience working with hardware to create a real robot.