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

Revision history [back]

I assume you meant:

B * var = new B;
var->some_ func();

ant not

B * var = new B;
B->some_ func();

As brice suggested, post the real example which is failing, or a link to it and a description of the relevant lines.