Set up the device
Get the device ready for running sample applications by completing the following configurations:- IQ-9075 EVK
- IQ-8275 EVK
- Navigate to Set up the device of IQ-9075 documentation.
- Complete the following settings: a. Set up the debug UART. b. Connect the device to a network according to Connect to the network. c. Connect to the device SSH shell according to Connect over SSH.
Set up the host computer
Ensure that the Ubuntu host and the device are in the same network by runningping <device IP address> on both the host computer and device.
Set up the host Docker
The sample applications use ROS 2 Jazzy for communication on the host. To isolate the impact of the host’s Ubuntu version on ROS communication, perform the following steps to configure the Ubuntu 24.04 Docker environment.-
Download
qrb_ros_simulationand the mesh files. -
Build the local Docker image.
NoteIf you encounter issues with Docker, see Troubleshoot common issues.
-
Start a Docker container.
-
Enable SSH service in the Docker container.
-
Open a new terminal and sign in to the Docker container using SSH.
-
Set the
DISPLAYvariable.
rqt window on your display.
NoteFor how to use
rqt to view the running effect of the sample applications, see the steps of each sample application.
