// // Created by lgv on 11/7/25. // #pragma once #include "joint_space_planner/include/joint_space_planner_creator.h" namespace cmvr { class JointSpacePlanner { public: JointSpacePlanner(); virtual ~JointSpacePlanner(); }; }