...
The application note assume the following preparation steps are concluded:
Setup Linux host for running Rviz
Launching SLAM/navigation stack
Open terminal window.
Log in to the Navqplus console
Code Block $ ssh user@<navqplus-ip>
Start navigation stack:
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
Open terminal window
Restart chrony service
Code Block $ sudo 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
Setting movement goals
In the rviz window use the 2D Goal Pose toolbar button and then click to the location you want robot to move to.