A ROS2 metapackage that has necessary packages for AutoRace 2023 challenge.
-
robot_description- holds the SDF description of the simulated robot, including sensors. -
referee_console- holds a referee node that is required for participants to run. -
robot_bringup- holds launch files, worlds and multiple configurations that serve as an example and as a required system for AutoRace to work.
-
Install dependencies
cd ~/template_ws # your workspace folder rosdep install --from-paths src --ignore-src -r -i -y --rosdistro humble
-
Build the project
colcon build
-
Source the workspace
. ~/template_ws/install/setup.bash
-
Launch the simulation
ros2 launch robot_bringup autorace_2023.launch.py
-
Run your own launch file that controls the robot
ros2 launch <your_package> <your_launch>
-
Run the referee
ros2 run referee_console mission_autorace_2023_referee
Good luck!
