/people_detection_ros2_docker

Run people_detection_ros2 in a docker container.

Primary LanguagePythonMIT LicenseMIT

People Detection ROS2 Docker

people_detection_docker

en / ja

This repository provides an environment for running people_detection_ros2 in a Docker container.

The following packages this repository depends on :

Required


  • Docker

Building


Getting Dependent Packages :

bash startup.sh

Creating Docker Image :

docker build -t people_detection_ros2_docker .

Creating Docker container :

docker run -it --name ${container name} --gpus all --net host people_detection_ros2_docker:latest

Run node


Run the following in the docker container :

bash /run.bash