Skip to content

Commit

Permalink
Weekly progress
Browse files Browse the repository at this point in the history
  • Loading branch information
dduro2020 committed Nov 11, 2024
1 parent 714fa4d commit 9706c02
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 3 deletions.
12 changes: 10 additions & 2 deletions docs/_posts/2024-10-28-Week_13.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,13 @@ test:

## 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.
### Launching world problems
The world could not be launched for several reasons, a reserved world name was being used by gazebo. In addition, some of the resources imported by the world contained an erroneous path.


### Frontend and libraries
The frontend has been updated to be able to receive the image. In addition, the `HAL.py` and `GUI.py` programs have been updated to be able to receive information from the topics and publish in them.


### Launching robot
The robot is now launched correctly and the topics are published. Right now the robot is able to receive speeds through the program and moves perfectly.
18 changes: 17 additions & 1 deletion docs/_posts/2024-11-04-Week_14.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,20 @@ In RA, `HAL.py` has been updated to use these new topics and the robot works per

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

### World camera pose
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.


### Duplicate topics
The camera topics work differently, as they do not always work correctly using the ros gz bridge that is used for the other topics, and for this reason, duplicate topics were displayed. Now a specific bridge is used for the camera topic.


### Lanscape
The problem with the heightmap turned out to be a bug in my local installation, so it didn't need to be fixed. On the other hand, a lot of lag is generated with the loading of the terrain, so we are looking for solutions to simplify the scenario.

### Update frontend and fix topics pub
The frontend and the exercise-specific files have been modified to be able to extract information from the topics that publish the images and to display the image in the frontend.

### Reset button
The reset button still doesn't work, every run of the exercise requires restarting the docker.

0 comments on commit 9706c02

Please sign in to comment.