-
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
44 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,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. | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.