-
-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d89596d
commit 270e615
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|