logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Isaac TorresData mining
(4/5)

531 Answers

Hire Me
expert
Jayden StewarttHistory
(4/5)

718 Answers

Hire Me
expert
Rech ElleMathematics
(5/5)

722 Answers

Hire Me
expert
Vishal SindhwalComputer science
(5/5)

989 Answers

Hire Me
MATLAB
(5/5)

data is already parsed. You are authorized to modify the for loops within KalmanFilt

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

3 Kalman Filter In this project, you will use the Extended Kalman Filter (EKF) as presented during lecture 7 to estimated the position, velocity, and orientation, and sensor biases of an Micro Aerial Vehicle. To simplify the overall process, we have already made a skeleton code that is able to synchronize the data that you need to use. The Vicon velocity is given in the world frame, whereas the angular rate in the body frame of the robot. You will use the body frame acceleration and angular velocity from the on board IMU as your inputs. You will have to present two filter versions. For this reason the project has been dived in two parts in separate folders. In 1 the first one, the measurement update will be given by the position and orientation from vicon, whereas in the second one you will use only the velocity from the Vicon. In the released code, two separate folders have been created to accommodate each part. The function init.m is called within the KalmanFilt_Part1.m and KalmanFilt_Part2.m functions to initialize the process and select the specific dataset. The data is already parsed. You are authorized to modify the for loops within KalmanFilt_Part1.m and KalmanFilt_Part2.m as well as the prediction and update functions defined within each folder for your filter. Moreover, you are not allowed modify the definition of the prediction and update functions. Any other type of modification is not allowed and will result in 0 score. In this way, the sensor data has already been parsed to facilitate the process. The Euler angles convention to use is ZYX. You can re-use the function eul2rotm if you need. You should have two measurement models, one for each part of the project. The first one for the position and orientation (part 1) and the second one for the velocity (part 2). In both parts, the process model is the same. The project should be completed using Matlab 2021b. We will only debug solutions made with that version. The use of another maltab version is at your own risk and no debugging will be performed if the code does not work. 4 Report You need to summarize your results in a report submitted in pdf format and generated with latex or word. Please add on top of your manuscript your name and NYU ID. The report should not be more than 8 pages including plots. You will have to use the plot function that has been provided in the code to generate your results for the 3 given datasets. In addition to the results, please include your approach in terms of process and measurement models and any explanation you think is appropriate. Do not just write equation, but try to add your logic process and explain why and how you used the equations or models you have in your code. Moreover, briefly comment your plots and compare your results to the vicon data. The plot function already overlaps your filter estimates with the ground truth provided by the vicon

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme