Skip to content

Commit dec22ac

Browse files
committed
TODO: check why negotiation loops when goal changes
Signed-off-by: Xiyu Oh <xiyu@openrobotics.org>
1 parent a92bf8a commit dec22ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crates/rmf_site_editor/src/widgets/tasks/go_to_place.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ impl<'w, 's> WidgetSystem<Tile> for ViewGoToPlace<'w, 's> {
161161
*task.request_mut().description_display_mut() = location_name.clone();
162162

163163
// Update DebugGoal
164+
// TODO(@xiyuoh) debug why negotiation loops if goal changes for existing task
164165
if let Some((robot_entity, debug_goal)) = task
165166
.robot()
166167
.0

0 commit comments

Comments
 (0)