dvrk_dynamics_identification
dvrk_dynamics_identification copied to clipboard
Dynamic model identification of the DVRK
using the psm_fontanelli notebook, I tried to generate an optimal trajectory while setting the joint constraints for joint 1 with a "psm_simplified" model: ``` from numpy import deg2rad optimal_trajectory_folder =...
File "trajectory_optimization/traj_optimizer.py", line 74, in _prepare_opt self.H = np.zeros((self._dyn.dof * sample_num, self._dyn.base_num)) self.H = np.zeros((self._dyn.dof * sample_num, self._dyn.base_num)) self.H_norm = np.zeros((self._dyn.dof * sample_num, self._dyn.base_num)) the error:"RobotDynCode' object has no attribute...