You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 member function ‘virtual bool lwr_controllers::CartesianInverseDynamicsController::init(hardware_interface::EffortJointInterface*, ros::NodeHandle&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp:49:5: error: ‘kdl_tree_’ was not declared in this scope
kdl_tree_.getChain(root_name, "lwr_4_link", im_link4_chain_);
^
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp: In member function ‘void lwr_controllers::CartesianInverseDynamicsController::update_fri_inertia_matrix(Eigen::MatrixXd&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp:124:15: error: ‘inertia_matrix_handles_’ was not declared in this scope
fri_B(i,j) = inertia_matrix_handles_[i * n_joints + j].getPosition();
^
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_position_controller.cpp: In member function ‘void lwr_controllers::CartesianPositionController::update_fri_inertia_matrix(Eigen::MatrixXd&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_position_controller.cpp:166:15: error: ‘inertia_matrix_handles_’ was not declared in this scope
fri_B(i,j) = inertia_matrix_handles_[i * n_joints + j].getPosition();
Can you help me to solve this?
The text was updated successfully, but these errors were encountered:
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 member function ‘virtual bool lwr_controllers::CartesianInverseDynamicsController::init(hardware_interface::EffortJointInterface*, ros::NodeHandle&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp:49:5: error: ‘kdl_tree_’ was not declared in this scope
kdl_tree_.getChain(root_name, "lwr_4_link", im_link4_chain_);
^
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp: In member function ‘void lwr_controllers::CartesianInverseDynamicsController::update_fri_inertia_matrix(Eigen::MatrixXd&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_inverse_dynamics_controller.cpp:124:15: error: ‘inertia_matrix_handles_’ was not declared in this scope
fri_B(i,j) = inertia_matrix_handles_[i * n_joints + j].getPosition();
^
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_position_controller.cpp: In member function ‘void lwr_controllers::CartesianPositionController::update_fri_inertia_matrix(Eigen::MatrixXd&)’:
/home/tiboy/catkin_ws3/src/lwr_force_position_controllers/src/cartesian_position_controller.cpp:166:15: error: ‘inertia_matrix_handles_’ was not declared in this scope
fri_B(i,j) = inertia_matrix_handles_[i * n_joints + j].getPosition();
Can you help me to solve this?
The text was updated successfully, but these errors were encountered: