Regbot

From Rsewiki
(Difference between revisions)
Jump to: navigation, search
(Install software tools)
(Software download)
Line 63: Line 63:
  
 
* client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui  
 
* client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui  
 +
** A windows executable version in the "dist" of "qtgui"
 
* robot:  svn://repos.gbar.dtu.dk/jcan/regbot/regbot  
 
* robot:  svn://repos.gbar.dtu.dk/jcan/regbot/regbot  
  

Revision as of 20:38, 4 December 2016

REGBOT is a small robot designed for exercises for our linear control course (PID control) (author).

Regbot-final.png

Contents

Introduction

Design overview can be found here.

User interface with configuration using the client, and how to write a mission.

REGBOT comes in 4 versions:

  • version 1A - with robot numbers 1..15 (to be upgraded to version 3)
  • version 2B - with robot numbers 16..52
  • version 2.9 - last prototype before version 3
  • REGBOT version 3 - first version 3 prototype

REGBOT robot status

Video presentation https://www.youtube.com/watch?v=mOz4eNkjTM0

Use software as is

To use regbot two software parts are needed - one for the robot (regbot.hex) and the client (regbot.exe (for windows)).

Client software

Get the client software (regbot.exe) from file sharing on campusnet, place it in a directory, this directory will be default for configuration file and result files from the robot.

A USB driver must be installed to get in contact with the robot - see installation in windows - should be OK in Windows 10

The driver will (on Windows) create a com-port when connected - most likely com3 or any higher number. When the robot is disconnected by unplugging the cable, then the client may need to be restarted if it was connected when the cable was unplugged (no connection detect in windows).

Then run the regbot.exe file.


Robot software

The robot software is compiled into a regbot.hex file, that is loaded into the robot flash disk using a teensy loader.

The loader is found here https://www.pjrc.com/teensy/loader.html.

Start the teensy loader - it looks like this

Teensy loader button.png

Load the regbot.hex file (found on file sharing for the course) into the teensy loader application.

With the robot connected over USB, press the small "software load" button on the teensy board.

NB! It may take up to 30 seconds before the teensy loader detects the board.

Teensy button regbot.png

Then press "Program" and "Reboot" on the teensy loader application. It may be necessary to press the big "reboot" or "power" button on the robot itself also. On some robots a total power cycle is needed to reboot properly. The robot should blink every 1 second with a short blink.

Software download

The source code for the robot and the client is available here. NB! the software source can not be compiled without the proper tool-chain (compiler and library for the robot and python and libraries for the client)

repository for software - client and robot (version 3)

On a Linux computer do something like this:

svn co svn://repos.gbar.dtu.dk/jcan/regbot/regbot .
svn co svn://repos.gbar.dtu.dk/jcan/regbot/qtgui .
  • Robot software (including regbot.hex): version 3.484 (as of 15 November 2016) - modular control implement done, new mission elements and servo control, adaption for hardware version 3 incl wifi and battery shutdown control.
  • Robot software (including regbot.hex): version 3.371 (as of 9 August 2016) - changed to more modular control implement - not finished - use version 2 for demos
  • Robot software (including regbot.hex): version 2.301 (as of 10 February 2016) - fixed error in disabling faulty velocity estimator.
  • Robot software (including regbot.hex): version 2.290 (as of 5 February 2016) - fixed loss of ID if saved mission has more than a few lines.
  • Robot software (including regbot.hex): version 2.285 (as of 31 January 2016) - ready for F16 course
  • Client software : 3.484 (as of 15 November 2016) - adapted to hardware 3, modular control settings and wifi access
  • Client software : 3.371 (as of 9 August 2016) - changed to more modular control implement - not finished - use version 2 for demos
  • Client software : 2.290 (as of 5 February 2016) - fixed tilt offset error en saved configuration file (regbot.ini)
  • Client software (including regbot.exe for windows): 2.285 (as of 31 January 2016) - ready for F16 course

Older version

repository for software - client and robot (version 2)

Install software tools

The software tools to modify the software requires some tools.

Extensions

Camera based line follower

This extension adds a Raspbery Pi with a Raspberry Pi camera on top of the robot. The Raspberry Pi is connected to the robot base through the UART serial connection.

RegbotVision.JPG

The Camera based line follower detects a tape line in front of the robot and controls the robot to follow the line through the serial connection.

Go to Vision based Line Follower for detailed information on the project and instructions on how to setup a new Line Following RegBot.


ESP8266

This extension adds wireless communication to the robot through the Teensy's UART serial connection.


Esp8266.jpg

Go to ESP8266 for instructions on how to add the ESP8266 to the Teensy board.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox