-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #126 from 708yamaguchi/yamaguchi-fast-go-to-kitchen
[WIP] Fast go to kitchen
- Loading branch information
Showing
20 changed files
with
78 additions
and
42 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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
Empty file.
7 changes: 7 additions & 0 deletions
7
jsk_fetch_robot/jsk_fetch_startup/launch/navigation/fetch15/fetch_amcl_common_params.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
amcl: | ||
update_min_a: 0.05 # update filter every 0.05 [rad] rotation | ||
update_min_d: 0.1 # update filter every 0.1 [m] translation | ||
odom_alpha1: 0.1 # rotation noise per rotation | ||
odom_alpha2: 0.05 # rotation noise per translation | ||
odom_alpha3: 0.05 # translation noise per translation | ||
odom_alpha4: 0.1 # translation noise per rotation |
8 changes: 8 additions & 0 deletions
8
jsk_fetch_robot/jsk_fetch_startup/launch/navigation/fetch15/fetch_amcl_indigo_params.yaml
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
amcl: | ||
kld_err: 0.1 | ||
kld_z: 0.5 | ||
laser_z_hit: 0.9 | ||
laser_z_rand: 0.5 | ||
laser_sigma_hit: 0.1 | ||
laser_likelihood_max_dist: 4.0 | ||
resample_interval: 1 |
7 changes: 7 additions & 0 deletions
7
jsk_fetch_robot/jsk_fetch_startup/launch/navigation/fetch15/fetch_amcl_melodic_params.yaml
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
amcl: | ||
update_min_a: 0.05 # update filter every 0.05 [rad] rotation | ||
update_min_d: 0.1 # update filter every 0.1 [m] translation | ||
odom_alpha1: 0.01 # rotation noise per rotation | ||
odom_alpha2: 0.01 # rotation noise per translation | ||
odom_alpha3: 0.01 # translation noise per translation | ||
odom_alpha4: 0.01 # translation noise per rotation |
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
3 changes: 3 additions & 0 deletions
3
...etch_robot/jsk_fetch_startup/launch/navigation/fetch15/fetch_move_base_indigo_params.yaml
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
move_base: | ||
global_costmap: | ||
update_frequency: 2.0 |
File renamed without changes.
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
2 changes: 1 addition & 1 deletion
2
jsk_fetch_robot/jsk_fetch_startup/supervisor_scripts/jsk-fetch-startup.conf
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