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

Build testing and missing pyserial dependency #6

Merged
merged 5 commits into from
Jun 8, 2023

Conversation

emanuelbuholzer
Copy link
Contributor

I noticed that ar3_ros packages failed when using colcon test and that the pyserial dependency was missing for the calibration scripts.

For linting c++ code uncrustify and cpplint were active automatically and conflicted themself. With this pull request, for linting c++ code, ament lint and clang format is used. I reformatted the packages code, mostly using automatically, which is supported by clang format. Running colcon test should now work without any test failures.

@SyllogismRXS
Copy link
Contributor

Thanks for getting this setup. I would also like to setup some GitHub action to run the linters before merging into main is possible.

@emanuelbuholzer
Copy link
Contributor Author

Sounds great! I'll open up another pull request for a GitHub action using a Docker based build later today.

@emanuelbuholzer
Copy link
Contributor Author

See #7

@SyllogismRXS SyllogismRXS merged commit ea3efb2 into RIF-Robotics:main Jun 8, 2023
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