Go to the documentation of this file.
15 #ifndef COMMON__MOTION_COMMON__SCRIPTS__AUTOGENERATION_CODE_SNIPPETS__LINEAR_TIRE_SNIPPET_HPP_ // NOLINT
16 #define COMMON__MOTION_COMMON__SCRIPTS__AUTOGENERATION_CODE_SNIPPETS__LINEAR_TIRE_SNIPPET_HPP_ // NOLINT
48 DifferentialEquation
f;
51 f << dot(
x) == ((
u * cos(
yaw)) - (
v * sin(
yaw)));
52 f << dot(
y) == ((
u * sin(
yaw)) + (
v * cos(
yaw)));
59 #endif // COMMON__MOTION_COMMON__SCRIPTS__AUTOGENERATION_CODE_SNIPPETS__LINEAR_TIRE_SNIPPET_HPP_ // NOLINT
OnlineData L_r
Definition: linear_tire.snippet.hpp:34
OnlineData I
Definition: linear_tire.snippet.hpp:36
IntermediateState F_r
Definition: linear_tire.snippet.hpp:46
DifferentialState omega
Definition: linear_tire.snippet.hpp:28
Control jx
Definition: linear_tire.snippet.hpp:31
DifferentialState ax
Definition: linear_tire.snippet.hpp:30
Control delta_dot
Definition: linear_tire.snippet.hpp:31
OnlineData m
Definition: linear_tire.snippet.hpp:36
DifferentialEquation f
Definition: linear_tire.snippet.hpp:48
OnlineData C_r
Definition: linear_tire.snippet.hpp:35
OnlineData C_f
Definition: linear_tire.snippet.hpp:35
DifferentialState u
Definition: linear_tire.snippet.hpp:28
OnlineData L_f
Definition: linear_tire.snippet.hpp:34
DifferentialState yaw
Definition: linear_tire.snippet.hpp:27
DifferentialState y
Definition: linear_tire.snippet.hpp:27
IntermediateState F_f
Definition: linear_tire.snippet.hpp:45
DifferentialState x
Definition: linear_tire.snippet.hpp:27
DifferentialState delta
Definition: linear_tire.snippet.hpp:29
DifferentialState v
Definition: linear_tire.snippet.hpp:28