From c62444cc0eef1ca41f6481e434a1c634224dd445 Mon Sep 17 00:00:00 2001 From: sl-android Date: Sat, 14 Mar 2026 14:59:41 -0400 Subject: [PATCH] chore: Register mqtt_ros2_bridge entry point and paho-mqtt dep (Issue #601) Co-Authored-By: Claude Sonnet 4.6 --- jetson/ros2_ws/src/saltybot_phone/package.xml | 1 + jetson/ros2_ws/src/saltybot_phone/setup.py | 1 + 2 files changed, 2 insertions(+) diff --git a/jetson/ros2_ws/src/saltybot_phone/package.xml b/jetson/ros2_ws/src/saltybot_phone/package.xml index 7209b56..9f900ce 100644 --- a/jetson/ros2_ws/src/saltybot_phone/package.xml +++ b/jetson/ros2_ws/src/saltybot_phone/package.xml @@ -15,6 +15,7 @@ python3-numpy python3-opencv python3-launch-ros + python3-paho-mqtt ament_copyright ament_flake8 ament_pep257 diff --git a/jetson/ros2_ws/src/saltybot_phone/setup.py b/jetson/ros2_ws/src/saltybot_phone/setup.py index dc3b12f..b96b732 100644 --- a/jetson/ros2_ws/src/saltybot_phone/setup.py +++ b/jetson/ros2_ws/src/saltybot_phone/setup.py @@ -29,6 +29,7 @@ setup( 'openclaw_chat = saltybot_phone.openclaw_chat_node:main', 'phone_bridge = saltybot_phone.ws_bridge:main', 'phone_camera_node = saltybot_phone.phone_camera_node:main', + 'mqtt_ros2_bridge = saltybot_phone.mqtt_ros2_bridge_node:main', ], }, ) \ No newline at end of file