Regbot

From Rsewiki
(Difference between revisions)
Jump to: navigation, search
 
(114 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Small robot intended for control-1 exercises.
 
  
[[File:regbot-final.png|200px]]
+
REGBOT is a small robot designed for exercises for our linear control 1 course (PID control) ([http://www.dtu.dk/english/Service/Phonebook/Person?id=14453 author]).
  
==Hardware==
+
[[file:foto_of_Alba_40.png | 250px]]
  
[[Design overview]] can be found here.
+
Figur 1. Version 2 of Regbot.
  
REGBOT comes in 2 versions:
+
== Overview ==
* version 1A - with robot numbers 1..15
+
* version 2B - with robot numbers 16..
+
  
[[REGBOT robot status]]
+
This section is intended for users.
  
==Use software as is==
+
[[Getting started]] with REGBOT GUI.
  
To use regbot two software parts are needed - one for the robot (regbot.hex) and the client (regbot.exe (for windows)).
+
[[User interface]], how to configure the robot using the Regbot client.
  
====Client software====
+
[[Control]] overview gives some information on control possibilities.
  
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.
+
[[Mission]], how to write a mission.
  
A USB driver must be installed to get in contact with the robot - see [[installation in windows]]
+
[[Regbot calibration]] for better performance.
  
The driver will (on Windows) create a com-port when connected - most likely com3 or any higher number.
+
[[Regbot maintenance]] for longer life.
When the robot is disconnected by unplugging the cable, then the client probably needs to be restarted if it was connected when the cable was unplugged (no connection detect in windows).
+
  
The run the regbot.exe file.
+
[[Regbot GUI]] installation.
  
====User interface====
+
== Install notes ==
  
The user interface can configure and run the robot, as well as inspecting almost all values on the robot. Written in python using Qt GUI library.
+
This section is primarily installation notes and more detailed descriptions not usually needed by the end-user.
  
The [[User interface]] page has details.
+
[[Regbot command interface]] - command list.
  
===Robot software===
+
[[Software installation]] on REGBOT (Arduino) and tool-chain - Linux
  
The robot software is compiled into a regbot.hex file, that is loaded into the robot flash disk using a teensy loader.
+
[[Regbot old stuff]]
 
+
The loader is found here https://www.pjrc.com/teensy/loader.html.
+
 
+
Start the teensy loader - it looks like this
+
 
+
[[File: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.
+
 
+
[[File: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)
+
 
+
*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 : 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
+
 
+
repository for software - client and robot
+
 
+
* client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui
+
* robot:  svn://repos.gbar.dtu.dk/jcan/regbot/regbot
+
* robot version 2.290 as zipfile from dropbox https://www.dropbox.com/s/s71s4w1x61cwpb2/regbot_290.zip?dl=0 )
+
 
+
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 .
+
 
+
==Install software tools==
+
 
+
The software tools to modify the software requires some tools.
+
 
+
* [[Software installation]] and tool-chain - Linux
+
* [[installation in windows]] and some of the tool-chain
+
* [[Schematic]]
+
 
+
 
+
==Line Follower==
+
 
+
[[Line follower]]
+

Latest revision as of 20:16, 7 December 2023

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

Foto of Alba 40.png

Figur 1. Version 2 of Regbot.

[edit] Overview

This section is intended for users.

Getting started with REGBOT GUI.

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 calibration for better performance.

Regbot maintenance for longer life.

Regbot GUI installation.

[edit] Install notes

This section is primarily installation notes and more detailed descriptions not usually needed by the end-user.

Regbot command interface - command list.

Software installation on REGBOT (Arduino) and tool-chain - Linux

Regbot old stuff

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox