2022-12-30 ROS Bridge Installation

In order to Alarm Watchdog app to connect to ROS controlled drone you need to install ROS package and run it on the drone itself.

 

ROS Package

On ROS node must be installed rosbridge-server package

Instead on noetic use current ROS package rosversion -d name.

 

Need to also install few python3 libraries

 

Then rosbridge web-socket server can be configured in file:

By default it has 9090 port, but it can be changed and also some authorization can be added if needed.

 

Firewall

Before launching service should open firewall to port

 

Then test it, server side using netcat. This is done on Server/ROS node

Client side using telnet (replace IP by server IP) This is done on some other Linux/Mac machine in network

^ if you can send messages over network then ports are ok, if not then some firewall is preventing it

 

Launching service

Best would be to to create permanent linux service, but for more control we advice initially to run rosbridge in linux background screen

 

Then to launch rosbridge service on ROS node:

^This will then start running and you can detach from screen

 

Screens:

Console management:

Send test ROS topic from console