Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add robot description #8

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from
Draft

Conversation

BloodFutur
Copy link
Member

Description

This PR should add a robot description for 2-wheel robot and 3-wheel robot. For the moment they should stay as simple as possible.

Each robot should have:

  • IMU
  • Lidar
  • Depth sensor
  • (Encoders)

The launch file should be made in such a way that it can choose which robot we run.
RViz should not give any errors are warnings.

Images

Inertial macros are added to simplify calculations
The type of robot will be chosen by an environment variable. Do not
forget to set it to change robots.
@BloodFutur BloodFutur added the enhancement New feature or request label Sep 28, 2024
@BloodFutur BloodFutur added this to the Set up simulator milestone Sep 28, 2024
@BloodFutur BloodFutur self-assigned this Sep 28, 2024
@BloodFutur BloodFutur linked an issue Sep 28, 2024 that may be closed by this pull request
@BloodFutur BloodFutur requested a review from iyedHM September 29, 2024 09:24
@BloodFutur
Copy link
Member Author

@iyedHM C'est une Pull Request en draft, comme ça tu peux voir mon avancement au fur et à mesure sans aller sur ma branche et tu peux directement faire des suggestions / questions directement dans le code ici.
Je te mettrais en review sur toutes mes PR pour que tu puisses voir l'avancement.

Globalement, je fais de petit commit (plus simple en cas de merge conflicts) et je décris ce que je fais dans le titre du commit. Si j'ai des infos supplémentaires à rajouter je le rajoute dans la description du commit (paragraphe après le titre). Aussi je lis mes branches et PR à l'issue du projet.

There are 3 types of wheels: caster, mecanum, normal. The difference
between mecanum and normal is mainly the friction coefficient.
Have not tried yet if these work correctly, these files mostly come from linorobot2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add robot description
1 participant