mirror of
https://github.com/autolaborcenter/rviz_navi_multi_goals_pub_plugin.git
synced 2026-01-12 03:15:02 +08:00
update
rectify the problem of consecutive publishing goals II
This commit is contained in:
@@ -275,9 +275,6 @@ namespace navi_multi_goals_pub_rviz_plugin {
|
||||
if (!status_list.empty()) {
|
||||
goal_status = status_list.at(0).status;
|
||||
switch (goal_status) {
|
||||
case 0:
|
||||
done = true;
|
||||
break;
|
||||
case 3 :
|
||||
done = true;
|
||||
ROS_INFO("completed Goal%d", curGoalIdx_);
|
||||
|
||||
Reference in New Issue
Block a user