You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a custom robot, you only need to change the `name`, `urdf`, `srdf`, and `end_effector` fields.
77
+
For a custom robot, you only need to change the `name`, `urdf`, `srdf`, and `end_effectors` fields.
78
78
Some notes:
79
79
- If your robot does not have an SRDF, then the script will attempt to guess the self-collisions of the robot by randomly sampling one million configurations and seeing what is always in collision and what never collides. However, this is unreliable and probably should just be done by hand.
80
80
- If you do not provide an end-effector, the last frame in the robot will be used. For serial link manipulators, this is probably the tool frame, but you should set this yourself.
@@ -130,7 +130,7 @@ In addition to the specified input fields from the configuration file, the scrip
130
130
-`bound_lower`: lower bound of joint ranges.
131
131
-`bound_range`: range between lower and upper bound of joint ranges.
132
132
-`measure`: total measure of robot joint space.
133
-
-`end_effector_index`: frame index of end-effector.
133
+
-`end_effector_indexes`: frame index of end-effector.
134
134
-`min_radius`: minimum sphere radius on robot.
135
135
-`max_radius`: maximum sphere radius on robot.
136
136
-`joint_names`: name of joint corresponding to each DoF.
0 commit comments