FIX: change inertial macro name to avoid namespace collisions#6
Merged
slimasziom merged 5 commits intohumble-develfrom Mar 18, 2025
Merged
FIX: change inertial macro name to avoid namespace collisions#6slimasziom merged 5 commits intohumble-develfrom
slimasziom merged 5 commits intohumble-develfrom
Conversation
macmacal
requested changes
Mar 18, 2025
Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com>
slimasziom
added a commit
that referenced
this pull request
Mar 18, 2025
* Update CHANGELOG.md * FIX: change inertial macro name to avoid namespace collisions (#6) * FIX: change inertial macro name to avoid namespace collisions * CHG: docs * CHG: pre-commit * Update urdf/robotiq_hande_gripper.xacro Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * REV: cylinder_inertial filename --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * CHG: changelog * CHG: package version bump * added citation file * bumped version * fixed default rotatation of hande --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com>
slimasziom
added a commit
that referenced
this pull request
Aug 25, 2025
* Update CHANGELOG.md * FIX: change inertial macro name to avoid namespace collisions (#6) * FIX: change inertial macro name to avoid namespace collisions * CHG: docs * CHG: pre-commit * Update urdf/robotiq_hande_gripper.xacro Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * REV: cylinder_inertial filename --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * CHG: changelog * CHG: package version bump * added citation file * bumped version * fixed default rotatation of hande * updated citation file * CHG: changelog * Make gripper mounting pose configurable * Format * Format * Format * Update changelog * Update changelog Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * added param frequency_hz * hande: changed `tty` to `tty_port` * added socat params * renamed virtual_tty to socat_tty * updated cmake version * fmt * updated changelog * updated changelog * Merge pull request #15 from AGH-CEAI/bugfix/fix_typo Fix typo * CHG: bump version * FIX: docs * CHG: bumb citation version --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> Co-authored-by: Jakub <sivral@proton.me>
slimasziom
added a commit
that referenced
this pull request
Aug 25, 2025
* Humble release v0.1.1 (#8) * Update CHANGELOG.md * FIX: change inertial macro name to avoid namespace collisions (#6) * FIX: change inertial macro name to avoid namespace collisions * CHG: docs * CHG: pre-commit * Update urdf/robotiq_hande_gripper.xacro Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * REV: cylinder_inertial filename --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * CHG: changelog * CHG: package version bump * added citation file * bumped version * fixed default rotatation of hande --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com> * CHG: bump version * FIX: docs * CHG: bumb citation version * CHG: changelog --------- Co-authored-by: Maciej Aleksandrowicz <mac.aleksandrowicz@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
We need to have macro names that have low risk of conflicting with another macros in global namespace. Changes parameters to more descriptive ones.
Motivation and context
We encountered problems with
cylinder_inertialmacro when running multiple packages (ros2_net_ft_driver).How has this been tested?
Checked with aegis-ros project.
Checklist
Clickup task: 8697umfeh