nasa / astrobee

NASA Astrobee Robot Software
https://www.nasa.gov/astrobee
Apache License 2.0
1.01k stars 307 forks source link

Update brightness in setFlashlightBrightness example #785

Closed stephanie-eng closed 2 months ago

stephanie-eng commented 2 months ago

Using the executive to update the flashlight brightness requires the brightness be between 0 and 1.

Publishing the current example in the docs results in the command being rejected, as the brightness in the example of 100 is greater than 1.

This change updates the docs example to reflect this.