No version for distro humble showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro jazzy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro kilted showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro rolling showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro ardent showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro bouncy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro crystal showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro eloquent showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro dashing showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro galactic showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro foxy showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro iron showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.6
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version jade
Last Updated 2017-08-30
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test
  • do full recover if if driver is not ready
  • wait for driver to be shutdown in run()
  • limit SDO reader to size of 1
  • do not send abort twice
  • removed unnecessary sleep (added for tests only)
  • catch all std exceptions in layer handlers
  • migrated SDOClient to BufferedReader
  • getter for LayerState
  • fixed lost wake-up condition, unified SDO accessors
  • minor NMT improvements
  • removed cond from PDOMapper, it does not wait on empty buffer anymore
  • Simple master counts nodes as well
  • throw exception on read from empty buffer
  • proper initialisation of PDO data from SDOs
  • change sync subscription only on change
  • shutdown and restart CAN layer on recover
  • canopen::Exception is now based on std::runtime_error
  • Merge pull request #109 from ipa-mdl/shutdown-crashes Fix for pluginlib-related crashes on shutdown
  • stop after heartbeat was disabled, do not wait for state switch
  • added virtual destructor to SyncCounter
  • Use getHeartbeatInterval()
  • minor shutdown improvements
  • removed unstable StateWaiter::wait_for
  • Revert change to handleShutdown
  • Heartbeat interval is uint16, not double
  • Added validity check to heartbeat_ (Some devices do not support heartbeat)
  • Contributors: Florian Weisshardt, Mathias Lüdtke, Michael Stoll

0.6.4 (2015-07-03)

  • added missing include, revised depends etc.

0.6.3 (2015-06-30)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.6.9
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version indigo-devel
Last Updated 2018-05-23
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.6.9 (2018-05-23)

0.6.8 (2017-07-18)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.6.7 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.6.6 (2017-03-18)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • added object access services
  • implemented ObjectStorage::getStringReader
  • implemented ExternalMaster
  • Contributors: Mathias Lüdtke

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test
  • do full recover if if driver is not ready
  • wait for driver to be shutdown in run()
  • limit SDO reader to size of 1
  • do not send abort twice
  • removed unnecessary sleep (added for tests only)
  • catch all std exceptions in layer handlers
  • migrated SDOClient to BufferedReader
  • getter for LayerState
  • fixed lost wake-up condition, unified SDO accessors
  • minor NMT improvements
  • removed cond from PDOMapper, it does not wait on empty buffer anymore
  • Simple master counts nodes as well
  • throw exception on read from empty buffer
  • proper initialisation of PDO data from SDOs
  • change sync subscription only on change
  • shutdown and restart CAN layer on recover
  • canopen::Exception is now based on std::runtime_error
  • Merge pull request #109 from ipa-mdl/shutdown-crashes Fix for pluginlib-related crashes on shutdown
  • stop after heartbeat was disabled, do not wait for state switch
  • added virtual destructor to SyncCounter
  • Use getHeartbeatInterval()
  • minor shutdown improvements
  • removed unstable StateWaiter::wait_for
  • Revert change to handleShutdown
  • Heartbeat interval is uint16, not double
  • Added validity check to heartbeat_ (Some devices do not support heartbeat)
  • Contributors: Florian Weisshardt, Mathias Lüdtke, Michael Stoll

0.6.4 (2015-07-03)

  • added missing include, revised depends etc.

0.6.3 (2015-06-30)

  • added Settings class
  • added SimpleMaster
  • remove boost::posix_time::milliseconds from SyncProperties
  • removed support for silence_us since bus timing cannot be guaranteed
  • properly handle cases where def_val == init_val
  • implemented plugin-based Master allocators, defaults to LocalMaster
  • moved master/synclayer base classes to canopen.h
  • added support for non-continuous PDO ranges
  • added has() check to object dictionary interface

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Dependant Packages

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

No version for distro hydro showing lunar. Known supported distros are highlighted in the buttons above.

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.7.13
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version kinetic-devel
Last Updated 2020-08-22
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

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.7.13 (2020-08-22)

