ADVRHumanoids / CartesianInterface

Package for generic cartesian control of floating base robots. It includes a ROS-based front end, as well as a programmatic API that can be used inside a real-time loop.
GNU General Public License v3.0
20 stars 1 forks source link

Change boost shared_ptr with std #59

Closed graiola closed 3 years ago

graiola commented 3 years ago

As in OpenSoT, use std shared_ptr instead of boost.