Skip to content

Commit c1ee864

Browse files
committed
week 12 post
1 parent 826e184 commit c1ee864

9 files changed

+54
-2
lines changed

docs/_config.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ email:
1818
description: >- # this means to ignore newlines until "baseurl:"
1919
Hello! My name is Stefan Gonzales and this is my internship blog in JdeRobot
2020
where I'll be working on Unibotics page.
21-
twitter_username: username
21+
logo: /assets/images/logo.png
2222
github_username: Syekeon
23-
minimal_mistakes_skin: default
23+
minimal_mistakes_skin: dark
2424
search: true
2525

2626
# Build settings
@@ -85,6 +85,7 @@ defaults:
8585
values:
8686
layout: single
8787
author_profile: true
88+
show_date: true
8889
read_time: true
8990
comments: true
9091
share: true

docs/_posts/2024-04-28-semana-12.md

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: "Resumen Semana 12"
3+
date: 2024-04-28
4+
categories:
5+
- Blog (Español)
6+
tags:
7+
- Analytics
8+
- Documentación
9+
- RADI
10+
- Nvidia
11+
---
12+
13+
En esta duodécima semana, continué con las pruebas del motor RADI de la plataforma Unibotics.
14+
15+
Para empezar, mientras probaba la versión beta 4.5.8 del RADI, me dí cuenta que ciertos ejercicios daban unos errores al ejercutar los códigos de solución de referencia proporcionados por el equipo de desarrollo, ya que las funciones de las APIs funcionan perfectamente. Este error se trata de que no encuentra ciertas funciones dentro del módulo 'CV2', un módulo muy usado dentro de la programación de robots. Al investigar un poco, me dí cuenta que esas funciones están dentro del módulo pero por alguna razón no los detectaba.
16+
17+
![](/2024-upe-stefan-gonzales/docs/assets/images/4.5.8_CV2_issue1.png)
18+
![](/2024-upe-stefan-gonzales/docs/assets/images/4.5.8_CV2_issue2.png)
19+
20+
Por otro lado, mientras investigaba este problema, el equipo de desarrollo lanzó una nueva versión del RADI, la 4.5.9, pero esta vez ya no era beta ya que se tenía algunos ejercicios funcionando correctamente. Al probar esta nueva versión, detecté un fallo con 'Follow Person' y con 'Rescue People' que se trataba que no detectaba el módulo 'HAL_interfaces', entonces era imposible usar las funciones dentro del mismo que forman parte del API. A lo que con la versión anterior, no ocurría este fallo.
21+
22+
![](/docs/assets/images/4.5.9_HAL_issue1.png)
23+
![](/docs/assets/images/4.5.9_HAL_issue2.png)
24+
25+
Por último, me encomendaron la tarea de actualizar la documentación de usuario junto a un compañero dentro de nuestro grupo de prácticas, actualizando la información de los ejercicios que ya están estables para que el usuario pueda realizarlos y ejecutarlos sin problemas. Se introdujo los diferentes cambios realizados con respecto a las versiones 4.4.X.

docs/_posts/2024-04-28-week-12.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: "Week 12 Overview"
3+
date: 2024-04-28
4+
categories:
5+
- Blog (English)
6+
tags:
7+
- Docker
8+
- RADI Beta
9+
- Nvidia
10+
- Windows
11+
- WDDM
12+
---
13+
14+
During this twelfth week, I continued testing the RADI engine for the Unibotics platform.
15+
16+
First, while testing the beta version 4.5.8 of RADI, I noticed that certain exercises encountered errors when executing the reference solution codes provided by the development team, despite the API functions working perfectly. The error was that certain functions within the 'CV2' module, a commonly used module in robotics programming, were not found. After some investigation, I realized that these functions were present in the module but were not being detected for some reason.
17+
18+
![](/2024-upe-stefan-gonzales/docs/assets/images/4.5.8_CV2_issue1.png)
19+
![](/2024-upe-stefan-gonzales/docs/assets/images/4.5.8_CV2_issue2.png)
20+
21+
Additionally, while investigating this problem, the development team released a new version of RADI, version 4.5.9, which was no longer in beta as some exercises were functioning correctly. When testing this new version, I identified an issue with the 'Follow Person' and 'Rescue People' exercises, where the 'HAL_interfaces' module was not detected, making it impossible to use the functions within it that are part of the API. This issue did not occur in the previous version.
22+
23+
![](/docs/assets/images/4.5.9_HAL_issue1.png)
24+
![](/docs/assets/images/4.5.9_HAL_issue2.png)
25+
26+
Finally, I was tasked with updating the user documentation alongside a colleague in our internship group. We updated the information for the exercises that are now stable so that users can execute them without issues. We included the various changes made in comparison to versions 4.4.X.
299 KB
Loading
613 KB
Loading
711 KB
Loading
439 KB
Loading

docs/assets/images/logo.png

31.5 KB
Loading

docs/logo.png

-41.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)