The device info panel shows the currently recorded parameters of peripherals attached to the robot:
Right now, it displays the raw values received from Runtime. To look a bit nicer, float values should be rounded and padded with zeros to ~4 decimal places.
Ex. raw value 3.001764 -> 3.0018
Raw value 2.01 -> 2.0100
The device info panel shows the currently recorded parameters of peripherals attached to the robot: Right now, it displays the raw values received from Runtime. To look a bit nicer, float values should be rounded and padded with zeros to ~4 decimal places. Ex. raw value 3.001764 -> 3.0018 Raw value 2.01 -> 2.0100
Related files: DeviceInfo.tsx