chore: Register mqtt_ros2_bridge entry point and paho-mqtt dep (Issue #601)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
sl-android 2026-03-14 14:59:41 -04:00
parent dd13569413
commit c62444cc0e
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@
<exec_depend>python3-numpy</exec_depend> <exec_depend>python3-numpy</exec_depend>
<exec_depend>python3-opencv</exec_depend> <exec_depend>python3-opencv</exec_depend>
<exec_depend>python3-launch-ros</exec_depend> <exec_depend>python3-launch-ros</exec_depend>
<exec_depend>python3-paho-mqtt</exec_depend>
<test_depend>ament_copyright</test_depend> <test_depend>ament_copyright</test_depend>
<test_depend>ament_flake8</test_depend> <test_depend>ament_flake8</test_depend>
<test_depend>ament_pep257</test_depend> <test_depend>ament_pep257</test_depend>

View File

@ -29,6 +29,7 @@ setup(
'openclaw_chat = saltybot_phone.openclaw_chat_node:main', 'openclaw_chat = saltybot_phone.openclaw_chat_node:main',
'phone_bridge = saltybot_phone.ws_bridge:main', 'phone_bridge = saltybot_phone.ws_bridge:main',
'phone_camera_node = saltybot_phone.phone_camera_node:main', 'phone_camera_node = saltybot_phone.phone_camera_node:main',
'mqtt_ros2_bridge = saltybot_phone.mqtt_ros2_bridge_node:main',
], ],
}, },
) )