https://github.com/projectchrono/chrono

sort by:
Revision Author Date Message Commit Date
b048d0b Merge branch 'release/6.0.0' 11 February 2021, 16:55:44 UTC
4e762ba Fix installation of headers - fix bug where an extraneous level was created - do not install empty directories 11 February 2021, 15:38:33 UTC
b024e5f Remove buggy ChBenchmark utility function 11 February 2021, 12:22:33 UTC
bbdf940 Add Readme file for benchmark and unit tests 11 February 2021, 12:11:47 UTC
e2276af Also install benchmark tests 11 February 2021, 10:33:07 UTC
8d08b00 Fix bugs in CMakeLists for Cascade, OpenGL, and Vehicle modules 11 February 2021, 09:34:05 UTC
6988db0 Modify CMakeLists so that each Chrono module installs third-party headers that it requires 11 February 2021, 09:06:11 UTC
df1f1e6 Disable HDF5 support in Chrono::Gpu - Code does not compile (at least with VS 2019 on Windows) - todo 11 February 2021, 09:05:01 UTC
e5cde2c Fix issues related to building Chrono::Multicore when CUDA is not available 10 February 2021, 10:25:13 UTC
3a9e008 Merge branch 'release/6.0.0' 09 February 2021, 18:02:59 UTC
3fe2c1f Fix description of LMTV class 09 February 2021, 11:23:17 UTC
0b2abc4 Bump Chrono version number to 6.0.0 09 February 2021, 10:52:37 UTC
ecfc7f0 Fix CMakeLists for Synchrono demos 09 February 2021, 10:51:43 UTC
d6cf618 Minor fixes to doxygen documentation 09 February 2021, 10:51:12 UTC
47bb2cf Remove empty new_agents documentation page 09 February 2021, 03:38:02 UTC
a131f1f Temporarily remove SynChrono Fast-DDS support -- Several outstanding bugs made it not ready to include in the release -- See feature/synchrono-dds 09 February 2021, 03:23:03 UTC
cbb66e1 Fix duplicated function from merge 09 February 2021, 02:26:02 UTC
43c6153 Merge branch 'develop' into feature/synchrono 09 February 2021, 02:19:36 UTC
e9a5c07 Fix SynChrono message iteration -- permanent fix will use a queue instead 09 February 2021, 02:17:55 UTC
7146ef4 Better DDS memory cleanup (works with 1 node) -- Call various delete_<obj> methods to match create_<obj> in ~SynDDSCommunicator -- Still see a segfault with more than 1 node 08 February 2021, 21:13:17 UTC
b72f352 Fix linking Synchrono demos when FastDDS is enabled 08 February 2021, 17:57:19 UTC
2520eee update Chrono::Sensor reference manual 08 February 2021, 16:57:25 UTC
62c7c77 Change signature of gpu::ParseJSON and modify Chrono::Gpu demos to look for JSON files in data/ directory 08 February 2021, 13:42:19 UTC
4b12aa8 Fix type of function argument 08 February 2021, 13:41:17 UTC
8ee2268 Fix SCM terrain wrapper function 08 February 2021, 09:08:07 UTC
7017119 Add SynChrono doc images, remove FlatBuffers page 07 February 2021, 19:33:23 UTC
0a9e0a1 Fix and clean up input data files and creation of output files from Chrono::Gpu demos 07 February 2021, 12:46:04 UTC
e8446fe Change location of swig-generated files for Chrono::Python 07 February 2021, 12:27:58 UTC
dff62b4 Comment out creation of debug output file in demo 07 February 2021, 12:27:27 UTC
3b25902 Add note about new Chrono::Csharp module in change log 07 February 2021, 12:26:36 UTC
cda68a7 Merge branch 'feature/csharp' into develop 07 February 2021, 11:23:12 UTC
27a3ae1 Enable the Chrono::Csharp module in CI builds 07 February 2021, 10:02:17 UTC
828d49f Add documentation for the Chrono::Csharp module 07 February 2021, 09:58:49 UTC
cb33ab6 Add commands to install Chrono::Csharp output files 07 February 2021, 09:58:20 UTC
56e6fdb Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 07 February 2021, 07:13:31 UTC
bbad1e0 Modify setting of parameters for FSI module 07 February 2021, 07:12:31 UTC
70774ab Change to save SPH boundary particles only at the initial moment 07 February 2021, 07:03:06 UTC
e707800 Disable calculation of L matrix for granular dynamics in FSI 07 February 2021, 06:57:34 UTC
4d073e1 Merge branch 'develop' into feature/synchrono -- Latest and greatest 07 February 2021, 00:59:45 UTC
b2ffc39 MPI graceful exit functionality + message types -- Tag each SynMessage with the flatbuffer message type -- Leverage SynSimulationMessages to communicate a "quit message" when simulation is exited through Irrlicht -- Quit messages only work for MPI, not DDS yet -- Clean-up un-implemented message types (SynSensorMessage) -- Fix Wreorder warning in SynMessage.h 06 February 2021, 21:38:04 UTC
7592928 Fix void pointer delete, DDS lib export 06 February 2021, 21:38:04 UTC
51f3e50 Fixes to swig C# interface files 06 February 2021, 16:35:11 UTC
a66b489 Merge branch 'develop' into feature/csharp 06 February 2021, 16:34:22 UTC
3b2b14d Use std::abs in templated ChQuaternion and ChVector classes 06 February 2021, 16:32:08 UTC
3da4108 Clean-up ADMM solver files 06 February 2021, 16:31:26 UTC
21ba269 Fix more compile warnings in Chrono::Sensor demos and tests 06 February 2021, 16:30:48 UTC
8186883 Update C# interface files to reflect Chrono changes 06 February 2021, 09:59:52 UTC
d19344a Merge branch 'develop' into feature/csharp 06 February 2021, 09:07:16 UTC
0f09ca4 Fix bugs in installing Chrono (modules FSI, Python, and Sensor) 05 February 2021, 17:53:18 UTC
a523ce9 Add missing override in the custom powertrain model for the generic vehicle 05 February 2021, 17:52:24 UTC
8d398d8 Merge branch 'feature/tracked' into develop 05 February 2021, 15:57:48 UTC
adffc6d Fix output location for M113 demo 05 February 2021, 13:05:54 UTC
907e96f First implementation of an M113 SimpleMapPowertrain (WIP) 05 February 2021, 13:00:20 UTC
9c38569 Change JSON key names for SimpleMapPowertrain 05 February 2021, 12:59:40 UTC
59da83b Minor fix to visualization of double wishbone springs 05 February 2021, 12:40:37 UTC
d93e5bf Simple CVT powertrain for Marder 05 February 2021, 12:22:12 UTC
4c11ac4 Modify ChSimpleCVTPowertrain template: - add template parameter for maximum engine speed (limit beyond which torque is set to 0) - remove template parameter for critical engine speed (this is always calculated as max power / max torque) 05 February 2021, 11:29:52 UTC
8cad477 Replace the M113 "simple powertrain" with a "simple CVT powertrain" model 05 February 2021, 10:20:40 UTC
174d3f0 Adjust torque map for shafts-based M113 engine 05 February 2021, 09:10:27 UTC
4283c1c Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 05 February 2021, 08:25:42 UTC
983a6f8 Remove old demo, cleaner Flatbuffers dir 05 February 2021, 03:51:41 UTC
016f99a Update SynChrono tutorial & state manual sections 05 February 2021, 03:14:38 UTC
c08099d Update change log 04 February 2021, 22:11:35 UTC
1afdb69 Merge branch 'develop' into feature/tracked 04 February 2021, 22:02:39 UTC
aafb1b6 Merge branch 'develop' into feature/csharp 04 February 2021, 21:54:00 UTC
f6275dd Merge branch 'develop' of https://github.com/projectchrono/chrono into develop 04 February 2021, 21:45:04 UTC
42d67ab Merge branch 'feature/robot_models' of https://github.com/projectchrono/chrono into develop 04 February 2021, 21:44:40 UTC
b4a30d6 Merge branch 'develop' into feature/synchrono Latest from develop branch 04 February 2021, 19:19:32 UTC
d2420f5 Modify regex for installation of HACD inline files 04 February 2021, 19:17:36 UTC
100164c Fixed typo in Viper steering update function 04 February 2021, 18:45:57 UTC
6a2c0cb First round of cleaning up the Viper model 04 February 2021, 13:55:01 UTC
8f81df5 Clean up and fix some compiler warnings 04 February 2021, 11:36:23 UTC
bfb3964 Fix compile warnings 04 February 2021, 10:35:13 UTC
f44b1f6 Fix FSI compile warnings 04 February 2021, 05:30:29 UTC
c2608b1 Added Viper steering control option 03 February 2021, 22:17:52 UTC
c65ea64 Merge branch 'feature/tracked' of https://github.com/projectchrono/chrono into feature/tracked 02 February 2021, 15:15:15 UTC
44f9275 Changes to the Marder model Track width, and tensioner data adhusted. New sprocket with 12 teeth and track pitch 0.17m. Primitive hull adjusted. Mesh hull representation added. 02 February 2021, 15:00:07 UTC
3b98a29 Remove references to SCM adaptive refinement -- Since the summer 2020 re-write there is no more adaptive refinement -- Fix typos in the file as well while we're there 02 February 2021, 03:38:27 UTC
c10f779 SynChrono-SCM documentation update -- Added first draft of terrain synchronization page -- Updated links and TOCs on other SynChrono manual pages 02 February 2021, 03:13:00 UTC
77d1579 Merge branch 'develop' of github.com:projectchrono/chrono into feature/synchrono 02 February 2021, 02:41:48 UTC
6bbae2b Add utility function to calculate instantaneous sprocket resistive torque 01 February 2021, 19:21:38 UTC
284baf6 Adjust Marder parameters: contact material stiffness, track shoe pitch, initial idler position 01 February 2021, 08:44:40 UTC
c0048c9 Fix generation of visualization profile for single-pin sprocket to match assumptions in assembly and collision detection. - It is assumed that the sprocket is such that a tooth gap is at the bottom in the design configuration - The previous profile generation created a gear profile with a tooth gap at the top - This fixes visualization of sprockets with odd number of gears 31 January 2021, 14:55:41 UTC
3cebd82 Adjust coefficient of friction for Marder wheels and rollers 31 January 2021, 11:01:25 UTC
dc87bff Add utility function to programatically generate a sprocket visualization mesh 31 January 2021, 11:00:34 UTC
55c9a5a Merge remote-tracking branch 'origin/feature/gpu' into develop 30 January 2021, 18:38:58 UTC
a4523e5 Update vehicle models in C# interface 30 January 2021, 13:12:08 UTC
705dace Merge branch 'develop' into feature/csharp 30 January 2021, 11:17:26 UTC
4d66821 Update Marder demo to reflect relocated texture file 30 January 2021, 10:17:51 UTC
ba17218 Remove differential ratio settings from FED-alpha model 30 January 2021, 10:15:29 UTC
832fb14 Merge branch 'develop' into feature/tracked 30 January 2021, 10:05:42 UTC
624b1e7 Fix compiler warning 30 January 2021, 09:54:35 UTC
4d6ceec Reorganize texture data files 30 January 2021, 09:54:18 UTC
fac89e5 Basic Marder Vehicle Working model of the german Marder (Marten) infantry fighting vehicle. Most parameters have been estimated form publically available sources or have been calculated via methods found in literature. To do: track width should be 0.435m, double pin track, powertrain 30 January 2021, 09:52:02 UTC
6c09271 Reorganize 3d model data files 30 January 2021, 09:21:06 UTC
9631ea0 Relocate Adams joint test model data files 30 January 2021, 08:03:20 UTC
1fa842b Remove unused data files 30 January 2021, 08:00:39 UTC
dccfbea Relocated data files for robot models 30 January 2021, 07:55:02 UTC
797c60c Remove unused data files 30 January 2021, 07:41:26 UTC
c41dd38 Merge branch 'feature/robot_models' into develop 30 January 2021, 07:35:30 UTC
back to top