ROS Message definitions used by UT-AMRL projects.
- Clone this repository.
- Add it to your
ROS_PACKAGE_PATH
environment variable:(Optional, reccomended) Add this to yourexport ROS_PACKAGE_PATH=`pwd`:$ROS_PACKAGE_PATH
.bashrc
If you are using ROS2, you can add the following to your.bashrc
:export AMENT_PREFIX_PATH=`pwd`:$AMENT_PREFIX_PATH
- Run
make
and then runmake install
. No need to runcatkin_*
,rosbuild
,rosbuild
, etc. - To use the messages from your own project, add
amrl_msgs
as a ros dependency to your project'smanifest.xml
orpackage.xml
.