- saltybot_social_msgs: 6 msg + 5 srv definitions for social interaction - saltybot_social_enrollment: enrollment_node + enrollment_cli - PersonDB: thread-safe SQLite-backed gallery (embeddings, voice samples) - Voice-triggered enrollment via "remember me my name is X" phrase - CLI: enroll/list/delete/rename via ros2 run - Services: /social/enroll, /social/persons/list|delete|update - Gallery sync from /social/faces/embeddings topic
24 lines
727 B
XML
24 lines
727 B
XML
<?xml version="1.0"?>
|
|
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
|
|
<package format="3">
|
|
<name>saltybot_social_enrollment</name>
|
|
<version>0.1.0</version>
|
|
<description>Person enrollment system for saltybot social interaction</description>
|
|
<maintainer email="seb@vayrette.com">seb</maintainer>
|
|
<license>MIT</license>
|
|
|
|
<buildtool_depend>ament_python</buildtool_depend>
|
|
|
|
<depend>rclpy</depend>
|
|
<depend>sensor_msgs</depend>
|
|
<depend>cv_bridge</depend>
|
|
<depend>std_msgs</depend>
|
|
<depend>saltybot_social_msgs</depend>
|
|
|
|
<exec_depend>python3-numpy</exec_depend>
|
|
|
|
<export>
|
|
<build_type>ament_python</build_type>
|
|
</export>
|
|
</package>
|