Hi, I'm trying to get Cassie's dynamics Model. I followed the steps, but I get the following error message ¿What could I be doing wrong?
Error using RobotLinks/findBaseLink (line 30)
Duplicated base links: left_pelvis_abduction and right_pelvis_abduction.
Error in RobotLinks/configure (line 106)
base_dofs(end).Child = findBaseLink(obj,joints);
Error in RobotLinks (line 97)
configure(obj, config, base, load_path, varargin{:});
Error in Cassie (line 55)
obj = obj@RobotLinks(config, base, [], 'removeFixedJoints', true);
Error in model_gen (line 19)
cassie = Cassie(fullfile('urdf','cassie.urdf'));