Skip to content

docs: Adds a missing dependency note for irobot_create_description and fixed issue #45…#46

Open
ShivamMaurya14 wants to merge 1 commit intoturtlebot:gh-pagesfrom
ShivamMaurya14:fix/add-irobot-create-description-dependency
Open

docs: Adds a missing dependency note for irobot_create_description and fixed issue #45…#46
ShivamMaurya14 wants to merge 1 commit intoturtlebot:gh-pagesfrom
ShivamMaurya14:fix/add-irobot-create-description-dependency

Conversation

@ShivamMaurya14
Copy link
Copy Markdown

… (fixes #45)

Description

Adds a missing dependency note for irobot_create_description when building turtlebot4_description when following the official user manual.

The current documentation only lists ros-jazzy-turtlebot4-description , ros-jazzy-turtlebot4-msgs ,
ros-jazzy-turtlebot4-navigation , ros-jazzy-turtlebot4-node

This leads to a build failure when users attempt to build the package from source gives error of a missing dependency note for irobot_create_description

Fixes

Fixes #45 >

How Has This Been Tested?

  • Followed the official documentation steps → build failed due to missing irobot_create_description

  • Installed dependency from source using and after that no error all build successfully :

       sudo apt install ros-jazzy-turtlebot4-description \
       ros-jazzy-turtlebot4-msgs \
       ros-jazzy-turtlebot4-navigation \
       ros-jazzy-turtlebot4-node \
       ros-jazzy-irobot-create-description
    

@ShivamMaurya14 ShivamMaurya14 changed the title docs: Add irobot_create_description dependency for Jazzy installation and fixed issue #45… docs: Adds a missing dependency note for irobot_create_description when building turtlebot4_description when following the official user manual. and fixed issue #45… Apr 16, 2026
@ShivamMaurya14 ShivamMaurya14 changed the title docs: Adds a missing dependency note for irobot_create_description when building turtlebot4_description when following the official user manual. and fixed issue #45… docs: Adds a missing dependency note for irobot_create_description and fixed issue #45… Apr 16, 2026
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.

TurtleBot4 Common installation does not mention the dependency irobot_create_description

1 participant