Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/francomano/ukf_test
In this project we proposed a tracking control strategy for a tracked mobile robot under longitudinal slip condition. The proposed control strategy is based on the dynamic model of the tracked robot, in which the longitudinal slip of the left and right tracks are described by two unknown parameters.
https://github.com/francomano/ukf_test
autonomous estimation mobile-robots pal-robotics python3 robotics tiago-robot ukf-localization wmr
Last synced: 2 days ago
JSON representation
In this project we proposed a tracking control strategy for a tracked mobile robot under longitudinal slip condition. The proposed control strategy is based on the dynamic model of the tracked robot, in which the longitudinal slip of the left and right tracks are described by two unknown parameters.
- Host: GitHub
- URL: https://github.com/francomano/ukf_test
- Owner: francomano
- Created: 2024-02-26T23:48:25.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-06-18T15:57:52.000Z (7 months ago)
- Last Synced: 2024-11-08T13:35:41.840Z (about 2 months ago)
- Topics: autonomous, estimation, mobile-robots, pal-robotics, python3, robotics, tiago-robot, ukf-localization, wmr
- Language: Jupyter Notebook
- Homepage:
- Size: 13.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A nonlinear feedback control law is proposed to achieve the trajectory-tracking objective, using estimation of the slip parameters.
The unscented Kalman filter (UKF) is introduced to joint estimate the states and the slip parameters.
N.B. The UKF algorithm is built in the *complete_controller.py* file.