March 2018
Intermediate to advanced
1396 pages
42h 14m
English
Here is an interesting MATLAB GUI application that uses ROS APIs to remotely control a robot. The final application will look like the following:

In this application, we can put in the ROS master IP, port, and the teleop topic of the robot in its GUI itself. When we press the connect button, the MATLAB application will connect to the ROS network. Now, we can move the robot by pressing the Forward, Backward, Left, and Right buttons.
Here is the design block diagram of this application:
So let's look at how we can ...