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

Applied xml schemas for xmllint #101

Merged
merged 6 commits into from
Nov 28, 2024
Merged

Applied xml schemas for xmllint #101

merged 6 commits into from
Nov 28, 2024

Conversation

delihus
Copy link
Contributor

@delihus delihus commented Jan 31, 2024

Modified the package.xml according https://github.com/colcon/colcon-bundle/blob/master/integration/test_workspace/src/test-nodes/package.xml and the schema template http://download.ros.org/schema/package_format3.xsd .

Added scheme for fastrpts xml config
Added pre-commit hook to prevent incompatibilities with http://download.ros.org/schema/package_format3.xsd
bump::patch

Signed-off-by: Jakub Delicat <[email protected]>
@delihus delihus requested a review from rafal-gorecki January 31, 2024 17:34
Comment on lines +75 to +78
- repo: https://github.com/comkieffer/pre-commit-xmllint.git
rev: 1.0.0
hooks:
- id: xmllint
Copy link
Contributor

@rafal-gorecki rafal-gorecki Feb 1, 2024

Choose a reason for hiding this comment

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

IMO doesn't work without shema arg. To test it you can try modyfy package.xml and pre-commit run -a.
But adding schema makes issue with microros.xml. I to fix this, but I cannot find info how to ignore single file.

@rafal-gorecki rafal-gorecki changed the base branch from humble to humble-devel November 28, 2024 09:58
@rafal-gorecki rafal-gorecki changed the title applied package.xml template Applied xml schemas for xmllint Nov 28, 2024
@rafal-gorecki rafal-gorecki merged commit f09c16a into humble-devel Nov 28, 2024
3 of 4 checks passed
@rafal-gorecki rafal-gorecki deleted the package-xml branch November 28, 2024 10:46
DominikN added a commit that referenced this pull request Dec 5, 2024
* Cleaner logs from flash script (#108)

* Clean up output of flash script

* Pre commit

* Cleaner

* Specify concrete commands

* Simplify

* pre-commit fix

* Clean up usb firmware

* Clean up unused arguments (#118)

* Add scan filter

* Clean up

* undo

* added docker setup for local build

* broken ros2 controller - previous worked fine

* Clean up unused arguments

* Fix workflow: Remove spellcheck (redundant), fix integration check

* Fix multiple robot spawn

* fixes

* Delete tools folder

* Pre-commit update and remove redundant flake8

* Fix some tests and set hash in vcs

* Clean up

* Move controller test to bringup and reduce test time

* Fix lidar in simulation

* Rename test files

* Fix tests

* Add scan_filtered test and improve workpace tree

---------

Co-authored-by: Dominik Nowak <[email protected]>

* Applied xml schemas for xmllint (#101)

* applied package.xml template

Signed-off-by: Jakub Delicat <[email protected]>

* chronology

Signed-off-by: Jakub Delicat <[email protected]>

* Support

Signed-off-by: Jakub Delicat <[email protected]>

* Removed unnecessary dep

Signed-off-by: Jakub Delicat <[email protected]>

* DDS xml lint

---------

Signed-off-by: Jakub Delicat <[email protected]>
Co-authored-by: rafal-gorecki <[email protected]>

* Pre-commit

* Humble docker (#124)

* Add hardware and sim Docker

* Fix hardware docker

* Fixes

* Use packages-up-to

* Add description to compose

* Add healthcheck + clean up

* Add healthcheck + clean up

* Remove combined.launch.py

* Add User env to docker

* Change healthcheck

* Clean up

* Update docs

* Add launch arguments info

* Add status info

* add unsaved

* fix

* Simplify

---------

Signed-off-by: Jakub Delicat <[email protected]>
Co-authored-by: Dominik Nowak <[email protected]>
Co-authored-by: Jakub Delicat <[email protected]>
DominikN added a commit that referenced this pull request Dec 11, 2024
* support for RPi5

* restart ros2_control_node if error

* minor fixes

* Update controller.launch.py

* fix mecanum lauch

* Fix controller namespace (#115)

* Fix controller namespace

* spellcheck fix

* use husarion-controller from main branch (#116)

* added docker setup for local build

* ros2 humble works without custom controllers

* Cleaner logs from flash script (#108)

* Clean up output of flash script

* Pre commit

* Cleaner

* Specify concrete commands

* Simplify

* pre-commit fix

* Clean up usb firmware

* Clean up unused arguments (#118)

* Add scan filter

* Clean up

* undo

* added docker setup for local build

* broken ros2 controller - previous worked fine

* Clean up unused arguments

* Fix workflow: Remove spellcheck (redundant), fix integration check

* Fix multiple robot spawn

* fixes

* Delete tools folder

* Pre-commit update and remove redundant flake8

* Fix some tests and set hash in vcs

* Clean up

* Move controller test to bringup and reduce test time

* Fix lidar in simulation

* Rename test files

* Fix tests

* Add scan_filtered test and improve workpace tree

---------

Co-authored-by: Dominik Nowak <[email protected]>

* Applied xml schemas for xmllint (#101)

* applied package.xml template

Signed-off-by: Jakub Delicat <[email protected]>

* chronology

Signed-off-by: Jakub Delicat <[email protected]>

* Support

Signed-off-by: Jakub Delicat <[email protected]>

* Removed unnecessary dep

Signed-off-by: Jakub Delicat <[email protected]>

* DDS xml lint

---------

Signed-off-by: Jakub Delicat <[email protected]>
Co-authored-by: rafal-gorecki <[email protected]>

* Some fixes

* test

* Pre-commit

* pre-commit

* Humble docker (#124)

* Add hardware and sim Docker

* Fix hardware docker

* Fixes

* Use packages-up-to

* Add description to compose

* Jazzy docker (#125)

* Add hardware and sim Docker

* Fix hardware docker

* Fixes

* Fixes

* Simulation gz_gui fixes + use TwistStamped

* Use packages-up-to

* Add healthcheck + clean up

* Add healthcheck + clean up

* Remove combined.launch.py

* Add User env to docker

* Add devcontainer

* Changes in healthcheck

* Fix simulation

* Red error info

* Change healthcheck

* Remove healthcheck arg

* Fix workflow

* Remove building imu_broadcaster

* One more removal

* update repos

* Clean up

* Update docs

* Add launch arguments info

* Add status info

* add unsaved

* fix

* Simplify

* Update URDF, fix mecanum sim, fix laser_filter ns, remove tf renaming

* pre-commit

* Fix ros2 controller with namespace

* Fix building instructions

* Fix indent

* Fix mecanum controller

* Remove camera test from sim

* update

* Adjust wheel_separation_multiplier param

* Simplify docker

---------

Signed-off-by: Jakub Delicat <[email protected]>
Co-authored-by: dominikn <[email protected]>
Co-authored-by: Jakub Delicat <[email protected]>
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