Messages out of lka include lanes, margins, steering, request
It is unclear what the /request topic is for.
Why was steering message commented out on line 122 rather than publishing steering automatically.
Line 116 of LKA produces a new publisher inside a loop. This can lead to problems. It should only happen at the beginning of the program.
All publishers and subscribers need to be documented to clarify how the topics should be used to facilitate future integration.
Possible issue with the names of some topics: obstacle avoid and stop sign detection both publish as LKA - possibility for confusion here.
Messages out of lka include lanes, margins, steering, request It is unclear what the /request topic is for. Why was steering message commented out on line 122 rather than publishing steering automatically.
Line 116 of LKA produces a new publisher inside a loop. This can lead to problems. It should only happen at the beginning of the program.
All publishers and subscribers need to be documented to clarify how the topics should be used to facilitate future integration.
Possible issue with the names of some topics: obstacle avoid and stop sign detection both publish as LKA - possibility for confusion here.