- May 04, 2019
-
-
bpwilcox authored
fix extra line space
-
- May 02, 2019
-
-
Ruffin authored
Add build badge for Docker Hub
-
- May 01, 2019
-
-
Ruffin authored
To make build issues from Dockerhub repo used for CI more visible.
-
- Apr 23, 2019
-
-
Carl Delsey authored
* Add progress checker * Fixing linter errors. * Making method naming convention consistent.
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
Matthew Hansen authored
-
- Apr 20, 2019
-
-
Mohammad Haghighipanah authored
-
Matthew Hansen authored
-
Carl Delsey authored
-
- Apr 18, 2019
-
-
Mohammad Haghighipanah authored
* added addNewScanner method * added shouldUpdateFilter and reorg ph_init * added updateFilter method * added publishParticleCloud * added getMaxWeightHyp * added publishAmclPose and calculateMaptoOdomTransform * added sendMapToOdomTransform * re-org the locations of laserReceived helper funcs * fixed uncrustify * add latest changes * adding back in nan check before publishing pose * fix uncrustify
-
- Apr 09, 2019
-
-
Vinnam Kim authored
* Set atomic_bool on StaticLayer::has_updated_data_ Signed-off-by:
vinnamkim <vinnam.kim@gmail.com> * Set a critical section on StaticLayer Signed-off-by:
vinnamkim <vinnam.kim@gmail.com> * Protect the updateCosts method and enabled_ and has_updated_data_ variables.
-
Michael Ferguson authored
-
- Apr 04, 2019
-
-
Carl Delsey authored
* Disable failing dyanmic params and motion primitives tests. * Fix a copy/paste error
-
Michael Jeronimo authored
-
- Mar 27, 2019
-
-
Carl Delsey authored
This reverts commit 1a8e823c.
-
Carl Delsey authored
-
Mohammad Haghighipanah authored
* enable obstacle layers
-
Carl Delsey authored
* We need to re-enable the in_window flag once we get close. * Ignore y velocity in RotateToGoal critic if differential drive robot. * Scores need to be positive. * Fixing linter issue * Revert "Ignore y velocity in RotateToGoal critic if differential drive robot." This reverts commit 3fef45d335d4dd9c196331d5aaf931a0cb204f48.
-
- Mar 25, 2019
-
-
Carl Delsey authored
-
Carl Delsey authored
* Make closer goals to robot so it is more inclined to follow the path * Add some comments * Fix linter issues.
-
Carl Delsey authored
* Various DWB param tweaks. * Easing off final positioning parameter * Increase obstacle avoidance strength * Removing a parameter that doesn't need so much tweaking.
-
Carl Delsey authored
-
Carl Delsey authored
* Push final pose on trajectory instead of initial pose. * We need start pose and end pose for trajectory visualization Also making the same fix in the limited accel generator. * Fix unit tests
-
Matt Hansen authored
-
- Mar 23, 2019
-
-
Carl Delsey authored
-
- Mar 20, 2019
-
-
Mohammad Haghighipanah authored
* addressing #591
-
- Mar 19, 2019
-
-
Carlos A. Orduno authored
* Enabling planner tester * Removed placeholder code for yaml * Fixed typo * Disabling test
-
- Mar 13, 2019
-
-
Carl Delsey authored
-
Carl Delsey authored
-
- Mar 12, 2019
-
-
Carl Delsey authored
-
Carlos A. Orduno authored
* Test stubs * Defining the tests * Fixed build error * Fixing test issues * Renaming task server start and stop * Creating separate build file for tests * Addressing feedback
-
- Mar 08, 2019
-
-
Carl Delsey authored
-
Alberto Soragna authored
-
- Mar 07, 2019
-
-
Michael Jeronimo authored
Use the new Coroutine-based BTActionNode base class as that is recommended for ROS Action-like tasks (#492)
-