This repository was archived by the owner on Aug 7, 2024. It is now read-only.

Description
Hi,
Given that there is already a ros package called people_msgs, and some developers like me may be using that in their ros environment beside your package, it will create a name conflict, causing ros returning the following error during catkin_make:
Multiple packages found with the same name "people_msgs"
I was wondering whether it is possible to change your people_msgs package name to something more specific, like vino_people_msgs in the specific package.xml and CMakeLists.txt files?
Thank you in advance.