MATLAB Program for a Vehicle-Tracking Robotic Car Allen Lin Rutgers University NASA SHARP High School Apprenticeship Program mentored by Dr. Baruh.

Slides:



Advertisements
Similar presentations
Forces act in pairs.
Advertisements

P2 1. Motion.
Forces and Breaking Forces Breaking Stopping distance Questions.
National Technical University of Athens Diploma Thesis «Computational Simulation of the road behaviour of a vehicle by use of a non- linear six-degree.
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Lecture 19.
Physics 218: Mechanics Instructor: Dr. Tatiana Erukhimova Lecture 40.
Traction Control Michael Boersma Michael LaGrand 12/10/03.
A brief review of Forces Balanced and Unbalanced Contact and Action-at-a-Distance.
Introduction to Structural Dynamics:
College and Engineering Physics Free-Body Diagrams 1 TOC Steps to Solving the Problem Drawings Calculations.
Chapter 2, Section 2 Friction and Gravity
Energy Pie Charts.
1 Thrust from the engine Friction Will the car speed up, slow down or stay at constant speed?
Physics 11 Advanced Mr. Jean April 2 nd, The plan: Video clip of the day Forces & Acceleration Applied 2d forces.
Interpreting Motion Graphs {Forces and Motion. Distance vs Time Graphs The motion of an object is defined by its change of position over a period of time.
Projectile Motion Outline What is a projectile? Strategy for solving Projectile Motion problems Galileo’s Theorem Examples Demo: Bring both projectile.
Physics and Astronomy Outreach Program at the University of British Columbia Physics and Astronomy Outreach Program at the University of British Columbia.
Unit 4 – Lecture 2. Acceleration Acceleration – the rate of change of velocity change in velocity over a change in time a acceleration t f - t i change.
Chapter 14 - Oscillations
REVISION What two parts make up the stopping distance of a vehicle?
Vehicle Crash Test Dong-Un Sul Dr. Granda ME 270.
Active Front Wheel Steering System (AFS) Chapter 2.
Acceleration. How will the box move? 16 N8 N Key Variable - New Acceleration –the rate of change in velocity. Measured – indirectly using velocity, distance.
Newton’s 2nd Law: Translational Motion
Acceleration When an object is changing its velocity, we say that the object has acceleration Acceleration is how fast velocity is changing To accelerate,
Motion ● What does it mean to say that “motion is relative”?
MOTION Describing How Things Move. Motion Also called Kinematics Measured as a change in position Distances can be positive or negative Depends on the.
Bellringer: What would be the net acceleration of a 15 g toy car down a 30 degree incline if the acceleration due to friction is 1.8 m/s 2 ? Include a.
Lecture 3: Dynamic Models
Chapter 15 Oscillations In this chapter we will cover the following topics: Displacement, velocity, and acceleration of a simple harmonic oscillator Energy.
2_4 On the Road Look at the data for the BMW 3 Series below. What is the connection between power and acceleration? 10 February 2016 ModelAcceleration.
 With a large perpendicular force and a small parallel force, the tendency to slide is very small. An example of this would be a 15 degree slope. The.
Robot Physics MVRT 2011 – 2012 Season. Overview Mass vs. Weight Velocity Force Torque.
1 NASA NYCRI 2006 Autonomous Vehicle Control System Advisor: Dr. Haim Baruh Advisor: Dr. Haim Baruh Mentor: Lucian Iorga Mentor: Lucian Iorga Researcher:
Acceleration & Inclined Planes Unit 5 – Lecture 3.
Oscillations. Definitions Frequency If an object vibrates or oscillates back and forth over the same path, each cycle taking the same amount of time,
Circular Motion Centripetal Force and Centripetal Acceleration.
ECE 192: NATCAR Team (Triton X) Sponsored by IEEE ( Vincent Bantigue, Joseph Formanes,
Physics 11 Mr. Jean November 15 th, The plan: Video clip of the day Mini-force diagram ICA Science fair project.
SHM – Types of Pendulums AP Physics. Pendulum Simple Physical/Compound  Oscillates due to gravity  Mass of pendulum bob is irrelevant  Oscillates due.
QUESTION 1: A 1500 kilogram drag racing car sits at the start line. The race begins and lasts 15.2 seconds. At the point that the drag racing car crossed.
Curriculum Extension Guides
RECTANGULAR COORDINATES
Work and Power Quiz Solutions
From: A Hybrid Physical-Dynamic Tire/Road Friction Model
Balanced and Unbalanced Forces
Stopping distances.
INTELLIGENT CRUISE CONTROL WITH FUZZY LOGIC
Speed can be calculated by Speed = Distance/Time
Balanced and Unbalanced Forces
Kinematics.
CHAPTER 8 TIME AND TIME-RELATED PARAMETERS
Period 2 Question 1.
PHYS 1443 – Section 501 Lecture #15
Chapter 15 Oscillations In this chapter we will cover the following topics: Displacement, velocity and acceleration of a simple harmonic oscillator Energy.
Kinematics.
CHAPTER 8 TIME AND TIME-RELATED PARAMETERS
Static Friction: no surface motion.
CHAPTER 8 TIME AND TIME-RELATED PARAMETERS
Warm-Up What are the two main categories of forces?
Group Work Predict the motion of a mass acted on only by a Hooke’s law spring. Express your prediction as a position-time graph. Explain why you believe.
Trilogy – Physics – CHAPTER 5 – Forces
Chapter 15 Oscillations In this chapter we will cover the following topics: Displacement, velocity and acceleration of a simple harmonic oscillator Energy.
VEHICLE TECHNOLOGY BRAKE SYSTEMS.
The equations for circular motion are identical to those of linear motion except for variable names. True False.
Will the car speed up, slow down or stay at constant speed?
Force and Motion (H) Newton's second law. Inertia. Weight.
Projectile Motion with air drag
Number of treatments ____________________________________________
Presentation transcript:

MATLAB Program for a Vehicle-Tracking Robotic Car Allen Lin Rutgers University NASA SHARP High School Apprenticeship Program mentored by Dr. Baruh

Background Possible use on Moon or Mars Adaptive cruise control MATLAB

1-D Model Figure 1: A diagram of the forces acting on the vehicle in the simulation. The engine force (Fb) is determined by the forces of spring and dashpot in between the two cars. Fb = m * C1 * (D1 – D2 – Ddes) + m * C2 * (V1 – V2)

Spring and Dashpot Constants 4000 lbs, mini-van size Larger – more accurate Smaller – less force oscillation

Additions Three levels of braking Max acceleration Wind drag Rolling friction – steady state error Random error in distance apart, linear fit to determine velocity

2–D Model With 1–D model, one variable: velocity, one degree of freedom: position With 2-D model, two variables: steering angle, velocity; three degrees of freedom: x-position, y-position, angle relative to axes