|
bitrl & cuberl Documentation
Simulation engine for reinforcement learning agents
|
Example BitRL Example 11 Create a rigid body in Chrono discussed ChBody. Specifically, how to create a ChBodyEasyBox. Understanding rigid bodies is fundamental to robotics. In this example we will discuss ChSystem. This is the cornerstone of a Chrono simulation. Most information in this example can be found in the official doumentation here: Simulation system. A ChSystem is an abstract class. The Chrono library provides the following subclasses:
Note that if there are no contacts or collisions in your system, it is indifferent to use ChSystemNSC or ChSystemSMC. In this example we will create and simulate a differential drive system using Chrono