Skip to content

Commit

Permalink
Fixed use or ROS function in ov_eval, fixes #196
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbattle committed Sep 20, 2021
1 parent efa05d7 commit 83ffb88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ov_eval/src/calc/ResultSimulation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void ResultSimulation::plot_state(bool doplotting, double max_time) {
return;

#ifndef HAVE_PYTHONLIBS
ROS_ERROR("Unable to plot the state error, just returning..");
printf(RED "Unable to plot the state error, just returning..\n" RESET);
return;
#endif
#ifdef HAVE_PYTHONLIBS
Expand Down

0 comments on commit 83ffb88

Please sign in to comment.