-
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
56 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,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. |
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,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. |