ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You cannot share pointers between nodes. This means that you cannot directly access a costmap that is running in a different node.
Depending on exactly what you're trying to do, some of the following might apply: