|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy package from rosbot_ros reporosbot 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.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-04-23 |
| Dev Status | DEVELOPED |
| Released | RELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Rafal Gorecki
Changelog for package rosbot_localization
1.0.0 (2026-04-21)
-
New firmware with microros namespace pre-communication support (#168)
- New firmware ([v1.0.0-jazzy]{.title-ref}) for ROSbot 3 and ROSbot XL enabling namespace configuration via serial pre-communication before microros agent starts
- `configure_robot` script — serial pre-communication node: sends namespace to MCU over FTDI/UART, verifies firmware version, waits for ACK
- Separated bringup — [bringup.yaml]{.title-ref} dispatches to [rosbot.yaml]{.title-ref} / [rosbot_xl.yaml]{.title-ref}; ROSbot XL gets dedicated nodes: [battery_alert]{.title-ref}, [led_strip_car_wave]{.title-ref}
- `tf_namespace_bridge` — bridges namespaced [/tf]{.title-ref} to global [/tf]{.title-ref} and [/tf_static]{.title-ref}
- `microros_mode` arg — allows overriding default communication mode (serial/udp)
- Controller tuning: updated ICR, wheel params and acceleration limits for both robots
- Renamed [FirmwareFlasherUSB/UART]{.title-ref} → [McuManagerFTDI/UART]{.title-ref} with added [reset_mcu()]{.title-ref}
- `battery_alert`: switched from [aplay]{.title-ref} to [paplay]{.title-ref} with configurable [audio_device]{.title-ref} ROS parameter (snap-friendly via [audio-playback]{.title-ref} interface); [pulseaudio-utils]{.title-ref} dep commented pending [ros/rosdistro#50811](https://github.com/ros/rosdistro/pull/50811)
- Fixed: argparse [required=True]{.title-ref} ignoring [os.getenv()]{.title-ref} default in [configure_robot]{.title-ref} and [flash_firmware]{.title-ref}
- Fixed: namespace validation before serial write in [configure_robot]{.title-ref}
- Fixed: missing [hasattr(e, "stderr")]{.title-ref} guard in [mcu_manager_uart]{.title-ref}
- Fixed: deprecated [on_init(HardwareInfo&)]{.title-ref} → [on_init(HardwareComponentInterfaceParams&)]{.title-ref} in [rosbot_hardware_interfaces]{.title-ref}
-
Fix rosbot_moveit dependencies
-
Add missing changelog descriptions for past releases (#167)
- Remove automatic bump
- Add missing changelog descriptions for past releases
-
Contributors: Rafal Gorecki, rafal-gorecki
0.18.8 (2026-03-02)
- Remove conditional dependencies
- Migrate rest of the ament_python pkg to ament_cmake
- Contributors: rafal-gorecki
0.18.7 (2026-02-27)
- Update public action version in workflow
- Contributors: rafal-gorecki
0.18.6 (2026-02-27)
- Unnecesary auto release
- Contributors: rafal-gorecki
0.18.5 (2026-02-27)
- prepare for apt release: execute catkin_generate_changelog manually
- Contributors: rafal-gorecki
0.18.4 (2026-02-27)
- rosbot_bringup: migrate ament_python pkg to ament_cmake package
- Contributors: rafal-gorecki
0.18.3 (2026-02-26)
- Use apt instead pip dependencies (python3-pyftdi-pip to python3-ftdi)
- Contributors: rafal-gorecki
0.18.2 (2026-02-26)
- Migrate ROS2 launch from Python to YAML
- Contributors: rafal-gorecki
0.18.1 (2025-12-10)
- Exceed arm_activate timeout
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot | |
| rosbot_bringup | |
| rosbot_gazebo | |
| rosbot_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy package from rosbot_ros reporosbot 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.0.0 |
| License | Apache License 2.0 |
| Build type | AMENT_CMAKE |
| Use | RECOMMENDED |
Repository Summary
| Description | |
| Checkout URI | https://github.com/husarion/rosbot_ros.git |
| VCS Type | git |
| VCS Version | jazzy |
| Last Updated | 2026-04-23 |
| Dev Status | DEVELOPED |
| Released | UNRELEASED |
| Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
Additional Links
Maintainers
- Husarion
Authors
- Rafal Gorecki
Changelog for package rosbot_localization
1.0.0 (2026-04-21)
-
New firmware with microros namespace pre-communication support (#168)
- New firmware ([v1.0.0-jazzy]{.title-ref}) for ROSbot 3 and ROSbot XL enabling namespace configuration via serial pre-communication before microros agent starts
- `configure_robot` script — serial pre-communication node: sends namespace to MCU over FTDI/UART, verifies firmware version, waits for ACK
- Separated bringup — [bringup.yaml]{.title-ref} dispatches to [rosbot.yaml]{.title-ref} / [rosbot_xl.yaml]{.title-ref}; ROSbot XL gets dedicated nodes: [battery_alert]{.title-ref}, [led_strip_car_wave]{.title-ref}
- `tf_namespace_bridge` — bridges namespaced [/tf]{.title-ref} to global [/tf]{.title-ref} and [/tf_static]{.title-ref}
- `microros_mode` arg — allows overriding default communication mode (serial/udp)
- Controller tuning: updated ICR, wheel params and acceleration limits for both robots
- Renamed [FirmwareFlasherUSB/UART]{.title-ref} → [McuManagerFTDI/UART]{.title-ref} with added [reset_mcu()]{.title-ref}
- `battery_alert`: switched from [aplay]{.title-ref} to [paplay]{.title-ref} with configurable [audio_device]{.title-ref} ROS parameter (snap-friendly via [audio-playback]{.title-ref} interface); [pulseaudio-utils]{.title-ref} dep commented pending [ros/rosdistro#50811](https://github.com/ros/rosdistro/pull/50811)
- Fixed: argparse [required=True]{.title-ref} ignoring [os.getenv()]{.title-ref} default in [configure_robot]{.title-ref} and [flash_firmware]{.title-ref}
- Fixed: namespace validation before serial write in [configure_robot]{.title-ref}
- Fixed: missing [hasattr(e, "stderr")]{.title-ref} guard in [mcu_manager_uart]{.title-ref}
- Fixed: deprecated [on_init(HardwareInfo&)]{.title-ref} → [on_init(HardwareComponentInterfaceParams&)]{.title-ref} in [rosbot_hardware_interfaces]{.title-ref}
-
Fix rosbot_moveit dependencies
-
Add missing changelog descriptions for past releases (#167)
- Remove automatic bump
- Add missing changelog descriptions for past releases
-
Contributors: Rafal Gorecki, rafal-gorecki
0.18.8 (2026-03-02)
- Remove conditional dependencies
- Migrate rest of the ament_python pkg to ament_cmake
- Contributors: rafal-gorecki
0.18.7 (2026-02-27)
- Update public action version in workflow
- Contributors: rafal-gorecki
0.18.6 (2026-02-27)
- Unnecesary auto release
- Contributors: rafal-gorecki
0.18.5 (2026-02-27)
- prepare for apt release: execute catkin_generate_changelog manually
- Contributors: rafal-gorecki
0.18.4 (2026-02-27)
- rosbot_bringup: migrate ament_python pkg to ament_cmake package
- Contributors: rafal-gorecki
0.18.3 (2026-02-26)
- Use apt instead pip dependencies (python3-pyftdi-pip to python3-ftdi)
- Contributors: rafal-gorecki
0.18.2 (2026-02-26)
- Migrate ROS2 launch from Python to YAML
- Contributors: rafal-gorecki
0.18.1 (2025-12-10)
- Exceed arm_activate timeout
File truncated at 100 lines see the full file
Package Dependencies
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot | |
| rosbot_bringup | |
| rosbot_gazebo | |
| rosbot_moveit |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |
Launch files
Messages
Services
Plugins
Recent questions tagged rosbot_joy at Robotics Stack Exchange
|
rosbot_joy 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
| Description | |
| 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
- Rafal Gorecki
Changelog for package rosbot_joy
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 pull request #70 from husarion/test-gazebo Test gazebo
- 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 pull request #69 from husarion/test-ekf Test ekf
- Merge branch 'humble' into test-ekf
- Merge branch 'humble' into test-spellcheck
- Contributors: rafal-gorecki
0.8.3 (2023-09-20)
- Merge pull request #67 from husarion/test-black Add black, flake8 and pep257 tests
- Merge remote-tracking branch 'origin/humble' into test-black
- Merge remote-tracking branch 'origin/humble' into test-bringup
- Contributors: Jakub Delicat, rafal-gorecki
0.8.2 (2023-09-01)
0.8.1 (2023-08-31)
0.8.0 (2023-08-16)
0.7.0 (2023-07-31)
- Merge remote-tracking branch 'origin/humble' into ros2-ign-camera-fix
- Merge pull request #56 from husarion/delihus-patch-1 Update ekf.yaml
- 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)
0.5.0 (2023-03-22)
- Merge pull request #44 from Kotochleb/humble-add-use-gpu Add use_gpu parameter
- Merge pull request #43 from Kotochleb/humble-add-ignition-support Add ignition support
- Contributors: Jakub Delicat, Krzysztof Wojciechowski
0.4.0 (2023-03-09)
File truncated at 100 lines see the full file
Package Dependencies
| Deps | Name |
|---|---|
| ament_cmake | |
| joy | |
| launch | |
| launch_ros | |
| teleop_twist_joy |
System Dependencies
Dependant Packages
| Name | Deps |
|---|---|
| rosbot_bringup | |
| rosbot_gazebo |