Open DimaRU opened 4 months ago
Launch log excerpt [INFO] [launch.user]: Resetting PWM. [INFO] [busybox devmem 0x20320180 32 0x00000000-14]: process started with pid [274] [busybox devmem 0x20320180 32 0x00000000-14] /bin/sh: 1: busybox: not found [ERROR] [busybox devmem 0x20320180 32 0x00000000-14]: process has died [pid 274, exit code 127, cmd 'busybox devmem 0x20320180 32 0x00000000'].
[INFO] [launch.user]: Resetting PWM. [INFO] [busybox devmem 0x20320180 32 0x00000000-14]: process started with pid [274] [busybox devmem 0x20320180 32 0x00000000-14] /bin/sh: 1: busybox: not found [ERROR] [busybox devmem 0x20320180 32 0x00000000-14]: process has died [pid 274, exit code 127, cmd 'busybox devmem 0x20320180 32 0x00000000'].
Code which execute busybox command: https://github.com/luxonis/rae-ros/blob/79e017e74049a414678e10f71a319ccac1bde678/rae_camera/launch/rae_camera.launch.py#L19-L21
busybox
The solution is to install busybox into docker image.
Fixing a bug where PWM isn't reset, leading to jerky RAE movement when camera driver launched.
Code which execute
busybox
command: https://github.com/luxonis/rae-ros/blob/79e017e74049a414678e10f71a319ccac1bde678/rae_camera/launch/rae_camera.launch.py#L19-L21The solution is to install
busybox
into docker image.