Visual Odometry 1 Assignment In this lab, you will be investigating gravitational acceleration. Your team has been taske
Posted: Tue Jul 05, 2022 7:28 am
3 Technical Information 3.1 Using the tracking camera As a reminder from the last lab, to run a Python script from the terminal you can run the command: python3 the_name_of_the_script.py Most of the tracking camera scripts will produce some sort of output, like a .png or .csv file. The examples directory is write protected and will not let the script write an output to this location. In general, it is a good practice to copy the script out to a new location before running it. For the purposes of this lab, you will likely want use the script 4_track_and_print_with_camera_input.py to take your measurements. 3.2 Air table The Visualization Studio at your lab station is equipped with a high lift air table. This can be used to provide a low friction environment to conduct experiments in. The air table can be angled downward, providing an incline to slide objects down. There is inclinometer built into the table to measure the angle of tilt. This measurement is most accurate when the tilt as at one of the extreme values, 0° or about ~ 3.6°. You can always check the angle measurement with a meter stick and a bit of trigonometry. 3.3 Calculating g The acceleration, a, your team measures from the tracking object sliding down the inclined plane is related to the acceleration of gravity, g by: where is the angle of inclination of the air table. 9 a sin
CF = (400 + √(Pxz-Px: )^2 + (Pyz-Py1)^2 g=a/sin(0) Standard Deviation = √(Ex-x^2/n) Uncertainty using SD = SD/√n or o/√n Equation 5 Equation 1 (how to find conversion factor) Equation 2 (how to get g from A) Equation 3 (how to get V and A from position) Equation 4