Robot operating system (ROS) for absolute beginners : robotics programming made easy
By: Joseph, Lentin [author].
Contributor(s): Johny, Aleena [author] | Ohio Library and Information Network.
Publisher: New York, NY : Apress, ©2022Edition: Second edition / Lentin Joseph, Aleena Johny.Description: 283 p: illustrations (black and white, and colour).Content type: text Media type: computer Carrier type: online resourceISBN: 9781484277508; 9781484277492.Subject(s): Robotics -- Programming | Operating systems (Computers)Genre/Form: Print books.Current location | Call number | Status | Date due | Barcode | Item holds |
---|---|---|---|---|---|
On Shelf | TJ211.45 .J675 2022 (Browse shelf) | Available | AU00000000018411 |
Browsing Alfaisal University Shelves , Shelving location: On Shelf Close shelf browser
TJ211.36 .S57 2017 Mobile microrobotics / | TJ211.416 .M43 2023 Meaningful futures with robots : designing a new coexistence / | TJ211.43 .K39 2015 Robot hands and multi-fingered haptic interfaces : fundamentals and applications / | TJ211.45 .J675 2022 Robot operating system (ROS) for absolute beginners : robotics programming made easy | TJ211.49 .B37 2020 Human-robot interaction : an introduction / | TJ211.49 .D37 2021 The new breed : what our history with animals reveals about our future with robots / | TJ211.49 .D86 2019 Talking to robots : tales from our human-robot futures / |
Previous edition: 2018
Includes index
Chapter 1: Getting Started with Ubuntu/Linux for Robotics -- Chapter 2: Fundamentals of C++ for Robotic Programming -- Chapter 3: Fundamentals of Python for Robotics Programming -- Chapter 4: Kick Starting Robot Operating System -- Chapter 5: Programming with ROS -- Chapter 6: Robotics Project Using ROS
Available to OhioLINK libraries
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. You will: Install Ubuntu 20 Install ROS Noetic Use ROS Programming with roscpp and rospy Build a mobile robot from scratch using ROS