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++

Controlling a rover using a laptop with QT5

Now that we can control the LEDs, let's look at how to control the rover using QT5. Inside the Qt Creator IDE, create a new project and name it QTRover. You can download the QTRover project folder from the GitHub repository of this chapter. We can now create this QTRover project using the clicked() function and the pressed() and released() functions. To do so, we have the following options:

  1. If we create this project using only the clicked() function, we would need to create five buttons: forward, backward, left, right, and stop. We would need to press the stop button each time to stop the robot.
  2. If we create this project using only the pressed() and released() functions, we would only need to ...
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