Results 3 issues of EricGallimore

In earlier versions, reading past the end of a `BitStream` raised a `ReadError`. Now, it seems that it raises a `ValueError`. Example: ``` File "/home/eric/ros_workspace/src/ros_acomms/ros_acomms/src/acomms_codecs/ros_packet_codec.py", line 147, in decode_payload id...

🐞 bug 🐞
Priority-Medium

**Public API Changes** None **Description** Change the build system for these packages from `ament_cmake` to `ament_python`. This is the suggested way to build Python packages for ROS2, and is needed...

In ROS1, all generated message classes derived from a common class: `genpy.message.Message`. This allows for a bunch of handy behavior, including the ability to use `isinstance(..., genpy.message.Message)` to check if...