Skip to content

Modified rosdep install to skip ignition-fortress deps on robot board - #8

Merged
OhSungHyeon merged 1 commit into
mainfrom
feature-skip-gazebo-rosdep-keys
Jul 24, 2026
Merged

Modified rosdep install to skip ignition-fortress deps on robot board#8
OhSungHyeon merged 1 commit into
mainfrom
feature-skip-gazebo-rosdep-keys

Conversation

@OhSungHyeon

Copy link
Copy Markdown
Contributor

Problem

  • The rosdep install step in bash scripts/setting.sh fails to install ros-gz-sim, ign-ros2-control, and ignition-fortress, because the sensors6 6.8.1+ required by libignition-gazebo6 is not available from apt

Consideration

  • These dependencies are declared only in the simulation-only package antbot_gazebo, and the actual Jetson board does not run gazebo simulation, so they can be safely excluded

Change

  • Added --skip-keys "ros_gz_sim ros_gz_bridge ign_ros2_control ignition-fortress" to rosdep install to exclude the simulation dependencies from installation

Signed-off-by: SungHyeon Oh <osh@robotis.com>
@OhSungHyeon
OhSungHyeon requested a review from dujeong July 24, 2026 07:23
@OhSungHyeon OhSungHyeon added the enhancement New feature or request label Jul 24, 2026
@gemini-code-assist

Copy link
Copy Markdown

Caution

The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased.

@dujeong dujeong left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

확인했습니다. 감사합니다

@OhSungHyeon
OhSungHyeon merged commit 70a5aef into main Jul 24, 2026
10 checks passed
@OhSungHyeon
OhSungHyeon deleted the feature-skip-gazebo-rosdep-keys branch July 24, 2026 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants