Skip to content

Commit

Permalink
SITL 4.6 websocket requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
haslinghuis committed Oct 20, 2024
1 parent d89596d commit 270e615
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/development/SITL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,21 @@ Please also check [Vehicle Gateway](https://github.com/osrf/vehicle_gateway)

Run `make TARGET=SITL`

### Betaflight Web App

Starting from Betaflight 4.6 online configurator is required which uses websockets for communication with SITL.

To setup and configure a proxy use the following instructions in a new terminal session:

```
git clone [email protected]:novnc/websockify-other.git
cd websockify-other/c
make
./websockify 127.0.0.1:6761 127.0.0.1:5761
```

Establish a connection using address `ws://127.0.0.1:6761`.

### Settings

To avoid the simulation speed slowing down, it is suggested to set some settings, shown below:
Expand Down

0 comments on commit 270e615

Please sign in to comment.