Team project for Intelligent Robotics course in University of Padua, 2023
Team members: Mohamed Abdelwahab, Victor Miguel, Onur Akman
- Instructions: Instructions for this project, tasks and additional requirements.
- Report: Our final report, our approach and reasoning.
$ cd ~/tiago_public_ws
$ catkin build
$ roslaunch tiago_iaslab_simulation start_simulation.launch world_name:=ias_lab_room_full_tables
$ roslaunch tiago_iaslab_simulation apriltag.launch
$ roslaunch tiago_iaslab_simulation navigation.launch
$ rosrun tiago_iaslab_simulation human_node
Go to /config directory inside our package that will depend on where you put the files in your machine
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/config
$ rosparam load param.yaml
Go to /scripts directory inside our package that will depend on where you put the files in your machine
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/scripts
$ chmod +x *.py
$ rosrun tiago_iaslab_simulation tags_process.py
or,
$ python tags_process.py
If you encounter this error
/usr/bin/env: ‘python\r’: No such file or directory
Do the following inside /scripts directory:
$ sudo apt install dos2unix
$ dos2unix *.py
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/scripts
$ rosrun tiago_iaslab_simulation move_srv.py
or,
$ python move_srv.py
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/scripts
$ rosrun tiago_iaslab_simulation pick.py
or,
$ python pick.py
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/scripts
$ rosrun tiago_iaslab_simulation place.py
or,
$ python place.py
$ cd ~/tiago_public_ws/src/ir2223_group_19/tiago_iaslab_simulation/scripts
$ rosrun tiago_iaslab_simulation main.py
or,
$ python main.py
https://drive.google.com/drive/folders/1LiuZGObPPD1PmshwVTLND4qRcyQgVKm6?usp=share_link