Skip to content

Commit

Permalink
Mqtt bridge (#113)
Browse files Browse the repository at this point in the history
* Mqtt bridge

* Update vinca_linux_64.yaml

* Create ros-noetic-mqtt-bridge.patch
  • Loading branch information
Tobias-Fischer authored Apr 19, 2021
1 parent 0ad74f1 commit 6505517
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda-forge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -720,3 +720,5 @@ libxxf86vm:
conda-forge: [REQUIRE_OPENGL]
python3-grpc-tools:
conda-forge: [grpcio-tools]
mosquitto:
conda-forge: [paho-mqtt]
10 changes: 10 additions & 0 deletions patch/ros-noetic-mqtt-bridge.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5542308..73ff08d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -18,5 +18,3 @@ install(DIRECTORY launch
install(DIRECTORY config
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
-
-add_custom_target(install_depends ALL COMMAND "pip3" "install" "--user" "-r" "${PROJECT_SOURCE_DIR}/requirements.txt")
1 change: 1 addition & 0 deletions vinca_linux_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ packages_select_by_deps:
##
# TODO Linux
##
- mqtt_bridge
# - rtabmap
# - mapviz_plugins
# - swri_image_util
Expand Down

0 comments on commit 6505517

Please sign in to comment.