0.7.12 (2019-11-04)

  • added support for SYNC counter in SimpleSyncLayer (#349)
  • Contributors: Mathias Lüdtke

0.7.11 (2019-07-14)

0.7.10 (2019-03-18)

  • require minimum version of class_loader and pluginlib
  • Contributors: Mathias Lüdtke

0.7.9 (2018-05-23)

  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

  • Merge pull request #179 from ipa-mdl/mixed_case_access support mixed-case access strings in EDS
  • decouple listener initialization from 1003 binding
  • introduced THROW_WITH_KEY and ObjectDict::key_info
  • added access type tests
  • convert access string to lowercase
  • Do not remove shared memory automatically
  • hardened code with the help of cppcheck
  • throw verbose exception if AccessType is missing (#64)
  • styled and sorted CMakeLists.txt
    • removed boilerplate comments
    • indention
    • reviewed exported dependencies
  • styled and sorted package.xml
  • canopen_master needs to depend on rosunit for gtest
  • update package URLs
  • fixed typo
  • do not reset PDO COB-ID if it is not writable
  • Do not recurse into sub-objects, handle them as simple data
  • strip string before searching for $NODEID
  • added NodeID/hex parser test

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Package Dependencies

System Dependencies

Name
boost

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.5
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version melodic-devel
Last Updated 2025-04-14
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.8.5 (2020-09-22)

0.8.4 (2020-08-22)

  • added settings parameter to DriverInterface::init
  • moved canopen::Settings into can namespace
  • Contributors: Mathias Lüdtke

0.8.3 (2020-05-07)

  • Bump CMake version to avoid CMP0048 warning Signed-off-by: ahcorde <<ahcorde@gmail.com>>
  • Contributors: ahcorde

0.8.2 (2019-11-04)

  • implemented LayerStatus::equals<>()
  • added support for SYNC counter in SimpleSyncLayer (#349)
  • enable rosconsole_bridge bindings
  • switch to new logging macros
  • add logging based on console_bridge
  • removed implicit Header operator
  • Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)

  • Set C++ standard to c++14
  • added Delegate helpers for backwards compatibility
  • implemented create*ListenerM helpers
  • Replacing FastDelegate with std::function and std::bind.
  • Contributors: Harsh Deshpande, Joshua Whitley, Mathias Lüdtke

0.8.0 (2018-07-11)

  • migrated to std::function and std::bind
  • migrated to std::atomic
  • got rid of boost::noncopyable
  • replaced BOOST_FOREACH
  • migrated to std::unordered_map and std::unordered_set
  • migrated to std pointers
  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange

Package Summary

Tags No category tags.
Version 0.8.5
License LGPLv3
Build type CATKIN
Use RECOMMENDED

Repository Summary

Checkout URI https://github.com/ros-industrial/ros_canopen.git
VCS Type git
VCS Version melodic-devel
Last Updated 2025-04-14
Dev Status DEVELOPED
CI status
Released RELEASED
Tags No category tags.
Contributing Help Wanted (0)
Good First Issues (0)
Pull Requests to Review (0)

Package Description

CiA(r) CANopen 301 master implementation with support for interprocess master synchronisation.

Additional Links

Maintainers

  • Mathias Lüdtke

Authors

  • Mathias Lüdtke
README
No README found. See repository README.
CHANGELOG

Changelog for package canopen_master

0.8.5 (2020-09-22)

0.8.4 (2020-08-22)

  • added settings parameter to DriverInterface::init
  • moved canopen::Settings into can namespace
  • Contributors: Mathias Lüdtke

0.8.3 (2020-05-07)

  • Bump CMake version to avoid CMP0048 warning Signed-off-by: ahcorde <<ahcorde@gmail.com>>
  • Contributors: ahcorde

0.8.2 (2019-11-04)

  • implemented LayerStatus::equals<>()
  • added support for SYNC counter in SimpleSyncLayer (#349)
  • enable rosconsole_bridge bindings
  • switch to new logging macros
  • add logging based on console_bridge
  • removed implicit Header operator
  • Contributors: Mathias Lüdtke

0.8.1 (2019-07-14)

  • Set C++ standard to c++14
  • added Delegate helpers for backwards compatibility
  • implemented create*ListenerM helpers
  • Replacing FastDelegate with std::function and std::bind.
  • Contributors: Harsh Deshpande, Joshua Whitley, Mathias Lüdtke

0.8.0 (2018-07-11)

  • migrated to std::function and std::bind
  • migrated to std::atomic
  • got rid of boost::noncopyable
  • replaced BOOST_FOREACH
  • migrated to std::unordered_map and std::unordered_set
  • migrated to std pointers
  • provided KeyHash for use with unordered containers
  • added c_array access functons to can::Frame
  • Contributors: Mathias Lüdtke

0.7.8 (2018-05-04)

  • Revert "pull make_shared into namespaces" This reverts commit 9b2cd05df76d223647ca81917d289ca6330cdee6.
  • Contributors: Mathias Lüdtke

0.7.7 (2018-05-04)

  • added types for all function objects
  • pull make_shared into namespaces
  • added types for all shared_ptrs
  • migrate to new classloader headers
  • throw bad_cast if datatype is not supported
  • special handling of std::bad_cast
  • address catkin_lint errors/warnings
  • removed IPC/SHM based sync masters
  • Contributors: Mathias Lüdtke

0.7.6 (2017-08-30)

0.7.5 (2017-05-29)

  • added EMCYHandler::resetErrors
  • added VectorHelper::callFunc generalized call templates
  • Contributors: Mathias Lüdtke

0.7.4 (2017-04-25)

0.7.3 (2017-04-25)

  • enforce boost::chrono-based timer
  • Contributors: Mathias Lüdtke

0.7.2 (2017-03-28)

  • fix: handle EMCY as error, not as warning
  • Contributors: Mathias Lüdtke

0.7.1 (2017-03-20)

  • refactored EMCY handling into separate layer
  • print EMCY to stdout
  • send node start on recover needed for external sync to work properly
  • pass halt on error unconditionally
  • added canopen_bcm_sync
  • implemented ExternalMaster
  • added object access services
  • implemented ObjectStorage::getStringReader
  • Contributors: Mathias Lüdtke

0.7.0 (2016-12-13)

0.6.5 (2016-12-10)

File truncated at 100 lines see the full file

Wiki Tutorials

This package does not provide any links to tutorials in it's rosindex metadata. You can check on the ROS Wiki Tutorials page for the package.

Launch files

No launch files found

Messages

No message files found.

Services

No service files found

Plugins

Recent questions tagged canopen_master at Robotics Stack Exchange