- ROS 2 Humble: Ensure you have ROS 2 Humble installed on your system. Follow the official ROS 2 installation guide for your operating system.
- Python 3.8+: Ensure you have Python 3.8 or higher installed.
Run the scripts from inside a virtual environment.
- Create the virtual environment and install dependencies:
chmod +x setup.sh
./setup.sh
- To enter the virtual environment with ROS sourced:
source /opt/ros/humble/setup.bash
source venv/bin/activate