how to change goal with simple_navigation_goals [closed]
Im having a problem with the code i got from the tutorial for simple_navigation_goals. When i send the goal ac.sendGoal(goal) it works fine and sends the goal but when i change the goal and post a new one this new one does not get published, i tested it and the new ac.sendGoal(goal) is read by the program but no new goal is published, any ideas why?