Repository for AST_SS24 assignment projects
- Alisha
- Maira
- Khawaja Saad
- Subash
- ROS 2 Humble
- Python 3.10 (tested on it)
Install the required ROS 2 packages for smach:
sudo apt update
sudo apt install ros-humble-smach ros-humble-smach-msgs ros-humble-smach-rosInstall required libraries from the requirements.txt file:
pip install -r requirements.txt
Run the following command to run the test files:
python3 -m unittest test_robot_logic.py