append-urdf-model-with-another-model.body_inertia = pin.Inertia.FromSphere(body_mass, body_radius) |
Definition at line 37 of file append-urdf-model-with-another-model.py.
float append-urdf-model-with-another-model.body_mass = 1.0 |
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 38 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 18 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 60 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.geom1_name = "ball" |
Definition at line 42 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.geom1_obj = pin.GeometryObject(geom1_name, joint_id, body_placement, shape1) |
Definition at line 44 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.geom2_name = "bar" |
Definition at line 48 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.geom2_obj = pin.GeometryObject(geom2_name, joint_id, shape2_placement, shape2) |
Definition at line 53 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 |
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.
string append-urdf-model-with-another-model.mesh_dir = pinocchio_model_dir |
Definition at line 14 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.meshColor |
Definition at line 45 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model |
Definition at line 61 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.model1 |
Definition at line 18 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.
string append-urdf-model-with-another-model.model_path = pinocchio_model_dir / "example-robot-data/robots" |
Definition at line 13 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 77 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.package_dirs |
Definition at line 19 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.
string append-urdf-model-with-another-model.pinocchio_model_dir = Path(__file__).parent.parent / "models" |
Definition at line 11 of file append-urdf-model-with-another-model.py.
Definition at line 92 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape1 = fcl.Sphere(body_radius) |
Definition at line 43 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape2 = fcl.Cylinder(body_radius / 4.0, body_placement.translation[2]) |
Definition at line 49 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.shape2_placement = body_placement.copy() |
Definition at line 50 of file append-urdf-model-with-another-model.py.
string append-urdf-model-with-another-model.urdf_filename = "ur5_robot.urdf" |
Definition at line 15 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.urdf_model_path = model_path / "ur_description/urdf" / urdf_filename |
Definition at line 16 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model |
Definition at line 61 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model1 |
Definition at line 18 of file append-urdf-model-with-another-model.py.
append-urdf-model-with-another-model.visual_model2 = geom_model |
Definition at line 57 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 76 of file append-urdf-model-with-another-model.py.