Regbot: Difference between revisions
No edit summary |
|||
Line 9: | Line 9: | ||
(as of June, 2015) | (as of June, 2015) | ||
==Install client in Windows== | |||
Get the regbot.exe from the course homepage, place it in a directory, this directory will be default for configuration file and result files from the robot. | |||
A driver must be installed to get in contact with the robot - see [[installation in windows]] | |||
The driver will 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 needs to be restarted if it was connected when the cable was unplugged (no connection detect in windows). | |||
* [[Software installation]] and tool- | * [[Software installation]] and tool-chain - Linux | ||
* | * [[installation in windows]] some of the tool-chain | ||
* [[Schematic]] | * [[Schematic]] | ||
Line 18: | Line 25: | ||
* client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui | * client: svn://repos.gbar.dtu.dk/jcan/regbot/qtgui | ||
* | * robot: svn://repos.gbar.dtu.dk/jcan/regbot/regbot | ||
==User interface== | ==User interface== | ||
Line 25: | Line 32: | ||
[[File:Gui_rev0.png]] | [[File:Gui_rev0.png]] | ||
for more advanced installation see [[installation in windows]] | for more advanced installation see [[installation in windows]] |
Revision as of 10:34, 10 June 2015
Small robot intended for control-1 exercises.
Version
- Robot software (regbot.hex): 95
- Client software for windows (regbot.exe): 95
(as of June, 2015)
Install client in Windows
Get the regbot.exe from the course homepage, place it in a directory, this directory will be default for configuration file and result files from the robot.
A driver must be installed to get in contact with the robot - see installation in windows
The driver will 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 needs to be restarted if it was connected when the cable was unplugged (no connection detect in windows).
- Software installation and tool-chain - Linux
- installation in windows some of the tool-chain
- Schematic
repository for software - client and robot
User interface
The user interface can configure and run the robot, as wel as inspecting almost all values on the robot. Written in python using Qt GUI library.
for more advanced installation see installation in windows