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

Revision history [back]

click to hide/show revision 1
initial version

You are right, the fill function also does a memcpy :/

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.