camera img

This commit is contained in:
Sem van der Hoeven
2023-05-10 10:34:47 +02:00
parent 021b75dd39
commit e739736477
4 changed files with 3 additions and 3 deletions

View File

@@ -40,9 +40,9 @@ public:
return;
}
if (!multiflex->configureNumberOfSensors(0x1F)) // check if all 6 distance sensors work
if (!multiflex->configureNumberOfSensors(0x7)) // check if all 6 distance sensors work
{
RCLCPP_ERROR(this->get_logger(), "Failed to set the number of sensors to 5!");
RCLCPP_ERROR(this->get_logger(), "Failed to set the number of sensors to 3!");
return;
}

0
thefuck.txt Normal file
View File

BIN
web-cam-shot.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB