CppRobotics
CppRobotics copied to clipboard
Header-only C++ library for robotics, control, and path planning algorithms. Work in progress, contributions are welcome!
Results
3
CppRobotics issues
Sort by
recently updated
recently updated
newest added
Hi, This is my first time attempting to contribute to an open source project, so my apologies for my lack of experience. What I attempting to do is to add...
A Curiously Recurring Template Pattern (CRTP) would probably be a better design choice instead of classic inheritance that makes use of virtual functions. Advantage in the case of, e.g. `LinearSystem`...
enhancement