Simple-Robotics / proxsuite

The Advanced Proximal Optimization Toolbox
BSD 2-Clause "Simplified" License
414 stars 50 forks source link

Specify timings in us, fix cereal, extend doc #342

Closed fabinsch closed 3 months ago

fabinsch commented 4 months ago

After #341, this PR aims at specifying the unit of our timings more clearly.

While preparing and testing this PR, I found issues with cereal on my system. As it is a head-only library, I fixed the problem by changing from target_link_libraries to target_include_directories.

After quick discussion with @Bambade, we added a hint for conda installations from source in the doc.