Added plugin packet codecs
Loading
Two Factor Authentication (2FA) as been enabled for all git.whoi.edu users. For instructions on how to set up 2FA, follow the instructions on this page, or click here for a step-by-step walk-through.
Once you have 2FA setup, you may need to create an Access Token to pull and push with git. You will not be able to authenticate with git using your password once you enable 2FA. See this link for how to set up and use a Personal Access Token.
The decision to enable 2FA for all users is for added security. Oct 30th, some users experienced account lockout due to bad actors. 2FA will help prevent such incidents in the future. Thank you.
Added the ability to load custom packet codecs.
The paths to search are specified by the custom_packet_codec_paths
rosparam (in the namespace of the packet dispatch/message queue nodes).
Custom packets codec files must end with _packet_codec.py
and contain a class called PacketCodec
that inherits from BasePacketCodec
(or a derived class).