ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You are right, the fill function also does a memcpy :/
2 | No.2 Revision |
You are right, the fill function also does a memcpy :/
I was hopping for some mechanism using : http://www.ros.org/wiki/roscpp/Overview/MessagesCustomAllocators
on how to 'build' a vector using a custom allocator and a pointer to the data.