Skip to content

Commit

Permalink
Weekly progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dduro2020 committed Nov 4, 2024
1 parent cf5b8b4 commit 714fa4d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 0 deletions.
26 changes: 26 additions & 0 deletions docs/_posts/2024-10-28-Week_13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Harmonic and testing
date: 2024-10-28 9:00:00 +0100
tags: [weekly progress]
author: david
img_path: /assets/img/
toc: true
comments: true
---

## Index

- [Testing](#testing)
- [Working on harmonic](#working-on-harmonic)


## Testing

test:
- Testing specific AMD GPU acceleration
- Testing global navegation

## Working on harmonic

The world has been successfully launched. Fixed errors in the paths to some models and changed the name of the world because ‘world’ is a reserved name.
The robot is launched correctly and the topics are published.
30 changes: 30 additions & 0 deletions docs/_posts/2024-11-04-Week_14.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---
title: Working in Marker-based visual localization
date: 2024-11-04 9:00:00 +0100
tags: [weekly progress]
author: david
img_path: /assets/img/
toc: true
comments: true
---

## Index

- [First steps working on exercise](#first-steps-working-on-exercise)
- [Solving errors](#solving-errors)

## First steps working on exercise

The topics have been modified to be specific to the name of the robot.
In RA, `HAL.py` has been updated to use these new topics and the robot works perfectly.

### 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

## Solving errors

The gazebo camera pose was not modified correctly because the gazebo client and gazebo server have to be launched separately. Once the client is launched, a camera pose is configured (default) and then cannot be changed. Once discovered, the pose has simply been modified in the client.

0 comments on commit 714fa4d

Please sign in to comment.