No description
Find a file
2026-08-03 15:24:29 +00:00
.devcontainer Timestamping fixes. MANTENED EL WORKSPACE LIMPIO PUT@S 2026-06-22 14:05:19 +00:00
docker Migrate CAN bridge to hardware, add bringup submodule, stack updates 2026-06-15 22:00:59 +00:00
launch Bumped repo versions 2026-06-11 20:19:13 +00:00
src Mid way rework to launching system 2026-08-03 15:24:29 +00:00
.gitignore Bare minimal working demo : ) 2026-07-14 14:09:09 +00:00
.gitmodules Flatten package submodules into a monorepo 2026-07-09 16:28:04 +00:00
IMPROVEMENTS.md Timestamping fixes. MANTENED EL WORKSPACE LIMPIO PUT@S 2026-06-22 14:05:19 +00:00
MONOREPO_IMPORT.md Flatten package submodules into a monorepo 2026-07-09 16:28:04 +00:00
README.md Link of git clone updated 2026-06-16 13:21:27 +00:00
ToDo.md Timestamping fixes. MANTENED EL WORKSPACE LIMPIO PUT@S 2026-06-22 14:05:19 +00:00

Mirena Workspace

Welcome to the mirena project workspace, here you can start off with the development of the autopilot system for Tecnun-eRacing TeR Vehicle, you just have to clone the repo, and initialize all its submodules, there you can build them and launch them using colcon.

Getting started

As always, start by cloning the repository and its submodules:

git clone https://git.eracing.es/Driverless/mirena_ws/ --recurse-submodules

DevContainer

The recommended way of developing mirena_sim is using the bundled devcontainer configuration, download VSCode and install the devcontainer plugin. Use it to create a working dev environment.

If you have NVIDIA graphics installed dont forget to install nvidia-container-toolkit set it as default runtime by editing /etc/docker/daemon.json

{
    "default-runtime": "nvidia",
    "runtimes": {
        "nvidia": {
            "path": "nvidia-container-runtime",
            "runtimeArgs": []
        }
    }
}
sudo systemctl restart docker

Building ros modules

Finally, you can build the full pipeline with:

cd mirena_ws # Also, make sure ros2's setup file is sourced.

colcon build 
source ./install/local_setup.zsh

Tip

Si fuera fácil, lo haría cualquiera, hazlo.
Ozuba.