Add a button that launch the following (not sure if it is possible in cpp w/o the famous system() function):
roslaunch calibration asus_head_vito_calibration.launch
And a button that calls the following service (this can be done in cpp for sure):
rosservice call /calibrate
Add a button that launch the following (not sure if it is possible in cpp w/o the famous
system()
function):roslaunch calibration asus_head_vito_calibration.launch
And a button that calls the following service (this can be done in cpp for sure):
rosservice call /calibrate