Closed yijiangh closed 7 years ago
Main FrameFab computation container class It will be initiated in the class renderwidget This class is taking up the similar function with FiberPlugIn class, a container class for managing and data interaction between computation class.
It contains:
I think framefab_mpp doesn't need to be a node, it can just act as a plugin on Rviz, with a easy-to-change UI interface (say, the framefab_rviz_panel.cpp file in our code)
Designing main computation class as a node will require information exchange in the form of ros::msg, which makes it hard when a class is needed to be transported (ptr_wireframe from readfile in RenderWidget be transported to FrameFab class for computation).