Home
last modified time | relevance | path

Searched refs:has_sled (Results 1 – 2 of 2) sorted by relevance

/dports/science/chrono/chrono-7.0.1/src/chrono_models/robot/robosimian/
H A DRoboSimian.h416 … bool has_sled = false, ///< true if robot has sled body attached to chassis
422 bool has_sled = false, ///< true if robot has sled body attached to chassis
543 void Create(bool has_sled, bool fixed);
H A DRoboSimian.cpp395 RoboSimian::RoboSimian(ChContactMethod contact_method, bool has_sled, bool fixed) in RoboSimian() argument
413 Create(has_sled, fixed); in RoboSimian()
421 RoboSimian::RoboSimian(ChSystem* system, bool has_sled, bool fixed) in RoboSimian() argument
431 Create(has_sled, fixed); in RoboSimian()
480 void RoboSimian::Create(bool has_sled, bool fixed) { in Create() argument
499 if (has_sled) in Create()