amosproj / amos2022ss03-turtlebot-fleet-management

MIT License
0 stars 1 forks source link

Create build process video #63

Open UmangBR opened 2 years ago

UmangBR commented 2 years ago

User story

  1. As a SD
  2. I want to create a build process video
  3. So that I can demonstrate the build process.

Acceptance criteria

Definition of done (DoD)

DoD general criteria

Sebastian2023 commented 2 years ago

Fleet management software

  1. Clone repo git clone https://github.com/amosproj/amos2022ss03-turtlebot-fleet-management
  2. Install dependencies cd amos2022ss03/FleetMgmnt pip3 install -r /requirements.txt
  3. Run tests python3 test.py
  4. Start fleet management python3 main.py open 127.0.0.1:8080 in browser

Turtlebot

  1. Connect ssh sick@192.168.0.102
  2. Clone repo again
  3. Replace our ROS module rm -rf dev_ws/src/worker_node cp -r amos2022ss03/TurtleBot/dev_ws/worker_node dev_ws/src
  4. Build ROS packages Wait a few minutes, it's faster on subsequent calls but we wanted to show the complete build process from a clean state.
  5. Start our ROS node source install/setup.bash sh src/worker_node/launch/amos.launch.sh