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

Initial commit #1

Merged
merged 6 commits into from
Oct 26, 2024
Merged

Initial commit #1

merged 6 commits into from
Oct 26, 2024

Conversation

amock
Copy link
Collaborator

@amock amock commented Oct 25, 2024

This is the initial commit of the mesh navigation tutorials. Since I have copy-pasted all things from our dev repo someone might do a last check if its still working before merging.

…ds and one robot.

Co-authored-by: Matthias Holoch <[email protected]>
Co-authored-by: Justus Braun <[email protected]>
@amock amock requested a review from Cakem1x October 25, 2024 15:58
Copy link
Member

@Cakem1x Cakem1x left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a few commits, so maybe you can squash merge after all :D

  • slight adaptation to readme to make installation guide more copyable
  • formatting CPP and python for happy linters

For CPP formatting, you can run ament_uncrustify --reformat from CLI. For Python, the ament tool is ament_flake8. Unfortunately, it does not have a reformat option. So we use ruff at Nature Robots (see other comment).

I tested that the tutorial stack still works for one env.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I added a pyproject.toml file. We use this with the ruff python formatter. The formatter, when using this config, abides to the ROS 2 default config that ament_flake8 uses. I think it's nice if we have the "default" ROS 2 style.

Linelength of only 99 is a bit annoying, though, but I can live with it.

@amock amock merged commit 816a4a4 into main Oct 26, 2024
1 check failed
@Cakem1x Cakem1x deleted the initial-commit branch October 28, 2024 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants