-
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.
added bash scripts for task 4 and documentation
- Loading branch information
Thijs Ruigrok
committed
May 12, 2021
1 parent
69153a1
commit 307ef21
Showing
3 changed files
with
27 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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 \ | ||
--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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# 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 \ | ||
--litters 5 \ | ||
--weeds 5 |