Formula Student Autonomous Systems
The code for the main driverless system
Loading...
Searching...
No Matches
no_slip_bicycle_model.hpp
Go to the documentation of this file.
1#pragma once
2
4
6public:
9
20 Eigen::VectorXd expected_observations(const Eigen::VectorXd& state) const override;
21
28 Eigen::MatrixXd expected_observations_jacobian(const Eigen::VectorXd& state) const override;
29};
Eigen::VectorXd expected_observations(const Eigen::VectorXd &state) const override
Eigen::MatrixXd expected_observations_jacobian(const Eigen::VectorXd &state) const override
calculates the Jacobian of the expected_observations function with respect to the state.
NoSlipBicycleModel(const common_lib::car_parameters::CarParameters &car_parameters)
Base class for velocity estimation observation models.