-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed thirds, added communication-based heuristic for seeking (#2226)
- Loading branch information
Showing
27 changed files
with
233 additions
and
135 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
LeaveWallResponse[<=1] leave_wall_response | ||
Acknowledge[<=1] acknowledge | ||
PassResponse[<=1] pass_response | ||
ScorerResponse[<=1] scorer_response | ||
JoinWallResponse[<=1] join_wall_response | ||
Acknowledge[<=1] acknowledge | ||
PositionResponse[<=1] position_response | ||
ScorerResponse[<=1] scorer_response | ||
PassResponse[<=1] pass_response | ||
TestResponse[<=1] test_response |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# /** | ||
# * @brief request sent by an agent to one or many agents indicating | ||
# * that it would like to seek | ||
# */ | ||
uint32 request_uid | ||
uint8 robot_id | ||
float64 seeking_point_x | ||
float64 seeking_point_y | ||
bool adding |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.