forked from nasa/astrobee
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing validator behavior on edges (nasa#433)
* wait for mapper service validator * fixing case where border is drawn inside/outside * making sure boundaries are defined * fixing keepin/keepout edges from float precision * check if moving in between outside of keepin zone violations * check if traj ends or starts outside keepin * check if traj ends or starts outside keepin2 * fix iterator
- Loading branch information
1 parent
4cb0259
commit 4bfe947
Showing
2 changed files
with
46 additions
and
25 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,6 +44,8 @@ | |
#include <string> | ||
#include <vector> | ||
|
||
#define EPS 0.001 | ||
|
||
namespace choreographer { | ||
|
||
class Validator { | ||
|
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