Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
H harvest-automation
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Henrik Andreasson
  • harvest-automation
  • Wiki
  • setup

setup · Changes

Page history
Update setup authored Jul 04, 2020 by Nicholas Shindler's avatar Nicholas Shindler
Hide whitespace changes
Inline Side-by-side
Showing with 15 additions and 4 deletions
+15 -4
  • setup.md setup.md +15 -4
  • No files found.
setup.md
View page @ 6c9b19c5
## 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
......
Clone repository
  • client
  • Home
  • probes
  • reader
  • ros services
  • setup
  • writer