ktopolov / autonomous

Autonomous driving algorithm development and simulation with ROS
1 stars 0 forks source link

Read Config JSON for Lane Line Detection C++ #41

Open ktopolov opened 2 years ago

ktopolov commented 2 years ago

As a developer, I would like the lane line detection in C++ to read from the same config file that the Python version does such that we ensure their results match when the config is changed.

AC: