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:
parent
dd13569413
commit
c62444cc0e
@ -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>
|
||||||
|
|||||||
@ -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',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user