The goal of this project is to program a robotic agent that gathers information about its environment using the sensors, plans a set of actions to respond appropriately to sensed data based on a pre-existing strategy, and executes a set of motor commands to carry out the actions that the plan calls for.
This project has been realized by :
- Maxime Meurisse - m.meurisse@student.uliege.be - 20161278
- Valentin Vermeylen - valentin.vermeylen@student.uliege.be - 20162864
as part of the Introduction to intelligent robotics course given by Professor Sacré to the master students of Civil Engineering at the University of Liège during the academic year 2019-2020, and uses the following resources to run :
- MATLAB R2020a with several toolboxes
- TRS : an open-source recipe for teaching/learning robotics with a simulator
- VREP PRO EDU (version 3.6.2)
In this milestone, the robot explores its environment and creates an appropriate representation of it. This milestone has been realized in the file navigation.m
.
In this milestone, the robot grabs some objects and brings them to a specific table. This milestone has been realized in the file manipulation.m
.
To run the code, the different resources used for this project (mentioned above) must be installed.
When all resources are installed :
- Put the
trs/
folder (with appropriate modifications, available here) in thematlab/
folder; - Launch MATLAB and run the
startup.m
script (by default, MATLAB should run it automatically); - Lauch VREP;
- Update the
Values initialization
part of themain.m
file; - Run the
main.m
script.
- This project received a score of 19/20.