We perform simulation in Gazebo simulator and utilize cropcraft tool to generate the crop field environments.
sudo sh -c 'echo "deb http://packages.clearpathrobotics.com/public/$(lsb_release -sc) $(lsb_release -cs) main" > /etc/apt/sources.list.d/clearpath-latest.list'
wget https://packages.clearpathrobotics.com/public.key -O - | sudo apt-key add -
sudo apt update
sudo apt install ros-noetic-husky-desktop
sudo apt install ros-noetic-husky-control
cd ~/catkin_ws/src
git clone https://github.com/Kantor-Lab/Amiga_Simulation-Environments
cd ~/catkin_ws && catkin_make
Installation of Amiga robot URDF description from branch "ruiji"
Follow the instructions in that repo README.md file
cd ~/.gazebo/models
Move every model in models file to this path.
cd ~/catkin_ws
source devel/setup.bash
roslaunch iowa_navigation amiga_playen.launch
if you have used this project in your recent works please reference to it:
@misc{liu2024overcanopyautonomousnavigationcropagnostic,
title={Towards Over-Canopy Autonomous Navigation: Crop-Agnostic LiDAR-Based Crop-Row Detection in Arable Fields},
author={Ruiji Liu and Francisco Yandun and George Kantor},
year={2024},
eprint={2403.17774},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2403.17774},
}
