Camera node to take pictures is done #6

Merged
SemvdH merged 38 commits from camera into main 2023-05-10 12:43:47 +00:00
4 changed files with 3 additions and 3 deletions
Showing only changes of commit e739736477 - Show all commits

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