Skip to content

StefenYin/CanonicalBicycleID

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CanonicalBicycleID

Description

A Python package with functions for identifying unknown coefficients of the two second order equations of the bicycle in mass-spring-damper form:

M * q'' + C * q' + K * q = T + H * F

or the benchmark speed and gravity dependent form [Meijaard2007]:

M * q'' + v * C1 * q' + [g * K0 + v^2 * K2] * q = T + H * F

where

q = [roll angle,

steer angle]

T = [roll torque,

steer torque]

F = [lateral force]

Dependencies

  • setuptools
  • NumPy
  • SciPy
  • BicycleParameters
  • BicycleDataProcessor
  • DynamicistToolKit
  • AutolevToolKit
  • Uncertainties

Data

The data set used for the analyses is available as an HDF5 database and can easily be accessed and manipulated with the BicycleDataProcessor pacakage.

About

System identification of the canonical form of a bicycle's lateral dynamics.

Resources

Stars

Watchers

Forks

Packages

No packages published