dvrk_dynamics_identification icon indicating copy to clipboard operation
dvrk_dynamics_identification copied to clipboard

the error:"RobotDynCode' object has no attribute 'base_num""

Open chouweixin opened this issue 2 months ago • 0 comments

   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 'base_num""

chouweixin avatar Apr 29 '24 08:04 chouweixin