You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -23,21 +24,26 @@ The *mqtt_client* package provides a ROS nodelet or ROS 2 node that enables conn
23
24
24
25
## Installation
25
26
26
-
The *mqtt_client* package is released as an official ROS Noetic package and can easily be installed via a package manager.
27
+
The *mqtt_client* package is released as an official ROS / ROS 2 package and can easily be installed via a package manager.
27
28
28
29
```bash
29
-
# ROS 1
30
-
sudo apt install ros-noetic-mqtt-client
31
-
32
-
# ROS 2
33
-
sudo apt install ros-humble-mqtt-client
30
+
sudo apt update
31
+
sudo apt install ros-$ROS_DISTRO-mqtt-client
34
32
```
35
33
36
34
If you would like to install *mqtt_client* from source, simply clone this repository into your ROS workspace. All dependencies that are listed in the ROS [`package.xml`](package.xml) can be installed using [*rosdep*](http://wiki.ros.org/rosdep).
0 commit comments