Run the ROB1001 ROS scripts - LCAS/ROB1001 GitHub Wiki
This works the same for both the real robots and the simulated version in Gazebo.
-
Fork the module GitHub repository to your account.
-
Open the terminal and clone your fork of the module repository.
git clone https://github.com/<username>/ROB1001.git
- Change to the directory where you cloned the repository.
cd ~/ROB1001/rob1001_ros_scripts
- Run the ROS scripts as normal Python scripts. Please note that this only works when the Limo robot or simulation is already running ROS.
python3 <python_file_name.py>