Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
vehicle_dynamics_node.integrator_node Namespace Reference

Classes

class  Integrator
 

Functions

 get_key (input_stream, settings, timeout)
 
 rotation_matrix_from_euler (roll, pitch, yaw)
 
 mat_transpose (matrix)
 
 mat_mul (left, right)
 
 mat_vec_mul (matrix, vector)
 
 gravity_from_euler (roll, pitch, gravity)
 
 main (args=None)
 

Function Documentation

◆ get_key()

vehicle_dynamics_node.integrator_node.get_key (   input_stream,
  settings,
  timeout 
)

Definition at line 13 of file integrator_node.py.

Here is the caller graph for this function:

◆ gravity_from_euler()

vehicle_dynamics_node.integrator_node.gravity_from_euler (   roll,
  pitch,
  gravity 
)

Definition at line 90 of file integrator_node.py.

Here is the caller graph for this function:

◆ main()

vehicle_dynamics_node.integrator_node.main (   args = None)

Definition at line 316 of file integrator_node.py.

Here is the call graph for this function:

◆ mat_mul()

vehicle_dynamics_node.integrator_node.mat_mul (   left,
  right 
)

Definition at line 44 of file integrator_node.py.

Here is the caller graph for this function:

◆ mat_transpose()

vehicle_dynamics_node.integrator_node.mat_transpose (   matrix)

Definition at line 36 of file integrator_node.py.

Here is the caller graph for this function:

◆ mat_vec_mul()

vehicle_dynamics_node.integrator_node.mat_vec_mul (   matrix,
  vector 
)

Definition at line 82 of file integrator_node.py.

Here is the caller graph for this function:

◆ rotation_matrix_from_euler()

vehicle_dynamics_node.integrator_node.rotation_matrix_from_euler (   roll,
  pitch,
  yaw 
)

Definition at line 21 of file integrator_node.py.

Here is the caller graph for this function: