ARUSfs / DRIVERLESS

Full pipeline for the ARTD
1 stars 0 forks source link

Replacement of `char` types with `uint8_t` #69

Closed Joroba3 closed 6 months ago

Joroba3 commented 6 months ago

The following line is provided as an example, but the usage of char type should be limited to working with text.

https://github.com/ARUSfs/DRIVERLESS/blob/4e4f6bbdb8d0147956bee8fcfd68986bef04e508/src/car_interface/can_c/src/can_handle.cpp#L390

The correct types should be in general uint8_t whenever as it makes intentionality clearer. :nerd_face:

Joroba3 commented 6 months ago

When marking an issue as closed please do it by adding a comment to the closing message like "Fixed in commit FF8137".