DrStS / EVAA

EVAA: Efficient Vehicle dynAmics simulAtor
GNU General Public License v3.0
4 stars 0 forks source link

Port 3D MBD model (vehicle) to C++ #6

Closed DrStS closed 4 years ago

khatrishubham88 commented 4 years ago

@teo2605 @le-raffael @S14P Do you think using closure would be a good idea instead of a class for compute_f function, we can use it in the way we did in the matlab function. Following is an article on closure: https://www.cprogramming.com/c++11/c++11-lambda-closures.html https://en.cppreference.com/w/cpp/language/lambda

khatrishubham88 commented 4 years ago

Implemented MBD_method.h # 5063375