|
|
## Setup the project and run the ROS Connection
|
|
|
|
|
|
### Using Pre-Configured RasberryPi
|
|
|
|
|
|
#### RaspberryPi Setup
|
|
|
|
|
|
+ download the [raspberrypi image](url)
|
... | ... | @@ -12,19 +10,32 @@ |
|
|
- password: `RobotLab`
|
|
|
+ plug in an Ethernet cable between the robot and the pi or configure the robot to connect to the AGTECH WiFi
|
|
|
|
|
|
#### Ubuntu 18 Desktop
|
|
|
|
|
|
+ have a installation of Ubuntu 18
|
|
|
+ install ROS Melodic
|
|
|
+ setup a ROS workspace
|
|
|
- use the [ROS Tutorials]()
|
|
|
- name the workspace `Workspace`
|
|
|
+ clone this project into your workspace
|
|
|
- `cd Workspace/src/`
|
|
|
- `git clone ___`
|
|
|
|
|
|
#### Connecting to the Harvest Automation Robots
|
|
|
|
|
|
+ connect over shh
|
|
|
- `ssh agtech@10.42.0.1`
|
|
|
- password: `RobotLab`
|
|
|
|
|
|
+ connect over wifi
|
|
|
- connect your computer running a configured Ubuntu 18 installation (see **Ubuntu 18 Desktop**) to the same WiFi network as the robot
|
|
|
- use the Harvest Automation instructions for configuring WiFi
|
|
|
|
|
|
#### Configuring the project
|
|
|
|
|
|
+ update agtech code
|
|
|
- `cd Workspace/src/agtech`
|
|
|
- `git pull`
|
|
|
- `cd ../../`
|
|
|
- `cd ~/Workspace`
|
|
|
- `catkin_make`
|
|
|
|
|
|
#### Running the project
|
... | ... | |