Skip to content

Commit 2d3195e

Browse files
committed
update install instructions
1 parent 89dc0f6 commit 2d3195e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,19 @@ The parameter `actual_port` will be set on startup. This is useful if `port` con
8181
- `client_count` (*std_msgs/Int32*) : Number of clients connected to the server.
8282
- `connected_clients` (rosbridge_msgs/ConnectedClients**) : Information on all the connected clients.
8383

84+
## How to install in ROS noetic
85+
```
86+
sudo apt install python3-catkin-tools # optionnal
87+
sudo apt install qtbase5-dev libqt5websockets5-dev ros-noetic-ros-babel-fish ros-noetic-diagnostic-updater
88+
89+
source /opt/ros/noetic/setup.bash
90+
mkdir -p ws/src
91+
cd ws/src
92+
git clone https://github.com/ixblue/rosbridge_server_cpp.git
93+
git clone https://github.com/1r0b1n0/librosqt.git
94+
catkin build
95+
```
96+
8497
## Tests
8598

8699
rosunit 1.15.8 is needed to make the unit tests work. When using ROS `melodic` the rosunit package must be updated manually.

0 commit comments

Comments
 (0)