Wall-Following Robot Navigation Data Set(沿墙壁移动机器人导航数据集)数据摘要:The data were collected as the SCITOS G5 robot navigates through the room following the wall in a clockwise direction, for 4 rounds, using 24 ultrasound sensors arranged circularly around its 'waist'.中文关键词:数据,机器人,导航,沿墙壁移动,传感器,英文关键词:data,robot,navigate,Wall-Following,sensor,数据格式:TEXT数据用途:Classification数据详细介绍:Wall-Following Robot Navigation Data Data SetAbstract: The data were collected as the SCITOS G5 robot navigates through the room following the wall in a clockwise direction, for 4 rounds, using 24 ultrasound sensors arranged circularly around its 'waist'.Source:(a) Creators: Ananda Freire, Marcus Veloso and Guilherme BarretoDepartment of Teleinformatics EngineeringFederal University of CearáFortaleza, Ceará, Brazil(b) Donors of database: Ananda Freire (anandalf '@' )Guilherme Barreto (guilherme '@' deti.ufc.br)Data Set Information:The provided files comprise three different data sets. The first one contains the raw values of the measurementsof all 24 ultrasound sensors and the corresponding class label (see Section 7). Sensor readings are sampled at arate of 9 samples per second.The second one contains four sensor readings named 'simplified distances' and the corresponding class label (see Section 7). These simplified distances are referred to as the'front distance', 'left distance', 'right distance' and 'back distance'. They consist, respectively, of the minimum sensor readings among those within 60 degree arcs located at the front, left, rightand back parts of the robot.The third one contains only the front and left simplified distances and the corresponding class label.It is worth mentioning that the 24 ultrasound readings and the simplified distances were collected at the same time step, so each file has the same number of rows (one for each sampling time step).The wall-following task and data gathering were designed to test the hypothesis that this apparently simple navigation task is indeed a non-linearly separable classification task. Thus, linear classifiers, such as the Perceptron network, are not able to learn the task and command the robot around the room without collisions. Nonlinear neural classifiers, such as the MLP network, are able to learn the task and command the robot successfully without collisions.If some kind of short-term memory mechanism is provided to the neural classifiers, their performances are improved in general. For example, if past inputs are provided together with current sensor readings, even the Perceptron becomes able to learn the task and command the robot succesfully. If a recurrent neural network, such as the Elman network, is used to learn the task, the resulting dynamical classifier is able to learn the task using less hidden neurons than the MLP network.Files with different number of sensor readings were built in order to evaluate the performance of the classifiers with respect to the number of inputs.Attribute Information:Number of Attributes-- sensor_readings_24.data: 24 numeric attributes and the class.-- sensor_readings_4.data: 4 numeric attributes and the class.-- sensor_readings_2.data: 2 numeric attributes and the class.For Each Attribute:-- File sensor_readings_24.data:1. US1: ultrasound sensor at the front of the robot (reference angle: 180°) - (numeric: real)2. US2: ultrasound reading (reference angle: -165°) - (numeric: real)3. US3: ultrasound reading (reference angle: -150°) - (numeric: real)4. US4: ultrasound reading (reference angle: -135°) - (numeric: real)5. US5: ultrasound reading (reference angle: -120°) - (numeric: real)6. US6: ultrasound reading (reference angle: -105°) - (numeric: real)7. US7: ultrasound reading (reference angle: -90°) - (numeric: real)8. US8: ultrasound reading (reference angle: -75°) - (numeric: real)9. US9: ultrasound reading (reference angle: -60°) - (numeric: real)10. US10: ultrasound reading (reference angle: -45°) - (numeric: real)11. US11: ultrasound reading (reference angle: -30°) - (numeric: real)12. US12: ultrasound reading (reference angle: -15°) - (numeric: real)13. US13: reading of ultrasound sensor situated at the back of the robot (reference angle: 0°) - (numeric: real)14. US14: ultrasound reading (reference angle: 15°) - (numeric: real)15. US15: ultrasound reading (reference angle: 30°) - (numeric: real)16. US16: ultrasound reading (reference angle: 45°) - (numeric: real)17. US17: ultrasound reading (reference angle: 60°) - (numeric: real)18. US18: ultrasound reading (reference angle: 75°) - (numeric: real)19. US19: ultrasound reading (reference angle: 90°) - (numeric: real)20. US20: ultrasound reading (reference angle: 105°) - (numeric: real)21. US21: ultrasound reading (reference angle: 120°) - (numeric: real)22. US22: ultrasound reading (reference angle: 135°) - (numeric: real)23. US23: ultrasound reading (reference angle: 150°) - (numeric: real)24. US24: ultrasound reading (reference angle: 165°) - (numeric: real)25. Class:-- Move-Forward-- Slight-Right-Turn-- Sharp-Right-Turn-- Slight-Left-Turn-- File sensor_readings_4.data:1. SD_front: minimum sensor reading within a 60 degree arc located at the front of the robot - (numeric: real)2. SD_left: minimum sensor reading within a 60 degree arc located at the left of the robot - (numeric: real)3. SD_right: minimum sensor reading within a 60 degree arc located at the right of the robot - (numeric: real)4. SD_back: minimum sensor reading within a 60 degree arc located at the back of the robot - (numeric: real)5. Class:-- Move-Forward-- Slight-Right-Turn-- Sharp-Right-Turn-- Slight-Left-Turn-- File sensor_readings_2.data:1. SD_front: minimum sensor reading within a 60 degree arc located at the front of the robot - (numeric: real)2. SD_left: minimum sensor reading within a 60 degree arc located at the left of the robot - (numeric: real)3. Class:-- Move-Forward-- Slight-Right-Turn-- Sharp-Right-Turn-- Slight-Left-TurnRelevant Papers:Ananda L. Freire, Guilherme A. Barreto, Marcus Veloso and Antonio T. Varela (2009), 'Short-Term Memory Mechanisms in Neural Network Learning of Robot Navigation Tasks: A Case Study'. Proceedings of the 6th Latin American Robotics Symposium (LARS'2009),Valparaíso-Chile, pages 1-6, DOI: 10.1109/LARS.2009.5418323Citation Request:Please refer to the Machine Learning Repository's citation policy数据预览:点此下载完整数据集。