ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Solved!, it was some issue with the GCC compiler... If you edit the /rgbdslam_freiburg/rgbdslam/src/openni_listener.h file changing from "signalMessage(...)" to "this->signalMessage(...)" it will compile without error.
2 | No.2 Revision |
Solved!,
it was some issue with the GCC compiler...
compiler...
If you edit the /rgbdslam_freiburg/rgbdslam/src/openni_listener.h file changing from "signalMessage(...)" to "this->signalMessage(...)" it will compile without error.