-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implements vehicle damage based on kinetic energy (#916)
* Implements vehicle damage based on kinetic energy Signed-off-by: Nate Koenig <[email protected]> * Added else Signed-off-by: Nate Koenig <[email protected]> * Added ke_height as sdf parameter Signed-off-by: Nate Koenig <[email protected]> * Adding crash factor to robot types Signed-off-by: Nate Koenig <[email protected]> * Updated X4 Signed-off-by: Nate Koenig <[email protected]> * review comments Signed-off-by: Nate Koenig <[email protected]> * fix RobotPlatformTypes formatting Signed-off-by: Angela Maio <[email protected]> * collision event name for robot event msg Signed-off-by: Angela Maio <[email protected]> * simplify math Signed-off-by: Nate Koenig <[email protected]> * tweak thresholds Signed-off-by: Nate Koenig <[email protected]> * Adjust values, and comment out debug statement Signed-off-by: Nate Koenig <[email protected]> * Updated collision tolerant UAVs to have the same charcteristics as UGVs. Fixed a typo where X4 was named X6. * Added debug messages Signed-off-by: Nate Koenig <[email protected]> Co-authored-by: Nate Koenig <[email protected]> Co-authored-by: Angela Maio <[email protected]> Co-authored-by: Arthur Schang <[email protected]>
- Loading branch information
1 parent
25967b6
commit 09140e9
Showing
5 changed files
with
256 additions
and
41 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