https://github.com/projectchrono/chrono
Raw File
Tip revision: 0934da35f94f05e1cc8fa16db7c40eaf212dda12 authored by Radu Serban on 29 November 2021, 15:58:17 UTC
Fix issue where the bushing and external forces load containers for a ChChassisRear were not added to the system
Tip revision: 0934da3
.gitmodules
[submodule "src/chrono_thirdparty/googletest"]
	path = src/chrono_thirdparty/googletest
	url = https://github.com/google/googletest.git
[submodule "src/chrono_thirdparty/googlebenchmark"]
	path = src/chrono_thirdparty/googlebenchmark
	url = https://github.com/google/benchmark.git
[submodule "src/chrono_thirdparty/flatbuffers"]
	path = src/chrono_thirdparty/flatbuffers
	url = https://github.com/google/flatbuffers.git
[submodule "src/chrono_thirdparty/chpf"]
	path = src/chrono_thirdparty/chpf
	url = https://gitlab.com/uwsbel/chpf.git
[submodule "src/chrono_thirdparty/cub"]
	path = src/chrono_thirdparty/cub
	url = https://github.com/NVIDIA/cub.git
back to top