Overview
This example shows that you can displayed images coming from the embedded camera.
Start your Mini-Lab topics
- To have access to the Mini-Lab's topics you need run the following commands:
$ ssh user@192.168.0.206
- This command started a ssh communication with the Mini-Lab. You need to replace the IP by your Mini-Lab's IP.
$ roslaunch minilab_launch minilab_driver_camera.launch
- This command started motors drivers and camera's topic
- If you run the command "$ rostopic list" in a new terminal you should see all the topics published by your Mini-Lab.
Display camera output and teleop your robot
The following instruction will allow you to teleop the Mini-Lab from the workstation and display its camera output:
$ roslaunch minilab_demo_hardware_remote minilab_display_cam_with_teleop.launch
Next example
IMPORTANT :
CTRL+C in your terminal to stop this example.
All demonstrations are independent, you have to stop this demonstration before starting a new one.