Revision d81c4f8b server/include/MiddlewareROS.h

View differences:

server/include/MiddlewareROS.h
58 58
#ifndef ROS_SUPPORT
59 59
public:
60 60
	MiddlewareROS(Arbiter* a, std::string _base_scope) : Middleware(a, _base_scope) {
61
		printf("> ERROR: hlrc was compiled without ROS middleware support. Please use MiddlewareRSB() instead!\n\n");
61
		printf("> ERROR: hlrc was compiled without ROS middleware support.");
62 62
		exit(EXIT_FAILURE);
63 63
	}
64 64

  

Also available in: Unified diff