No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro github showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | melodic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core | |
kobuki_node |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged kobuki_driver at Robotics Stack Exchange
![]() |
kobuki_driver 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
Description | Core (non-ros) kobuki packages. |
Checkout URI | https://github.com/yujinrobot/kobuki_core.git |
VCS Type | git |
VCS Version | noetic |
Last Updated | 2020-09-16 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | cpp robotics kobuki |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
C++ driver library for Kobuki:
Pure C++ driver library for Kobuki. This is for those who do not wish to use ROS on their systems.
Additional Links
Maintainers
- Daniel Stonier
Authors
- Daniel Stonier
- Younghun Ju
- Jorge Santos Simon
README
No README found.
See repository README.
CHANGELOG
Changelog
0.7.11 (2020-09-15)
- [core] fix version macro pullution
- [infra] fix cmake project version warnings
0.7.10 (2020-09-13)
- [firmware] recommended version checking for 1.1.4 and 1.2.0
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)
- bugfix cliff header packet
0.6.2 (2016-01-09)
- enable the cx11 compiler
0.6.0 (2014-08-04)
- add linear and angular test plot image
- kobuki_driver : Updated doxygen. Issue #10.
- Contributors: Younghun Ju, jihoonl
0.5.3 (2013-09-06)
- Updated doxygen documentation.
0.5.2 (2013-08-31)
- Documentation and other text files reviewed.
0.5.1 (2013-08-30)
- Updated license info.
- Updated doxygen in the code.
- Update firmware_changelog.md.
0.5.0 (2013-08-29)
- Added debug topic of raw control command of robot.
- Removed debugging message.
- Updated doxygen about factory-default value of PID gain.
- Add firmware version checking on PID commands.
- Updated protocol specification in doxygen about custom PID gain setting.
- Updated doxygen script to let user do something when authentification of repository is failed.
- Bump minor version for firmware (new version is 1.2.0).
- Improved packet integrity checking. Issue #245.
- Added new protocol about custom PID gain setting. Issue #249.
- Updated doxygen.
- Removed ros logging code.
- Removed meaningless buffer size check in serialization of command packet.
- Fixed typo; mayor --> major.
- Added integrity check for each packets.
- Removed old printf codes.
- Removed meaningless buffer size check in serialization of packets.
- Fixed typo on update_doxygen.bash script.
- Added extra url info on all packages.
- Added brief description of update_doxygen.bash script.
- Added convenient script for automated update of doxygen document to the github.io page.
- Updated doxygen.
- Updated old rnd email address.
- Removed SetPower command packet from doxygen. It is not for external powers and unnecessary for kobuki.
- Corrected typos on doxygen about external power.
- lock api for protecting data access with asynchronous getXXX calls.
- Fix URL to the previous changelog wiki
- Changelogs at package level
- Reset odometry also for heading
- Updated raw_control_command topic to publish recevied command velocity also.
- Added a debug topic that publish actual base command sent to robot.
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
ecl_build | |
ecl_console | |
ecl_mobile_robot | |
ecl_converters | |
ecl_devices | |
ecl_geometry | |
ecl_sigslots | |
ecl_time | |
ecl_command_line | |
catkin |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
kobuki_core |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.