swithced debug on

This commit is contained in:
vivek-shankar 2018-07-11 23:51:38 -04:00
parent d3f0299b7e
commit d0fa6d647f
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
namespace rosbzz_node
{
const string roscontroller::CAPTURE_SRV_DEFAULT_NAME = "/image_sender/capture_image";
const bool debug = false;
const bool debug = true;
roscontroller::roscontroller(ros::NodeHandle& n_c, ros::NodeHandle& n_c_priv)
/*