Skip to Content
Hands-On Robotics Programming with C++
book

Hands-On Robotics Programming with C++

by Dinesh Tavasalkar
March 2019
Intermediate to advanced
312 pages
7h 37m
English
Packt Publishing
Content preview from Hands-On Robotics Programming with C++

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "The code for taking axial and radial turns is added to the RobotMovement.cpp program."

A block of code is set as follows:

digitalWrite(0,HIGH);           //PIN O & 2 will STOP the Left MotordigitalWrite(2,HIGH);digitalWrite(3,HIGH);          //PIN 3 & 4 will STOP the Right MotordigitalWrite(4,HIGH);delay(3000);

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

digitalWrite(0,HIGH);           //PIN O & 2 will STOP the Left MotordigitalWrite(2,HIGH); ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Learn Robotics Programming

Learn Robotics Programming

Danny Staple
C++ Reactive Programming

C++ Reactive Programming

Praseed Pai, Peter Abraham

Publisher Resources

ISBN: 9781789139006Supplemental Content