Map files used by UT-AMRL projects.
- Clone this repository.
- For ROS1: Add the path to your
~/.bashrcfile for theROS_PACKAGE_PATHenvironment variable:echo "export ROS_PACKAGE_PATH=$(pwd):\$ROS_PACKAGE_PATH" >> ~/.bashrc source ~/.bashrc
- For ROS2: Add the path to your
~/.bashrcfile for theAMENT_PREFIX_PATHenvironment variable:echo "export AMENT_PREFIX_PATH=$(pwd)/install:\$AMENT_PREFIX_PATH" >> ~/.bashrc source ~/.bashrc
- Run
make. This will automatically build and install (for ROS2) or just work directly (for ROS1). No need to runcatkin_*,rosbuild, etc.
Maps are created with the vector_display package.
Racing lines are represented as text files noted with the .racingline extension.
Each line in the text file represents a point on the racing line and some information about the line segment immediately following that point.
The format is as follows:
<node_x> <node_y> <segment_max_speed> <segment_angular_velocity_factor> <segment_acceleration_factor> <segment_deceleration_factor>