Skip to content
Snippets Groups Projects
Commit 878492a6 authored by phfriedl's avatar phfriedl
Browse files

small change in status output

parent 6b6ece5f
No related branches found
No related tags found
No related merge requests found
3,cfThree,0/72/2M,0,0,0,1,1,1
3,cfTwo,0/69/2M,0,0,0,1,1,1
5,cfFour,0/99/2M,-1,0,0,0,1,1
......@@ -122,7 +122,7 @@ void viconCallback(const ViconData& viconData) {
if(!success) {
ROS_ERROR("Failed to call custom controller, switching to safe controller");
ROS_ERROR_STREAM("custom controller status: valid: " << customController.isValid() << ", exists: " << customController.exists());
ROS_ERROR_STREAM("custom controller name: valid: " << customController.getService());
ROS_ERROR_STREAM("custom controller name: " << customController.getService());
usingSafeController = true;
} else {
usingSafeController = safetyCheck(global, controllerCall.response.controlOutput);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment