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

EricCousineau-TRI's profile - activity

2021-05-14 15:52:11 -0500 received badge  Necromancer (source)
2021-05-14 15:52:11 -0500 received badge  Teacher (source)
2020-04-28 11:19:20 -0500 answered a question Serialize ROS message and pass it

For Python 3: def serialize_msg(msg): buff = BytesIO() msg.serialize(buff) return buff.getvalue() Traced

2019-03-26 15:50:32 -0500 received badge  Supporter (source)