37 #include <wx/statline.h> 45 class RoiManagerFrame;
65 void setRoi(rc_pick_client::RegionOfInterest roi,
bool edit);
92 rc_pick_client::RegionOfInterest
roi_;
93 std::shared_ptr<ros::NodeHandle>
nh_;
100 #endif // NEWROIFRAME_H rc_pick_client::RegionOfInterest roi_
std::shared_ptr< ros::NodeHandle > nh_
wxChoice * pose_frame_box_
ros::ServiceClient client_set_roi_
NewRoiFrame(const wxString &title, RoiManagerFrame *manager, std::string pick_module)
Constructor.
void onCancelButton(wxCommandEvent &)
Event handler for the cancel button.
void setRoi(rc_pick_client::RegionOfInterest roi, bool edit)
sets the member roi_
void onUpdateButton(wxCommandEvent &)
Event handler for the update button.
void onSaveButton(wxCommandEvent &)
Event handler for the save button.
void setFromInteractiveRoi()
Ros service that sets the region of interest from roi in interactive_roi_selection server...
RoiManagerFrame * manager_