chvmp / champ

MIT Cheetah I Implementation
BSD 3-Clause "New" or "Revised" License
1.56k stars 360 forks source link

Updated to std+17 to avoid build errors #146

Closed arsh09 closed 4 months ago

arsh09 commented 4 months ago

This small PR updates the 'add_compile_options' in CMakeLists from +11 to +17 to avoid standard library missing functions errors (is_same_v vs. is_same, std::optional etc.) in ROS Noetic.