Skip to content

Commit

Permalink
Weekly work
Browse files Browse the repository at this point in the history
  • Loading branch information
dduro2020 committed Nov 18, 2024
1 parent 9706c02 commit 0d30a0d
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions docs/_posts/2024-11-11-Week_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
---
title: Working in Marker-based visual localization and Testing
date: 2024-11-11 9:00:00 +0100
tags: [weekly progress]
author: david
img_path: /assets/img/
toc: true
comments: true
---

## Index

- [AMD Testing](#amd-testing)
- [RA Testing](#ra-testing)
- [Harmonic Testing](#harmonic-testing)
- [Solving errors](#solving-errors)

## AMD Testing

SO: Ubuntu 22.04.4 LTS, RAM: 16 GB, CPU: AMD Ryzen 5 7535HS (6 cores):

| Task | Gazebo’s RTF | Gazebo’s FPS | % CPU Usage | % GPU Usage |
|------|--------------|--------------|-------------|-------------|
| CPU | 0.90 | 17 | 550% | 11% |
| GPU | 1.00 | 72 | 102% | 74% |


### New problems

- The gazebo camera pose needs to be updated.
- The topics are duplicated.
- The reset button is not working.
- The world's landscape needs to be fixed

## RA Testing

I test again RA in D2, at the beginning the follow line exercise did not work correctly on its frontend.

## Harmonic Testing

Testing all the exercises, and looking for the problem why the topics are not working. The HAL library doesn't seem to work, nor does posting by hand in topics.

Testing of the tf topics with their respective plugins:
- They are not updated after reset.
- Problem with plugin timer.

## Solving errors

- The reset button is working.
- Improved fps of the universe.

0 comments on commit 0d30a0d

Please sign in to comment.