-
Notifications
You must be signed in to change notification settings - Fork 12
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 #18 from Kamaro-Engineering/master
Checkstyle Action + Small improvements and fixes
- Loading branch information
Showing
15 changed files
with
117 additions
and
170 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 7 \ | ||
--rows_left 0 \ | ||
--rows_right 11 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 | ||
--hole_size_max 7 |
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 |
---|---|---|
@@ -1,10 +1,8 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 3.5 \ | ||
--rows_left 0 \ | ||
--rows_right 7 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 | ||
--hole_size_max 7 |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 7 \ | ||
--rows_left 0 \ | ||
--rows_right 11 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 \ | ||
--hole_size_max 7 \ | ||
--litters 5 \ | ||
--weeds 5 \ | ||
--ghost_objects true |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 3.5 \ | ||
--rows_left 0 \ | ||
--rows_right 7 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 \ | ||
--hole_size_max 7 \ | ||
--litters 5 \ | ||
--weeds 5 \ | ||
--ghost_objects true |
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 7 \ | ||
--rows_left 0 \ | ||
--rows_right 11 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 \ | ||
--hole_size_max 7 \ | ||
--litters 5 \ | ||
--weeds 5 |
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 |
---|---|---|
@@ -1,12 +1,10 @@ | ||
# remove old gazebo cache file, so gazebo is forced to use the new height map. | ||
rm -r ~/.gazebo/paging/virtual_maize_field_heightmap | ||
|
||
rosrun virtual_maize_field generate_world.py \ | ||
--row_length 3.5 \ | ||
--rows_left 0 \ | ||
--rows_right 7 \ | ||
--row_segments straight \ | ||
--hole_prob 0.04 \ | ||
--max_hole_size 7 \ | ||
--hole_size_max 7 \ | ||
--litters 5 \ | ||
--weeds 5 |
Oops, something went wrong.