-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Resumen Semana 6" | ||
date: 2024-03-17 | ||
categories: | ||
- Blog (Español) | ||
tags: | ||
- Docker | ||
- RADI | ||
- Nvidia | ||
--- | ||
|
||
En esta sexta semana, continué con la tarea que comencé la semana pasada dentro de la plataforma Unibotics. | ||
|
||
Para empezar, he comenzado por la investigación del problema con el motor de la plataforma, RADI 4, que al ejecutarlo con aceleración gráfica de Nvidia, el simulador de Gazebo que se ejecuta al cargar un ejercicio no se ejecuta correctamente con un pantallazo negro. | ||
|
||
Por lo tanto, para poder realizar el comienzo de la investigación he accedido al interior del contenedor Docker donde se lanza el motor para estudiar cómo funciona por dentro el proceso de inicialización de los diferentes elementos principales para la realización del ejercicio que se quiera completar. | ||
|
||
Por lo visto tiene una estructura central en donde gestiona las instalaciones de los diferentes programas dentro del contenedores y sus ejecuciones correctas para abrir esos programas con la configuración deseada. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
title: "Week 6 Overview" | ||
date: 2024-03-17 | ||
categories: | ||
- Blog (English) | ||
tags: | ||
- Docker | ||
- RADI | ||
- Nvidia | ||
--- | ||
|
||
During this sixth week, I continued with the task I started last week within the Unibotics platform. | ||
|
||
To begin with, I continued investigating the issue with the platform's engine, RADI 4. When running with Nvidia graphics acceleration, the Gazebo simulator, which executes upon loading an exercise, was not functioning correctly and displayed a black screen. | ||
|
||
To start the investigation, I accessed the interior of the Docker container where the engine is launched. This allowed me to study the initialization process of the main elements required to complete the exercise. | ||
|
||
It appears that the engine has a central structure that manages the installation of various programs within the containers and ensures their correct execution to open these programs with the desired configuration. |