append-urdf-model-with-another-model.body_inertia = pin.Inertia.FromSphere(body_mass, body_radius) |
Definition at line 35 of file append-urdf-model-with-another-model.py.
int append-urdf-model-with-another-model.body_mass = 1. |
Definition at line 29 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.body_placement = joint_placement.copy() |
Definition at line 36 of file append-urdf-model-with-another-model.py.
int append-urdf-model-with-another-model.body_radius = 1e-2 |
Definition at line 30 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.collision_model1 |
Definition at line 19 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.frame_id_end_effector = model1.getFrameId("tool0") |
Definition at line 58 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.geom1_name = "ball" |
Definition at line 40 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.geom1_obj = pin.GeometryObject(geom1_name, joint_id, shape1, body_placement) |
Definition at line 42 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.geom2_name = "bar" |
Definition at line 46 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.geom2_obj = pin.GeometryObject(geom2_name, joint_id, shape2, shape2_placement) |
Definition at line 51 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.geom_model = pin.GeometryModel() |
Definition at line 25 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.joint_id = model2.addJoint(parent_id, pin.JointModelSpherical(), joint_placement, joint_name) |
Definition at line 33 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.joint_name = "joint_spherical" |
Definition at line 32 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.joint_placement = pin.SE3.Identity() |
Definition at line 28 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.mesh_dir = pinocchio_model_dir |
Definition at line 15 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.meshColor |
Definition at line 43 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model |
Definition at line 59 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model1 |
Definition at line 19 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model2 = pin.Model() |
Definition at line 23 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model_path = join(pinocchio_model_dir, "example-robot-data/robots") |
Definition at line 14 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.name |
Definition at line 24 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.open |
Definition at line 66 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.package_dirs |
Definition at line 20 of file append-urdf-model-with-another-model.py.
int append-urdf-model-with-another-model.parent_id = 0 |
Definition at line 27 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.pinocchio_model_dir = join(dirname(dirname(str(abspath(__file__)))), "models/") |
Definition at line 12 of file append-urdf-model-with-another-model.py.
Definition at line 79 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape1 = fcl.Sphere(body_radius) |
Definition at line 41 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape2 = fcl.Cylinder(body_radius/4., body_placement.translation[2]) |
Definition at line 47 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape2_placement = body_placement.copy() |
Definition at line 48 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.urdf_filename = "ur5_robot.urdf" |
Definition at line 16 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.urdf_model_path = join(join(model_path, "ur_description/urdf/"), urdf_filename) |
Definition at line 17 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model |
Definition at line 59 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model1 |
Definition at line 19 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model2 = geom_model |
Definition at line 55 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.viz = Visualizer(model, visual_model, visual_model) |
Definition at line 63 of file append-urdf-model-with-another-model.py.