-
Clone Repository:
git clone https://github.com/GT-96/SJSU_Robotics_IntelSysTrialProject.git
-
Navigate into project directory:
cd SJSU_Robotics_IntelSysTrialProject
-
Ensure you are in the root of your workspace (i.e., where the
src
folder is located). -
Run the following command to build the package:
colcon build
-
After the build is complete, source the workspace:
source install/setup.bash
Once the package is built and sourced, you can run the launch file, which will start the necessary nodes:
-
Use the following command to run the launch file from the launch directory:
ros2 launch path_planner path_planner_launch.py
This will start all the nodes specified in the launch file, including
goal_and_start
,map
,path
, andviz
.