Skip to content

Autonomous exploration and interactive mapping thesis docker

License

Notifications You must be signed in to change notification settings

antonikaras/thesis_docker

Repository files navigation

thesis_docker

Autonomous exploration and interactive mapping thesis docker

Package layout

How to install

  • Clone the repository
git clone https://github.com/antonikaras/thesis_docker.git
git submodule update --init --recursive
cd docker-workspace/colcon_ws/src/thesis_ros2
git checkout main
git pull
  • Build the docker image
docker build --tag thesis_ros2 . --rm
docker system prune
  • Enter the docker environment

    • First terminal :./run-docker-image-gpu.sh
    • Second, third ... terminal : docker exec -it thesis_ros2-tester bash
  • Build the individual ros environments:

    • Terminal - 1 : Build the ROS workspace
    ./run-docker-image-gpu.sh
    bws
    
    • Terminal - 2 : Build the ROS2 workspace
    docker exec -it thesis_ros2-tester bash
    bws2
    
    • Terminal - 3 : Build the ros1_bridge workspace
    docker exec -it thesis_ros2-tester bash
    bbws
    

How to use

  • Each git repository contains thorough instructions on how to use them

About

Autonomous exploration and interactive mapping thesis docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published