Skip to content

use husarion_components_description #577

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

Merged
merged 2 commits into from
Jun 13, 2025

Conversation

KmakD
Copy link
Contributor

@KmakD KmakD commented Jun 10, 2025

Description

  • change ros_components_description to husarion_components_description

Requirements

  • (Dependency PR)
  • Backport
  • Code style guidelines followed
  • Documentation updated
  • Other repositories updated .repos

Tests 🧪

  • Robot
  • Container
  • Simulation

Summary by CodeRabbit

  • Chores
    • Updated all references from ros_components_description to husarion_components_description across configuration, dependency, URDF, launch, and documentation files.
    • Updated relevant repository URLs and commit hashes in dependency files.
    • Adjusted documentation to reflect the new component description repository location.

Copy link
Contributor

coderabbitai bot commented Jun 10, 2025

Walkthrough

References to the ros_components_description package and repository were replaced with husarion_components_description across repository configuration files, package manifests, URDF xacro files, launch files, and documentation. Associated Git URLs and commit hashes were updated accordingly, ensuring all dependencies and includes now point to the renamed package and repository.

Changes

File(s) Change Summary
husarion_ugv/hardware_deps.repos
husarion_ugv/simulation_deps.repos
Renamed repository entry from ros_components_description to husarion_components_description, updated Git URL and commit hash.
husarion_ugv_description/package.xml
husarion_ugv_gazebo/package.xml
Replaced dependency on ros_components_description with husarion_components_description in package manifests.
husarion_ugv_description/urdf/lynx.urdf.xacro
husarion_ugv_description/urdf/panther.urdf.xacro
Updated xacro include paths from ros_components_description to husarion_components_description.
husarion_ugv_gazebo/launch/simulate_robot.launch.py Changed launch file package reference from ros_components_description to husarion_components_description.
husarion_ugv_gazebo/CONFIGURATION.md Updated documentation URL from ros_components_description to husarion_components_description.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant ROS_Launch
    participant husarion_components_description
    participant URDF_Xacro

    User->>ROS_Launch: Launch simulation (simulate_robot.launch.py)
    ROS_Launch->>husarion_components_description: Include gz_components.launch.py
    ROS_Launch->>URDF_Xacro: Load URDF (includes husarion_components_description xacro)
    URDF_Xacro->>husarion_components_description: Use components macros
Loading

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between ca5b94a and 3f40676.

📒 Files selected for processing (2)
  • husarion_ugv/hardware_deps.repos (1 hunks)
  • husarion_ugv/simulation_deps.repos (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • husarion_ugv/simulation_deps.repos
🚧 Files skipped from review as they are similar to previous changes (1)
  • husarion_ugv/hardware_deps.repos
⏰ Context from checks skipped due to timeout of 90000ms (3)
  • GitHub Check: Run unit tests simulation build type
  • GitHub Check: Run unit tests hardware build type
  • GitHub Check: pre-commit / pre-commit

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

📜 Review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2e88f72 and ca5b94a.

📒 Files selected for processing (8)
  • husarion_ugv/hardware_deps.repos (1 hunks)
  • husarion_ugv/simulation_deps.repos (1 hunks)
  • husarion_ugv_description/package.xml (1 hunks)
  • husarion_ugv_description/urdf/lynx.urdf.xacro (1 hunks)
  • husarion_ugv_description/urdf/panther.urdf.xacro (1 hunks)
  • husarion_ugv_gazebo/CONFIGURATION.md (1 hunks)
  • husarion_ugv_gazebo/launch/simulate_robot.launch.py (1 hunks)
  • husarion_ugv_gazebo/package.xml (1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms (2)
  • GitHub Check: Run unit tests hardware build type
  • GitHub Check: Run unit tests simulation build type
🔇 Additional comments (7)
husarion_ugv_gazebo/CONFIGURATION.md (1)

11-11: Link updated to new repository name
The URL for the ANT02 component now correctly points to husarion_components_description.

husarion_ugv_description/urdf/panther.urdf.xacro (1)

29-31: Update package include path
The <xacro:include> now references husarion_components_description instead of the old package.

husarion_ugv_gazebo/package.xml (1)

31-31: Replace runtime dependency
The exec-time dependency under the simulation condition has been updated to husarion_components_description.

husarion_ugv_description/urdf/lynx.urdf.xacro (1)

29-31: Update package include path
The <xacro:include> directive now correctly points to husarion_components_description.

husarion_ugv_gazebo/launch/simulate_robot.launch.py (1)

193-196: Correct package reference for component launch.

The FindPackageShare substitution is updated to "husarion_components_description", replacing the old "ros_components_description". This aligns with the renamed repository. Please confirm that the new package dependency is declared in package.xml and available in the workspace at the specified commit.

husarion_ugv/simulation_deps.repos (1)

14-17: Update dependency entry for components description.

The repository key, URL, and commit hash have been updated to husarion_components_description (https://github.com/husarion/husarion_components_description.git @ 0a828de00e2ab59cfd7bc397b8af021c60d52ba5). Ensure this commit exists and that downstream consumers of this .repos file fetch the correct version.

husarion_ugv/hardware_deps.repos (1)

10-13: Align hardware deps with renamed components repo.

The entry for husarion_components_description now replaces ros_components_description, with matching Git URL and version as in simulation_deps.repos. Verify consistency across all .repos files and that CI pipelines pull the updated repo correctly.

@rafal-gorecki rafal-gorecki merged commit 6942915 into ros2-devel Jun 13, 2025
3 checks passed
@rafal-gorecki rafal-gorecki deleted the husarion_components_description branch June 13, 2025 16:51
@husarion-inframan
Copy link
Contributor

Backport failed for humble-devel, because it was unable to cherry-pick the commit(s).

Please cherry-pick the changes locally and resolve any conflicts.

git fetch origin humble-devel
git worktree add -d .worktree/backport-577-to-humble-devel origin/humble-devel
cd .worktree/backport-577-to-humble-devel
git switch --create backport-577-to-humble-devel
git cherry-pick -x 6942915d378c5658b9cfeb3435f71bf24710de7d

KmakD added a commit that referenced this pull request Jun 16, 2025
* use husarion_components_description

* bump components version

(cherry picked from commit 6942915)
rafal-gorecki pushed a commit that referenced this pull request Jun 16, 2025
* use husarion_components_description

* bump components version

(cherry picked from commit 6942915)
@coderabbitai coderabbitai bot mentioned this pull request Jul 24, 2025
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants