Regbot

From Rsewiki
(Difference between revisions)
Jump to: navigation, search
(Client software)
(Client software)
Line 41: Line 41:
 
* http://aut.elektro.dtu.dk/regbot/regbot-gui/regbot.exe
 
* http://aut.elektro.dtu.dk/regbot/regbot-gui/regbot.exe
  
For windows a complete executable file (''regbot.exe'') is in the ''dist'' subdirectory, or can be downloaded as an exe-file above
+
For windows a complete executable file (''regbot.exe'') is in the ''dist'' subdirectory, or can be downloaded as an exe-file from the link above.
  
 
====windows 8====
 
====windows 8====

Revision as of 15:57, 7 November 2017

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

Regbot-final.png

Figur 1. Oprindelig version 1 af Regbot.

Contents

Introduction

Design overview can be found here.

User interface, how to configure the robot using the Regbot client.

Control overview gives some information on control possibilities.

Mission, how to write a mission.

REGBOT comes in 2 versions:

  • version 2B - with extension boards to match version 3
  • version 3 - new configuration with (almost) all on one board (REGBOT version 3 technical notes)

REGBOT robot status

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

Intro til HW http://aut.elektro.dtu.dk:rse/regbot/lektion_1_intro_1_hardware_software.mov

Robobot

Robobot is a base robot for "Building dependable systems". See details here (Robobot), it is basically a Regbot robot extended with a raspberry pi.

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.

For windows a complete executable file (regbot.exe) is in the dist subdirectory, or can be downloaded as an exe-file from the link above.

windows 8

On windows 8, 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).

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 windows something like TortoiseSVN needs to be installed, see e.g.: http://www.gbar.dtu.dk/faq/39-svn

On a Linux computer install the subversion package, and do something like this:

svn co svn://repos.gbar.dtu.dk/jcan/regbot/regbot regbot
svn co svn://repos.gbar.dtu.dk/jcan/regbot/qtgui qtgui
svn co svn://repos.gbar.dtu.dk/jcan/regbot/robobot robobot
  • Robot software (including regbot.hex): version 3.500 (as of 4 December 2016) - more complete - but missing a few items related to access from raspberry pi, and added first version of software for robobot).
  • 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