No version for distro humble showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro jazzy showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro kilted showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro rolling showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro github showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro galactic showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
No version for distro iron showing melodic. Known supported distros are highlighted in the buttons above.
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.7.15 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/ipa320/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-17 |
Dev Status | MAINTAINED |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
0.6.7 (2016-04-02)
0.6.6 (2016-04-01)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.
Recent questions tagged cob_generic_can at Robotics Stack Exchange
Package Summary
Tags | No category tags. |
Version | 0.7.17 |
License | Apache 2.0 |
Build type | CATKIN |
Use | RECOMMENDED |
Repository Summary
Description | The cob_driver stack includes packages that provide access to the Care-O-bot hardware over ROS messages and services. E.g. for mobile base, arm, camera_sensors, scanners, etc... |
Checkout URI | https://github.com/4am-robotics/cob_driver.git |
VCS Type | git |
VCS Version | kinetic_dev |
Last Updated | 2024-04-30 |
Dev Status | END-OF-LIFE |
Released | RELEASED |
Tags | No category tags. |
Contributing |
Help Wanted (-)
Good First Issues (-) Pull Requests to Review (-) |
Package Description
The package cob_generic_can provides an interface for nodes on a can-bus and examplary wrappers for two PeakSys-can-libs. When a can-bus-device is generated (for an example see base_dirve_chain) you can use generic_can to create as many itfs as there will be components communicating via this can-bus. Assign type of the can communication device (e.g. usb-to-can or can-card of a specific vendor) and can-address of the target device. This package comes with wrappers for PeakSys and PeakSysUSB adapters.
Additional Links
Maintainers
- Matthias Gruhler
Authors
- Christian Connette
README
No README found.
See repository README.
CHANGELOG
Changelog for package cob_generic_can
0.7.17 (2024-04-30)
0.7.16 (2024-02-20)
0.7.15 (2023-11-06)
0.7.14 (2022-11-17)
0.7.13 (2022-07-29)
0.7.12 (2022-03-15)
0.7.11 (2022-01-12)
0.7.10 (2021-12-23)
0.7.9 (2021-11-26)
0.7.8 (2021-10-19)
0.7.7 (2021-08-02)
0.7.6 (2021-05-10)
0.7.5 (2021-04-06)
0.7.4 (2020-10-14)
- Merge pull request #417 from fmessmer/test_noetic test noetic
- Bump CMake version to avoid CMP0048 warning
- Contributors: Felix Messmer, fmessmer
0.7.3 (2020-03-18)
0.7.2 (2020-03-18)
- Merge pull request #408 from fmessmer/ci_updates [travis] ci updates
- catkin_lint fixes
- Contributors: Felix Messmer, fmessmer
0.7.1 (2019-11-07)
0.7.0 (2019-08-06)
- Merge pull request #380 from ipa-jba/fix/boost_shared_ptr [Melodic] combined melodify pr
- use all the pointer names I could find
- replace boost in cob_generic_can
- Merge pull request #396 from HannesBachter/indigo_dev 0.6.15
- Contributors: Felix Messmer, Jannik Abbenseth
0.6.15 (2019-07-17)
0.6.14 (2019-06-07)
0.6.13 (2019-03-14)
0.6.12 (2018-07-21)
0.6.11 (2018-01-07)
- Merge remote-tracking branch 'origin/indigo_release_candidate' into indigo_dev
- Merge pull request #341 from ipa-fxm/APACHE_license use license apache 2.0
- use license apache 2.0
- Contributors: Felix Messmer, ipa-fxm, ipa-uhr-mk
0.6.10 (2017-07-24)
0.6.9 (2017-07-18)
- SocketCAN support
(#269)
- SocketCAN finished implementaiton.
- Licence update and formating.
- Run socketcan_interface in the new thread.
- Removed cmake_modules for boost.
- Thread initialisation moved to front and added sleep to let enough time to start the thread since this caused problems in some cases (on some computers).
- Using ThreadedSocketCANInterface.
- BufferedReader working
- Updated dependecies and removed initCAN() function.
- Clean SocketCAN implementation and set Timeout to correct unit (MicroSeconds)
- manually fix changelog
- Contributors: Denis Štogl, ipa-fxm
0.6.8 (2016-10-10)
File truncated at 100 lines see the full file
Package Dependencies
Deps | Name |
---|---|
catkin | |
cob_utilities | |
libntcan | |
libpcan | |
socketcan_interface |
System Dependencies
No direct system dependencies.
Dependant Packages
Name | Deps |
---|---|
cob_base_drive_chain | |
cob_canopen_motor | |
cob_driver |
Launch files
No launch files found
Messages
No message files found.
Services
No service files found
Plugins
No plugins found.