- May 11, 2019
-
-
Carl Delsey authored
-
Mohammad Haghighipanah authored
* added random crawl task to nav2 with reinforcement learning * factored out dqn class and parameters * modified readme files * removed extra file * added tol to laser append) * addressing reviewer comments * fixed spacing format * added setup cfg file and updated readme * throttling down while ture loop * fixed shutdown issue to exit cleanly * renamed package name and fixed get pkg directory * fixed few typos
-
- May 10, 2019
-
-
Mohammad Haghighipanah authored
* added goal reached condition for replanning * changed parallel xml description * fixed replan tree and update path node status * fixed linters and addressed comments
-
- May 07, 2019
-
-
Michael Jeronimo authored
This reverts commit b73d659d.
-
Michael Jeronimo authored
* Add template classes for ROS2 action clients and servers * Add .action files * Add a ComputePathToPose action (missed on the first checkin) * Remove the simple_action_client template (not useful after all) and update action test * Address some review feedback * Serialize access to the updated goal handle * Use preempt terminology in simple_action_server template
-
Carlos A. Orduno authored
* Adding a service to clear a costmap around the robot * Addressed code review feedback.
-
Carl Delsey authored
* Adding a missing dependency line in the nav2_util CMakeLists.txt This doesn't seem to affect GCC on Linux, but does cause a problem for Clang on OS X. * Motion model also depends on PF.
-
Carl Delsey authored
-
- May 04, 2019
-
-
Carl Delsey authored
* Fix launch test service import. * Additional tests that need fixing that I can't run due to params interface change.
-
bpwilcox authored
-
Carl Delsey authored
Co-Authored-By:
bpwilcox <bpwilcox@eng.ucsd.edu>
-
Carl Delsey authored
Co-Authored-By:
bpwilcox <bpwilcox@eng.ucsd.edu>
-
bpwilcox authored
-
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.
-