simulation.src.gazebo_simulation.src.car_model.car_specs module¶
Reference¶
-
class
CarSpecs(wheelbase: float, track: float, vehicle_width: float, distance_cog_front: float, distance_cog_rear: float, cog_height: float, moment_of_inertia: float, tire_stiffness_front: float, tire_stiffness_rear: float, mass: float, tire_radius: float, distance_to_front_bumper: float, distance_to_rear_bumper: float, max_steering_angle_front_left: float, max_steering_angle_front_right: float, max_steering_angle_back_left: float, max_steering_angle_back_right: float, tire_mass: float = 0.5)[source]¶ Bases:
simulation.utils.basics.init_options.InitOptions,simulation.utils.basics.save_options.SaveOptions-
wheelbase: float¶
-
track: float¶
-
vehicle_width: float¶
-
distance_cog_front: float¶
-
distance_cog_rear: float¶
-
cog_height: float¶
-
moment_of_inertia: float¶
-
tire_stiffness_front: float¶
-
tire_stiffness_rear: float¶
-
mass: float¶
-
tire_radius: float¶
-
distance_to_front_bumper: float¶
-
distance_to_rear_bumper: float¶
-
max_steering_angle_front_left: float¶
-
max_steering_angle_front_right: float¶
-
max_steering_angle_back_left: float¶
-
max_steering_angle_back_right: float¶
-
tire_mass: float = 0.5¶
-
property
body_height¶
-
property
tire_width¶
-
property
steering_limit_rear¶
-
property
steering_limit_front¶
-
property
tire_dynamics¶
-