Home
last modified time | relevance | path

Searched defs:ground_mat (Results 1 – 20 of 20) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/demos/python/robot/
H A Ddemo_ROBOT_Turtlebot_Rigid.py36 ground_mat = chrono.ChMaterialSurfaceNSC() variable
H A Ddemo_ROBOT_Viper_Rigid.py36 ground_mat = chrono.ChMaterialSurfaceNSC() variable
H A Ddemo_ROBOT_Curiosity_Rigid.py36 ground_mat = chrono.ChMaterialSurfaceNSC() variable
/dports/science/chrono/chrono-7.0.1/src/demos/python/irrlicht/
H A Ddemo_IRR_custom_contact.py117 ground_mat = g_mat variable
137 ground_mat = g_mat variable
/dports/science/chrono/chrono-7.0.1/src/demos/robot/curiosity/
H A Ddemo_ROBOT_Curiosity_Rigid.cpp135 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in CreateTerrain() local
/dports/science/chrono/chrono-7.0.1/src/demos/robot/copters/
H A Ddemo_ROBOT_LittleHexy.cpp134 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
/dports/science/chrono/chrono-7.0.1/src/demos/robot/viper/
H A Ddemo_ROBOT_Viper_Rigid.cpp114 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
/dports/science/chrono/chrono-7.0.1/src/demos/irrlicht/
H A Ddemo_IRR_tire.cpp114 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in create_some_falling_items() local
H A Ddemo_IRR_collisionNSC.cpp91 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in AddContainer() local
H A Ddemo_IRR_cohesion.cpp150 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in create_some_falling_items() local
H A Ddemo_IRR_custom_contact.cpp121 std::shared_ptr<ChMaterialSurface> ground_mat; in main() local
H A Ddemo_IRR_mecanum.cpp292 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
H A Ddemo_IRR_collision_object.cpp284 auto ground_mat = ChMaterialSurface::DefaultMaterial(contact_method); in main() local
H A Ddemo_IRR_forklift.cpp444 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
H A Ddemo_IRR_tracks.cpp533 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
H A Ddemo_IRR_suspension.cpp623 auto ground_mat = chrono_types::make_shared<ChMaterialSurfaceNSC>(); in main() local
/dports/science/chrono/chrono-7.0.1/src/demos/multicore/
H A Ddemo_MCORE_mesh_contact.cpp190 std::shared_ptr<ChMaterialSurface> ground_mat; in main() local
H A Ddemo_MCORE_custom_contact.cpp119 std::shared_ptr<ChMaterialSurface> ground_mat; in main() local
H A Ddemo_MCORE_collision_object.cpp301 auto ground_mat = ChMaterialSurface::DefaultMaterial(contact_method); in main() local
/dports/science/chrono/chrono-7.0.1/src/demos/robot/robosimian/sequential/
H A Ddemo_ROBOT_RoboSimian_Rigid.cpp136 auto ground_mat = ChMaterialSurface::DefaultMaterial(sys->GetContactMethod()); in CreateTerrain() local