#include "bitrl/bitrl_types.h"
#include <chrono/physics/ChSystemNSC.h>
#include <chrono/physics/ChBodyEasy.h>
#include <chrono/functions/ChFunctionConst.h>
#include <chrono/physics/ChLinkMotorRotationSpeed.h>
#include <memory>
Go to the source code of this file.
|
| auto | example_13::build_wheel (std::shared_ptr< chrono::ChContactMaterialNSC > material, const chrono::ChVector3d &pos) |
| |
| auto | example_13::build_motor (std::shared_ptr< chrono::ChBodyEasyCylinder > wheel, std::shared_ptr< chrono::ChFunctionConst > speed_func, std::shared_ptr< chrono::ChBodyEasyBox > chassis, const chrono::ChVector3d &pos) |
| |