lily983 / panda_moveit_control

0 stars 0 forks source link

Seperate one file into modules #31

Closed lily983 closed 1 year ago

lily983 commented 1 year ago

Current node panda_grasp_handle_server.cpp does everything for every task. It includes:

The node requires changes for every task and is hard to manage. I want to break it into modules and let each module handle different things. Modules include:

ruansp commented 1 year ago

Good ideas. Can also try this to manage multiple tasks in sequence. We might also add in the revised version of the paper or video if it works well.

lily983 commented 1 year ago

Sure. It looks like a generalized framework.