Skip to content

Commit

Permalink
Fixes planning performance (#147)
Browse files Browse the repository at this point in the history
* fixing inspection tool reading input and exiting

* better performance in simulation

* fixing exit 0

* cleaning out output

* adding localization attitudes to jem static

* Fix inspection_tool exit code

Signed-off-by: Marina Moreira <[email protected]>

* updating submodule

* adding comment and reducing timer

---------

Signed-off-by: Marina Moreira <[email protected]>
Co-authored-by: Trey Smith <[email protected]>
  • Loading branch information
marinagmoreira and trey0 authored Feb 22, 2024
1 parent d0cc317 commit 3670191
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion astrobee/behaviors/inspection/tools/inspection_tool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,8 @@ int main(int argc, char *argv[]) {
boost::thread inp(GetInput, &client);

if (FLAGS_remote) {
ros::Duration(3.0).sleep();
// Allow time before publisher and publish in absence of the connection callback
ros::Duration(1.0).sleep();
SendGoal(&client);
}
// Synchronous mode
Expand Down

0 comments on commit 3670191

Please sign in to comment.