moveit_ros
moveit_ros copied to clipboard
Cleaned up locks and callbacks in perception so OcTree subclass is not needed
I moved the map mutex and update callback to the map monitor so that a subclass of OcTree is not needed. I also updated perception to use the RAII style locks.