What does this error message mean?
I am sure not sure why this is occuring, could some elaborate why i am getting this error message...
/opt/ros/indigo/include/ros/console.h:342: error: no matching function for call to 'print(int, void*&, ros::console::Level&, const char [82], int, const char [60], std::string&)'
::ros::console::print(filter, __rosconsole_define_location__loc.logger_, __rosconsole_define_location__loc.level_, __FILE__, __LINE__, __ROSCONSOLE_FUNCTION__, __VA_ARGS__)
I tried to comment out my code, but can't seem locate where or what it is troubled with? ^
You might want to include your code also.