-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add falling rocks to cave practice circuit 1 (#446) * Add rock fall 1 Signed-off-by: Addisu Z. Taddese <[email protected]> * Add rock fall 2 Signed-off-by: Addisu Z. Taddese <[email protected]> * Add rock fall 3 Signed-off-by: Addisu Z. Taddese <[email protected]> * Change small rock fall to medium, update positions of large rock falls Signed-off-by: Addisu Z. Taddese <[email protected]> * Add falling rocks to cave practice circuit 2 (#447) * Adjustment of fading exponent from 2.5 to 1.5 for the cave circuit. * Add fading exponent to cloudsim launch files Signed-off-by: Nate Koenig <[email protected]> * Added dynamic rocks to cave practice world 2 Signed-off-by: Nate Koenig <[email protected]> * Remove debug output Signed-off-by: Nate Koenig <[email protected]> * Fix rock fall positions and types Signed-off-by: Nate Koenig <[email protected]> * Comments Signed-off-by: Nate Koenig <[email protected]> * Fix medium rock placements Signed-off-by: Nate Koenig <[email protected]> * Added rock fall, moved rocks out of collision Signed-off-by: Nate Koenig <[email protected]> * Doubled two rock falls, and reduced one to 3 deployments Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Arthur Schang <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Add falling rocks to cave practice 3 (#448) * Add falling rocks to cave practice 3 Signed-off-by: Nate Koenig <[email protected]> * Comments Signed-off-by: Nate Koenig <[email protected]> * Move rocks out of collision Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> * Fix levels Signed-off-by: Nate Koenig <[email protected]> * Build the connection validator test (#455) * Build the connection validator test Signed-off-by: Nate Koenig <[email protected]> * Improve debug message Signed-off-by: Nate Koenig <[email protected]> * Removed probably Signed-off-by: Nate Koenig <[email protected]> * Make connection validator an executable Signed-off-by: Nate Koenig <[email protected]> * Update subt_ign/src/ConnectionValidatorPrivate.cc Co-authored-by: Michael Carroll <[email protected]> * Use a wider cap tolerance as a fallback This is because some of the cave caps have a non-zero connection point, but we do not propagate enough information to be able to compute the true connection point at this time. Signed-off-by: Michael Carroll <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Michael Carroll <[email protected]> Co-authored-by: Addisu Taddese <[email protected]> Co-authored-by: Arthur Schang <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Michael Carroll <[email protected]>
- Loading branch information
1 parent
69a4364
commit db5344b
Showing
8 changed files
with
694 additions
and
11 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
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.