Ivan Nenakhov
Ivan Nenakhov
Profiler GUI application does not respond to close button, stucking forever until Ctrl-C. System: Ubuntu 20.04, 22.04 Version: v0.9, v0.10 Tried LEGACY = 0 and 1 Capstone v0.4.2 installed from...
On Apollo 8.0 I was experimenting on combining different components in one process to reduce message transport time. I found a bug: when I have running static_transform module running and...
**Description** I want to create several .mcap files and then merge them into one (as I understand, FoxGlove studio can display only single file). I successfully merge different mcap files....
Hello! I have a general question about using messages in components. Signature of Proc method: https://github.com/ApolloAuto/apollo/blob/e373b206a0dc0360af826152132a61c85cab295c/cyber/component/component.h#L109 It has const pointer to message. Does it mean that we are allowed to...
In case of broken .record file there is an attempt of creating RecordException object: https://github.com/daohu527/cyber_record/blob/83656db63ab90be1e6104a12de07fef6fd3eb6eb/cyber_record/reader.py#L268 but it has overrided __init__ function without accepting additional arguments: https://github.com/daohu527/cyber_record/blob/83656db63ab90be1e6104a12de07fef6fd3eb6eb/cyber_record/record_exception.py#L19 I suggest, that RecordException...