The document describes an experiment to implement the trajectory path of a robot using parallel loop algorithms in LabVIEW. It uses three main loops: 1) a mission planning loop that establishes goals, 2) a path planning loop that computes a path to the goal, and 3) a navigation loop that drives the robot along the path. Various sub-VIs are created to initialize maps and variables, create the robot, draw maps, and steer the robot. The experiment results in implementing robot trajectory paths using parallel loops to coordinate mission planning, path finding, and navigation.