Skip to Content
Python Robotics Projects
book

Python Robotics Projects

by Prof. Diwakar Vaish
May 2018
Intermediate to advanced
340 pages
7h 20m
English
Packt Publishing
Content preview from Python Robotics Projects

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: "We have to multiply 2 and 3 we simply write Multiply(2,3)."

A block of code is set as follows:

import RPi.GPIO as GPIOfrom time import sleep GPIO.setmode(GPIO.BOARD) GPIO.setup(23,GPIO.OUT) 

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

import RPi.GPIO as GPIOfrom time import sleep GPIO.setmode(GPIO.BOARD) GPIO.setup(23,GPIO.OUT) 

Any command-line input or output is written as follows:

sudo apt-get update ...
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

Learning Robotics using Python

Learning Robotics using Python

Lentin Joseph
Hands-On ROS for Robotics Programming

Hands-On ROS for Robotics Programming

Bernardo Ronquillo Japón

Publisher Resources

ISBN: 9781788832922Supplemental Content