-
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.
Implements vehicle damage based on kinetic energy (#916)
* Implements vehicle damage based on kinetic energy Signed-off-by: Nate Koenig <nate@openrobotics.org> * Added else Signed-off-by: Nate Koenig <nate@openrobotics.org> * Added ke_height as sdf parameter Signed-off-by: Nate Koenig <nate@openrobotics.org> * Adding crash factor to robot types Signed-off-by: Nate Koenig <nate@openrobotics.org> * Updated X4 Signed-off-by: Nate Koenig <nate@openrobotics.org> * review comments Signed-off-by: Nate Koenig <nate@openrobotics.org> * fix RobotPlatformTypes formatting Signed-off-by: Angela Maio <angela.c.maio.civ@mail.mil> * collision event name for robot event msg Signed-off-by: Angela Maio <angela.c.maio.civ@mail.mil> * simplify math Signed-off-by: Nate Koenig <nate@openrobotics.org> * tweak thresholds Signed-off-by: Nate Koenig <nate@openrobotics.org> * Adjust values, and comment out debug statement Signed-off-by: Nate Koenig <nate@openrobotics.org> * 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 <nate@openrobotics.org> Co-authored-by: Nate Koenig <nate@openrobotics.org> Co-authored-by: Angela Maio <angela.c.maio.civ@mail.mil> Co-authored-by: Arthur Schang <arthur.c.schang2.ctr@mail.mil>
- 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