Skip to content
@lognav4-0

LOGNAV4.0

LOGNAV Project 👋

Welcome! This is the oficial organization for LOGNAV project. Here, you can access every repository containing content for freedom autonomous robot development. Each single repository has its features, README, and other stuff. Please, read them before contibuting! Our main repository right now is the "lognav" repo. It contains all our development in a single package.

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 fbotathome/fbot_description

    Python 1

  3. .github .github Public

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

  5. aruco_recognition aruco_recognition Public

    Forked from andremaurell/aruco-recognition

    Python

  6. teach_and_repeat teach_and_repeat Public

    Forked from jardeldyonisio/teach_and_repeat

    Python

Repositories

Showing 10 of 14 repositories

Top languages

Loading…

Most used topics

Loading…