...
Open terminal window.
Log in to the Navqplus console
Code Block ssh user@<navqplus-ip>
Make sure USB1 is in the host mode:
Start navigation stackthe navigation applications, leave the window open with the application running:
Code Block /opt/ros/humble/share/create3_slam_launch/scripts/start_slam -b
NOTE: You must place the robot on the initial place before starting the navigation stack.
Launching RVIZ
...
Perform the steps below on your Desktop PC:
Restart chrony service
Code Block udosudo systemctl restart chrony
Set up cyclonedds as default RMW
Code Block export RMW_IMPLEMENTATION="rmw_cyclonedds_cpp"
Start rviz
Code Block /opt/ros/humble/share/create3_slam_launch/scripts/start_rviz
...