How to set up People so that catkin_create_pkg can get the email address for -m and -a
When a package is generated using catkin_create_package -m "John Doe" -a "John Doe"
, the package.xml
that is generated contains <author>
and <maintainer>
tags with @todo.todo
email addresses. Is there some config file somewhere that needs to be modified or an environment variable set or some usermod
/groupadd
step that needs to be run?