doosan-robotics / doosan-robot2

ROS 2 for Doosan Robot
BSD 3-Clause "New" or "Revised" License
69 stars 46 forks source link

Root link #46

Closed ghost closed 6 months ago

ghost commented 6 months ago

"Hi, I'm trying to calculate the bias force of the h2515.blue robot. I've taken the URDF model, but when I try to calculate it, the software asks me to input the root link. However, I don't understand what the root link is. I've tried to write 'base', but it doesn't work. So, I'm not sure if it requires an array of links or just the root. Can someone please help me? Thank you very much

Dorianproject commented 6 months ago

Maybe try "base_0" or "world" since the trajectory goes like world --> base_0 ...

ghost commented 6 months ago

my urdf file start with <?xml version="1.0" ?>

ghost commented 6 months ago

my urdf file start with <?xml version="1.0"?>

ghost commented 6 months ago
Screenshot 2024-03-22 alle 12 26 56
Dorianproject commented 6 months ago

Look into the xacro folder. There should be a general file for your robot : " h2515.urdf.xacro" and a specific file called: " macro.h2515.blue.xacro " there you can see where your trajectory really starts and where it ends. If you want to implement 3D files or change something do it there. I tryed with the URDF but it didnt effect my robot. Xacro worked for me

ghost commented 6 months ago

the file h2515.urdf.xacro contains ![Uploading Screenshot 2024-03-22 alle 12.49.36.png…]()

ghost commented 6 months ago

the file macro.h2515.blue.urdf

Screenshot 2024-03-22 alle 12 53 14
Dorianproject commented 6 months ago

Yes so its like i said the root should be world or base_0

ghost commented 6 months ago

but if I use base_0 it doesn't find

Screenshot 2024-03-22 alle 13 28 02