Skip to content
@lognav4-0

LOGNAV4.0

LOGNAV Project 👋

If you are using an NVIDIA GPU follow this tutorial to install the Docker2 (nvidia container toolkit): https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html#docker

Otherwise, just install the docker in your system (probably it is already installed).

DockerHub login (dockerhub account):

docker login

Github container repository login (github token account) --> [if you have a problem follow https://gist.github.com/yokawasa/841b6db379aa68b2859846da84a9643c]:

docker login ghcr.io

Docker image:

docker pull ghcr.io/lognav4-0/freedom_vehicle:0.99

Run container using NVIDIA GPU (for the docker2 users):

docker run -it --name lognav --privileged --net=host --ipc=host --gpus all -w /home/lognav -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/tmp/shared  -e DISPLAY=$DISPLAY -e NVIDIA_VISIBLE_DEVICES=all -e NVIDIA_DRIVER_CAPABILITIES=compute,graphics,utility ghcr.io/lognav4-0/freedom_vehicle:0.99

Run container without NVIDIA GPU (for the docker users):

docker run -it --name lognav --privileged --net=host --ipc=host -w /home/lognav -v /tmp/.X11-unix:/tmp/.X11-unix -v $PWD:/tmp/shared  -e DISPLAY=$DISPLAY ghcr.io/lognav4-0/freedom_vehicle:0.99

Troubleshooting:

If you had any authorization problem redo all the steps again adding the sudo command before each command line.

Take a look at the docker post-instalation for more details how correct your problem without needed to use sudo: https://docs.docker.com/engine/install/linux-postinstall/

Popular repositories Loading

  1. hoverboard-driver hoverboard-driver Public

    Forked from hoverboard-robotics/hoverboard-driver

    ROS hardware driver for UART-controlled hoverboard

    C++ 1

  2. fbot_description fbot_description Public

    Forked from butia-bots/fbot_description

    Python 1

  3. .github .github Public

  4. lognav4-0.github.io lognav4-0.github.io Public

  5. turtlebot3_teleop_recorder turtlebot3_teleop_recorder Public

    Forked from jardeldyonisio/turtlebot3_teleop_recorder

    Esse pacote é utilizado para gravar a trajetória realizada pela turtlebot3 e mostrar no Rviz.

    Python

  6. aruco_recognition aruco_recognition Public

    Forked from andremaurell/aruco-recognition

    Python

Repositories

Showing 9 of 9 repositories

Top languages

Loading…

Most used topics

Loading…