![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.0.0 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.0.x |
Last Updated | 2020-01-14 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ament_cmake | |
kobuki_dock_drive | |
kobuki_driver |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 1.4.1 |
License | BSD |
Build type | AMENT_CMAKE |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/kobuki-base/kobuki_core.git |
VCS Type | git |
VCS Version | release/1.4.x |
Last Updated | 2024-06-13 |
Dev Status | UNMAINTAINED |
CI status | No Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
Kobuki Core
The Kobuki Core stack consists of c++ libraries and utilities for working with a Kobuki Robot.
Documentation
The Kobuki ecosystem contains several repositories and packages that get bundled together. Refer to the documentation release relevant to the branch/version of kobuki_core you are using:
Kobuki Core Branch | Kobuki Documentation Release |
---|---|
devel | https://kobuki.readthedocs.io/en/devel/ |
release/1.2.x | https://kobuki.readthedocs.io/en/release-1.0.x/ |
Changelog
Forthcoming
- ...
1.4.1 (2024-06-13)
- [all] fix compilation on aarch64, #51
1.4.0 (2022-10-24)
- [demos] log levels demo added, #42
- [driver] bugfix major, minor, patch macro conflicts, #44
- [demos] style cleanups, #47
- [driver] grammar fixes, #47
1.3.1 (2020-09-15)
- [keyop] protect command variables with a mutex, #41
- [core] ros prefixes dropped, custom_logging & raw_data_stream demos, #40
- [infra] recommended firmware versions 1.1.4, 1.2.0, #37
1.3.0 (2020-09-12)
- [all] LegacyPose2D -> Vector3d, #36
1.2.0 (2020-08-30)
- [infra] kobuki_dock_drive and kobuki_driver merged into kobuki_core, #31
- [tools] kobuki_simple_keyop -> kobuki-simple-keyop, #35.
- [tools] kobuki_version_info -> kobuki-version-info, #35.
1.1.1 (2020-08-19)
- [udev] bugfix low latency ftdi operation, #28.
- [demos] added an event demo, also minor cleanup, #27.
- [infra] don't use system headers for dependencies, #27.
1.1.0 (2020-08-04)
- [infra] ament_export_interfaces -> ament_export_targets, #21.
- [driver] bugfix correct size for pyaload length lookup, #19 <<https://github.com/kobuki-base/kobuki_core/pull/19>>`_.
- [infra] license links updated, #15.
1.0.0 (2020-01-13)
- [infra] port and release for ROS2/Eloquent
- [infra] udev rule and debian installation thereof, #13.
0.8.1 (2019-01-09)
- remove unused and dodgy float builder, fixed uninitialised warnings, #53.
0.8.0 (2019-01-09)
- updated build infra for changes ament/eloquent
0.7.7 (2017-03-29)
- accel limiter variable initialisation bugfix
0.7.6 (2017-03-27)
- doxygen updates
0.7.4 (2017-02-23)
- drop spurious debugging cmake message that was throwing warnings
0.7.2 (2016-11-09)
- Pose2D -> LegacyPose2D
0.7.1 (2016-05-06)
- isnan -> std::isnan
0.6.3 (2016-05-06)
File truncated at 100 lines see the full file
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_command_line | |
ecl_config | |
ecl_console | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_mobile_robot | |
ecl_sigslots | |
ecl_threads | |
ecl_time | |
ament_cmake_ros |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
kobuki_auto_docking | |
kobuki_node |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver kobuki_ftdi |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.6.5 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | indigo |
Last Updated | 2016-11-09 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
0.6.1 (2015-05-27)
0.6.0 (2014-08-04)
0.5.3 (2013-09-06)
0.5.2 (2013-08-31)
- Fix the list of packages on this stack.
0.5.1 (2013-08-30)
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
kobuki_dock_drive | |
kobuki_driver | |
kobuki_ftdi |
System Dependencies
Dependant Packages
Name | Deps |
---|---|
cartographer_turtlebot |
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver kobuki_ftdi |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.5.4 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | hydro |
Last Updated | 2014-05-29 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
0.5.4 (2014-05-23)
0.5.3 (2013-09-06)
0.5.2 (2013-08-31)
- Fix the list of packages on this stack.
0.5.1 (2013-08-30)
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
kobuki_dock_drive | |
kobuki_driver | |
kobuki_ftdi |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver kobuki_ftdi |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.10 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | kinetic |
Last Updated | 2020-09-16 |
Dev Status | DEVELOPED |
CI status | Continuous Integration |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
0.6.1 (2015-05-27)
0.6.0 (2014-08-04)
0.5.3 (2013-09-06)
0.5.2 (2013-08-31)
- Fix the list of packages on this stack.
0.5.1 (2013-08-30)
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
kobuki_dock_drive | |
kobuki_driver | |
kobuki_ftdi |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver kobuki_ftdi |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | DEVELOPED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
0.6.1 (2015-05-27)
0.6.0 (2014-08-04)
0.5.3 (2013-09-06)
0.5.2 (2013-08-31)
- Fix the list of packages on this stack.
0.5.1 (2013-08-30)
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
kobuki_dock_drive | |
kobuki_driver | |
kobuki_ftdi |
System Dependencies
Dependant Packages
Launch files
Messages
Services
Plugins
Recent questions tagged kobuki_core at Robotics Stack Exchange
![]() |
kobuki_core package from kobuki_core repokobuki_core kobuki_dock_drive kobuki_driver kobuki_ftdi |
ROS Distro
|
Package Summary
Tags | No category tags. |
Version | 0.7.12 |
License | BSD |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2020-09-16 |
Dev Status | DEVELOPED |
CI status | Continuous Integration : 0 / 0 |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (0)
Good First Issues (0) Pull Requests to Review (0) |
Package Description
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
- Marcus Liebhardt
Changelog for package kobuki_core
0.6.1 (2015-05-27)
0.6.0 (2014-08-04)
0.5.3 (2013-09-06)
0.5.2 (2013-08-31)
- Fix the list of packages on this stack.
0.5.1 (2013-08-30)
0.5.0 (2013-08-29)
- Separated into kobuki_core stack.
- adds eclipse project files.
- adds the kobuki random walker to the kobuki metapackage.
- Added extra url info on all packages.
- Updated old rnd email address.
- Fix URL to the previous changelog wiki.
- Changelogs at package level.
Previous versions, bugfixing
Available in ROS wiki: http://ros.org/wiki/kobuki/ChangeList
Wiki Tutorials
Package Dependencies
Deps | Name |
---|---|
catkin | |
kobuki_dock_drive | |
kobuki_driver | |
kobuki_ftdi |