hatfield-c / avl

Repository for the [AVL] Autonomous Vehicle Lab project at UT Dallas
2 stars 7 forks source link

[AVL-59] Fix typo in the indices of the camera accessing example in Device Registry #59

Closed hatfield-c closed 2 years ago

hatfield-c commented 2 years ago

The device registry example given for accessing camera pixels is incorrect, and will result in an off-by-one error if followed example by the students, as it uses the size of the camera pixel array to access to the last element of the array. This is incorrect, and will cause the off-by-one error.

hatfield-c commented 2 years ago

This issue is now complete and will thus be closed.