dvrk_dynamics_identification icon indicating copy to clipboard operation
dvrk_dynamics_identification copied to clipboard

Dynamic model identification of the DVRK

Results 2 dvrk_dynamics_identification issues
Sort by recently updated
recently updated
newest added

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...