ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
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.