Skip to content

IntelligentRoboticsLab/ugv_rover_docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Docker


Install

sudo docker build -t custom-container .

Run

docker compose up -d

Use

From anywhere (jetson/client/laptop/etc) on the network

ssh -X -p 23 {ip}

Ansible


The inventory describes the robots as clients.

To initialize the WiFi of the robot run the init playbook:

ansible-playbook -i inventory playbooks/init.yml --limit initial -e "ssid=ROBOLAB_VAR psk=DNT_forever_2526" -K

To set the hostname to the hostname specified in the inventory run:

ansible-playbook -i inventory playbooks/set_hostname.yml --limit rovers -K

About

Dockerfile and docker-compose environment for custom ugv_rover container

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •