An open API service indexing awesome lists of open source software.

https://github.com/gregwar/booster_crash_minimal_example


https://github.com/gregwar/booster_crash_minimal_example

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Booster K1 crash minimal example

Note: this example sends commands with 2ms sleep. The same problem was observed with larger sleep time but with lower probability.

## Install Booster SDK

Clone the following repository: https://github.com/BoosterRobotics/booster_robotics_sdk/

And run `install.sh` as root

## Compile

Run the following:

```
mkdir build
cd build
cmake ..
make
```

And then run:

```
./main
```

The robot should go to 0 position with a soft kp (10).

## Crash

The crash happens after a while (usually a few minutes). The booster-daemon crashes and the robot

See the [crash video](crash.mp4)