ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

With https://github.com/ros-industrial/ros_canopen/pull/258 merged (2 hours ago), you will get

terminate called after throwing an instance of 'canopen::ParseException'
  what():  Type of 0x6005 does not match or is not supported

Datatype 1 (1 bit) is not supported by ros_canopen.

With https://github.com/ros-industrial/ros_canopen/pull/258 merged (2 hours ago), you will get

terminate called after throwing an instance of 'canopen::ParseException'
  what():  Type of 0x6005 does not match or is not supported

Datatype 1 (1 bit) bit Boolean) is not supported by ros_canopen.

With https://github.com/ros-industrial/ros_canopen/pull/258 merged (2 hours ago), you will get

terminate called after throwing an instance of 'canopen::ParseException'
  what():  Type of 0x6005 does not match or is not supported

Datatype 1 (1 bit Boolean) is not supported by ros_canopen.

Update: I have added an issue.