Open lucasw opened 1 year ago
The generate_image.cpp node takes up a surprising amount of cpu- more than the python one! It is getting built in Release
, instrument to see if any one step is really slow.
No made some changes and now it is faster.
C++ message serialization and deserialization http://wiki.ros.org/roscpp/Overview/MessagesSerializationAndAdaptingTypes
Same as #1 but with C++