26 #include <sol/sol.hpp>
47 friend void to_lua(sol::state_view view, Wheel* ) {
48 sol::usertype<Wheel> usertype_table = view.new_usertype<Wheel>(
"Wheel");
nlohmann::json Json
Definition: fable_fwd.hpp:35
double spring_compression
Compression of the spring in [m].
Definition: wheel.hpp:38
double rotation
Rotational angle of wheel around y-axis in [rad].
Definition: wheel.hpp:32
double velocity
Translative velocity of the wheel in [m/s].
Definition: wheel.hpp:35