sendActionGoal method

void sendActionGoal (
  1. AG goal
)

Implementation

void sendActionGoal(AG goal) {
  _goalPub.publish(goal);
}