File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff 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
8699rosunit 1.15.8 is needed to make the unit tests work. When using ROS ` melodic ` the rosunit package must be updated manually.
You can’t perform that action at this time.
0 commit comments