Project Chrono
   HOME

TheInfoList



OR:

Project Chrono is a
physics engine A physics engine is computer software that provides an approximate simulation of certain physical systems, such as rigid body dynamics (including collision detection), soft body dynamics, and fluid dynamics, of use in the domains of computer gr ...
developed by
University of Wisconsin-Madison A university () is an institution of higher (or tertiary) education and research which awards academic degrees in several academic disciplines. Universities typically offer both undergraduate and postgraduate programs. In the United States, the ...
and
University of Parma The University of Parma ( it, Università degli Studi di Parma, UNIPR) is a public university in Parma, Emilia-Romagna, Italy. It is organised in nine departments. As of 2016 the University of Parma has about 26,000 students. History During the ...
and members of its open source community. It supports simulating rigid and
soft body dynamics Soft-body dynamics is a field of computer graphics that focuses on visually realistic physical simulations of the motion and properties of deformable objects (or ''soft bodies''). The applications are mostly in video games and films. Unlike in sim ...
,
collision detection Collision detection is the computational problem of detecting the intersection (Euclidean geometry), intersection of two or more objects. Collision detection is a classic issue of computational geometry and has applications in various computing ...
,
vehicle dynamics For motorized vehicles, such as automobiles, aircraft, and watercraft, vehicle dynamics is the study of vehicle motion, e.g., how a vehicle's forward movement changes in response to driver inputs, propulsion system outputs, ambient conditions, air ...
, fluid-solid interaction,
deformable terrain In video games, the term destructible environment, or deformable terrain, refers to an environment within a game which can be wholly or partially destroyed by the player. It may refer to any part of the environment, including terrain, buildings an ...
, and granular dynamics, among other
physical systems A physical system is a collection of physical objects. In physics, it is a portion of the physical universe chosen for analysis. Everything outside the system is known as the environment. The environment is ignored except for its effects on the ...
. The latest developments are in the area of
sensor simulation A sensor is a device that produces an output signal for the purpose of sensing a physical phenomenon. In the broadest definition, a sensor is a device, module, machine, or subsystem that detects events or changes in its environment and sends ...
, robotics simulation, human-autonomous agent interaction (real-time simulation), and autonomous vehicle simulation, where the emphasis is on off-road scenarios. Parts of the code run on the GPU, multi-core CPUs, and distributed memory architectures via MPI. It is used at tens of universities, in industry, and federal research labs.


History

Project Chrono was initially developed for use as a
multibody Multibody system is the study of the dynamic behavior of interconnected rigid or flexible bodies, each of which may undergo large translational and rotational displacements. Introduction The systematic treatment of the dynamic behavior of inte ...
simulation tool for robotics and
biomechanics Biomechanics is the study of the structure, function and motion of the mechanical aspects of biological systems, at any level from whole organisms to organs, cells and cell organelles, using the methods of mechanics. Biomechanics is a branch of ...
applications by
Alessandro Tasora Alessandro is both a given name and a surname, the Italian form of the name Alexander. Notable people with the name include: People with the given name Alessandro * Alessandro Allori (1535–1607), Italian portrait painter * Alessandro Baricco ...
while a student at the
Polytechnic University of Milan The Polytechnic University of Milan () is the largest technical university in Italy, with about 42,000 students. The university offers undergraduate, graduate and higher education courses in engineering, architecture and design. Founded in 186 ...
. This became a joint University of Wisconsin-University of Parma project as of 2008. The project was released under a
BSD License BSD licenses are a family of permissive free software licenses, imposing minimal restrictions on the use and distribution of covered software. This is in contrast to copyleft licenses, which have share-alike requirements. The original BSD lic ...
in 2013. In 2014 the
United States Army The United States Army (USA) is the land service branch of the United States Armed Forces. It is one of the eight U.S. uniformed services, and is designated as the Army of the United States in the U.S. Constitution.Article II, section 2, cla ...
invested to fund the library's development over a two-year period. The project is under active development, current project sponsors include the US Army Research Office, National Science Foundation, Department of Defense, and Department of Transportation. Project Chrono is used by the US Army for simulating wheeled and tracked vehicles, and used for a NASA-sponsored project for the 2023 lunar mission of the VIPER rover.


References


External links

* * * {{DEFAULTSORT:Project Chrono (Software) Computer physics engines Software using the BSD license