What is the best way to monitor and Remote control the Robot from Tablet?
Hi,
I'm trying to make some Tablet GUI which can monitor and also remote control my robot.
My robot is already connected to wifi and ROS messages are well communicated between the Ubuntu computer which is connected to the same wifi. Well communicated means, the remote computer can subscribe the message which the robot published, and the robot can subscribe the message which the remote computer published. The robot is publishing its position and camera-image. The remote computer is publishing velocity command.
Now, I want to make a Tablet GUI which displays the robot position, camera-image, and some button which can control the robot's velocity.
The GUI doesn't need to be a dedicated application. Using a web browser should be fine.
I have two tablets. One is Android OS and the other is Windows OS. Android could be better for me.
What is the best way (Easy way) to make a Tablet GUI? Are there any tutorials for this situation?
Thank you in advance.