Skip to content

Commit

Permalink
weekly progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dduro2020 committed Dec 15, 2024
1 parent 1151e22 commit c8c83fd
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions docs/_posts/2024-12-09-Week_19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
---
title: Finished beta version marker based visual loc
date: 2024-12-09 9:00:00 +0100
tags: [weekly progress]
author: david
img_path: /assets/img/
toc: true
comments: true
---

## Index

- [Fixed timeout error](#fixed-timeout-error)
- [Killed harmonic process](#killed-harmonic-process)
- [Fixed odometry](#fixed-odometry)
- [Updating frontend](#updating-frontend)
- [Testing](#testing)


## Fixed timeout error

In the past, we were looking for a process called `gzclient`, the problem is that this name is only valid for gazebo classic. This caused the process not to be found resulting in a timeout error. The new name was found to be `gz sim` and has been fixed.

## Killed harmonic process

There seems to be a bug with gazebo harmonic where open processes are not properly killed by its simulation. This blocked future simulations with either classic or harmonic. To solve it, all processes opened by the simulation are searched and killed.

## Fixed odometry

The `gz-sim-diff-drive-system` plugin calculates the position of the robot based on the sent velocities without taking into account possible collisions. When the robot crashed, the assumed position was still modified. The plugin `ignition-gazebo-odometry-publisher-system` has been added, this plugin does use the real position provided by gazebo.

## Updating frontend

There were some problems with displaying the image and these have been corrected. The way of showing the robots has been modified, now with an icon that shows the orientation and viewing angle. Fixed the algorithm for switching from gazebo coordinates to image pixels.

New teaser:
![](teaser.png)

## Testing

Testing all de functionalities and new apriltags libraries.



Binary file added docs/assets/img/teaser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit c8c83fd

Please sign in to comment.