1 / 13

Multimodal and Sensorial Interfaces for Mobile Robots course task

Multimodal and Sensorial Interfaces for Mobile Robots course task. Nicola Piotto a.y. 2007/2008. Specifics about the task. Robertino has been positioned at different distances from an obstacle (i.e. 0.125, 0.25, 0.5, 1, 2, 3 [meters]).

Download Presentation

Multimodal and Sensorial Interfaces for Mobile Robots course task

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Multimodal and Sensorial Interfaces for Mobile Robots course task Nicola Piotto a.y. 2007/2008

  2. Specifics about the task • Robertino has been positioned at different distances from an obstacle (i.e. 0.125, 0.25, 0.5, 1, 2, 3 [meters]). • For each step several measurements from the frontal IR sensor has been collected. • The final goal is to define a function to map the noisy sensor data to the real object distance.

  3. Initial data observations • More the object distance increases the noise increases as well.

  4. Employed solution • The solution to the problem can be reached using a linear regression over the acquired sensor data. • In this way it is possible to analitycally define a linear function throughout least squared error minimization (data fitting). • The derived function maps sensor data to object distances.

  5. Considerations • It has been tried to retrieve an higher degree interpolating function (e.g. polinomial, quadratic) using a Support Vector Regression (SVR) procedure: however, due to the noise in the observed data it has not been possible to successfully end the task (the final result was unreliable).

  6. Considerations(2)

  7. Some specification • The linear regression has been implemented in Matlab environment. • [b,c]=regress(x,y) • Y=c+b*X • Y is the estimated object distance. • X is the sensor measurement • x is the training data • y is the related distance

  8. Results • The matrix z includes in 2 columns all the training sensor data(1) and the distance they refer to(2) (bracketed results refre to different set of data considered). • b=0.013;(0.014);(0.016); • MSE=0.0849;(0.033);(8.9269*10^-5)

  9. Results(2) 0.125,0.25,0.5 0.125,0.25,0.5,1 0.125,0.25,0.5,1,2,3

  10. Considerations • Including also the noisy data from the bigger object distance leads to a calibration function not particularly precise (high MSE) . • Instead, considering only the less noisy data from the smallest object distance (up to 0.5-1 m) leads to a more reliable calibration function.

  11. Considerations(2) • Given the impossibility in processing the information from the more noisy distances, it may be suggested to employ the IR sensor to estimate object distances up to 1 meter. • For bigger distances is not achieved an sufficient precision so it may be better employ different kind of sensor.

  12. Considerations(3)

More Related