Revision 4b77b008 src/server/motion_generator.cpp

View differences:

src/server/motion_generator.cpp
50 50

  
51 51
//! return all accumulated debug data
52 52
debug_data_t MotionGenerator::get_debug_data() {
53
    return debug_data;
53
    return debug_data_;
54 54
}
55 55

  
56 56
//! store debug data
57 57
void MotionGenerator::store_debug_data(std::string name, float value) {
58
    debug_data[name] = value;
58
    debug_data_[name] = value;
59 59
}
60 60

  
61 61
//! fetch the latest position and velocity and return the timestamp of that dataset

Also available in: Unified diff