softkinetic_dummy.cpp
Go to the documentation of this file.
00001 #include <ros/ros.h>
00002 
00003 int main(int argc, char* argv[])
00004 {
00005   // Initialize ROS
00006   ros::init(argc, argv, "softkinetic_bringup_node");
00007   ros::NodeHandle nh;
00008 
00009   ros::Rate r(0.1);
00010   while(ros::ok())
00011   {
00012     ROS_ERROR(
00013       "\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
00014       "\n++++++++++++ Could not locate the DepthSense SDK +++++++++++"
00015       "\nPlease install the SDK, create an softkinectic overlay"
00016       "\nand recompile the softkinetic_camera package, see README.txt."
00017       "\n++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++");
00018 
00019     r.sleep();
00020   }
00021   return 0;
00022 }


softkinetic_camera
Author(s): Felipe Garcia Lopez
autogenerated on Sat Jun 8 2019 20:37:31