TFLQW
TFLQW
1:In the file of dmp.py. in the def step() : self.ddy[d] = (self.az[d] * (self.bz[d] * (self.goal[d] - self.y[d]) - self.dy[d] / tau) + f) * tau in the paper...
When i catkin_make the package, i found the error is that in the dmp/include folder i cannot find these two .h files #include "dmp/LearnDMPFromDemo.h" #include "dmp/GetDMPPlan.h"
when I catkin_make the package after I have download the external packages (by the way the package (gravity-compensation, qb-interface-node) were not found). It pull out this problem : /home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp: In...