|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros repohusarion_asset_server rosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_moveit rosbot_utils |
ROS Distro
|
Package Summary
| Version | 1.2.4 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-09-03 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
1.2.4 (2026-09-01)
- Bump dependencies
- Contributors: rafal-gorecki
1.2.3 (2026-08-26)
-
Add ROSbot 3 pro config + move camera_mount to custom yaml component (#194)
* Add ROSbot 3 pro configuration (OAK-D Pro + RPLIDAR S2) basic stays OAK-D Lite + RPLIDAR C1; pro is the ROSbot 3 PRO sensor set, mirroring the existing basic/telepresence/autonomy split for rosbot_xl.
* Move camera_mount to a custom yaml component for ROSbot XL Was built into rosbot_xl_macro.urdf.xacro behind an internal include_camera_mount toggle; now telepresence.yaml/autonomy.yaml add it as a [type: custom]{.title-ref} component (like man01_bracket), with camera_mount_angle_1/2 read straight off that yaml entry via the new husarion_components_description [component]{.title-ref} passthrough (bumped pin: f059bb6 -> 5f783f8).
- Use canonical component names instead of SKU codes in manipulation configs
- Bump firmware
* Fix test_spawn_robot_configuration_choices to cover both models configuration is now a shared arg (rosbot: basic/pro/custom, rosbot_xl: full set) since the ROSbot 3 pro config landed, but the test still only diffed spawn_robot.yaml's choices against rosbot_xl/*.yaml, so adding [pro]{.title-ref} (which lives under config/rosbot/) tripped it as drift.
-
Contributors: Rafal Gorecki
1.2.2 (2026-08-25)
- Fix tf_bridge remap tf topic bug
- Add husarion_asset_msgs to rosbot_simulation.repos
- Contributors: rafal-gorecki
1.2.1 (2026-08-14)
1.2.0 (2026-08-12)
-
Compose tf_namespace_bridge with robot_state_publisher (#190)
* Compose tf_namespace_bridge with robot_state_publisher RSP is the highest-frequency /tf publisher in the stack and tf_namespace_bridge is its direct subscriber, so loading both into one rclcpp_components container skips a serialize/DDS hop per transform. Also dedupes the tf_namespace_bridge standalone-node launch block, previously copy-pasted across rosbot_bringup (x2) and rosbot_gazebo, into rosbot_description's node_container — including the config file, identical in all three copies.
- Bump tf_namespace_bridge
* Revert composing tf_namespace_bridge with robot_state_publisher LoadComposableNodes lazily creates a shared launch_ros ROSAdapter and registers an OnShutdown handler. rosbot_controller/controller.yaml's ros2_control_node has on_exit: shutdown (deliberate fail-fast), so every exit of it -- including a completely normal shutdown -- fires an extra Shutdown that races the planned one, double-calling ros_adapter.shutdown() and raising "Cannot shutdown a ROS adapter that is not running". That exception interrupts the SIGINT->SIGTERM escalation for the remaining processes, so unrelated ones die via raw signal instead of exiting cleanly. 100% reproducible in CI, and the same symptom shows up independently in navigation2#4722 -- a launch_ros framework interaction, not fixable from our launch files. Keeps the config dedup (rosbot_description is now the sole owner of tf_namespace_bridge.yaml, previously duplicated identically across rosbot_bringup/rosbot_gazebo/rosbot_description) since that part never touched node composition and stayed green throughout.
-
Restore vendored stb_image.h and the controllers pin rationale (#189) clang-format rewrote 6.3k lines of upstream stb_image v2.30 before the third_party exclusion landed, so the file could no longer be resynced against upstream.
-
Merge pull request #188 from husarion/feature/twist-mux-controller Feature/twist mux controller
-
Fix vcs
-
Add navigation animation and rename car_wave to ready
-
Bump husarion_controllers to merged drive_controller param
-
Add twist_mux_controller for cmd_vel priority arbitration Gamepad and nav2 both published to /cmd_vel with nothing arbitrating between them. The mux chains onto the drive controller's reference
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_controller | |
| rosbot_description | |
| rosbot_hardware_interfaces | |
| rosbot_joy | |
| rosbot_localization | |
| rosbot_moveit | |
| rosbot_utils |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot at Robotics Stack Exchange
|
rosbot package from rosbot_ros reporosbot rosbot_bringup rosbot_controller rosbot_description rosbot_gazebo rosbot_hardware_interfaces rosbot_joy rosbot_localization rosbot_utils |
ROS Distro
|
Package Summary
| Version | 0.15.2 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | humble |
| Last Updated | 2025-12-09 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Jakub Delicat
- Nikolas Duc
- Rafal Gorecki
- Dominik Nowak
- Maciej Stepien
Changelog for package rosbot
0.15.1 (2025-04-09)
0.15.0 (2025-04-07)
0.13.2 (2024-05-08)
0.13.1 (2024-02-01)
0.13.0 (2024-01-15)
0.12.0 (2024-01-02)
0.11.1 (2023-12-29)
0.11.0 (2023-12-08)
0.10.5 (2023-12-05)
0.10.4 (2023-12-01)
0.10.3 (2023-11-08)
0.10.2 (2023-11-07)
0.10.1 (2023-10-25)
0.10.0 (2023-10-24)
0.9.0 (2023-10-16)
0.8.5 (2023-10-11)
- Merge remote-tracking branch 'origin/test-gazebo' into test-gazebo
- Merge branch 'humble' into test-gazebo
- Contributors: Jakub Delicat, rafal-gorecki
0.8.4 (2023-09-21)
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
- Merge pull request #66 from husarion/humble-update-simulation-dependencies Rename gazebo_worlds to husarion_office_gz
- Contributors: Jakub Delicat
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge pull request #57 from husarion/ros2-ign-camera-fix Unify astra URDF | workaround pointloud frame
- Contributors: Jakub Delicat
0.6.1 (2023-05-19)
0.6.0 (2023-05-04)
- Merge pull request #45 from husarion/add-mecanum-wheels Add mecanum wheels in real robot and simulation
- Merge remote-tracking branch 'origin/humble' into add-mecanum-wheels
- Contributors: Jakub Delicat
0.5.1 (2023-04-03)
- Merge pull request #46 from husarion/fix-ros-build-flag Change build flag to HUSARION_ROS_BUILD
- Contributors: Jakub Delicat
0.5.0 (2023-03-22)
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat
0.4.0 (2023-03-09)
0.3.0 (2023-02-01)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| rosbot_bringup | |
| rosbot_gazebo |