]> rtime.felk.cvut.cz Git - eurobot/public.git/log
eurobot/public.git
12 years agoeb_test: add eb_test dir refs/tags/start2012 start2012
Vojtech [Thu, 10 Nov 2011 11:40:56 +0000 (12:40 +0100)]
eb_test: add eb_test dir

12 years agocand: Forgot remove this line when merging pre-previous commit from demo branch.
Michal Vokac [Fri, 14 Oct 2011 11:30:40 +0000 (13:30 +0200)]
cand: Forgot remove this line when merging pre-previous commit from demo branch.

12 years agotypes: Variables in pwr_alert structure renamed to more clear names.
Michal Vokac [Fri, 14 Oct 2011 09:02:08 +0000 (11:02 +0200)]
types: Variables in pwr_alert structure renamed to more clear names.

12 years agocand: Fix bug with power alert handling.
Michal Vokac [Fri, 14 Oct 2011 09:24:54 +0000 (10:24 +0100)]
cand: Fix bug with power alert handling.

I think the previous version is wrong - PWR board sends CAN msgs when voltages are out of limits.
But CAN daemon do not receive and parse msgs with this alert ID.
Instead can daemon received alert msgs from ORTE and forwarded them to CAN.

Now I fixed this and alert msgs from PWR board are parsed and forwarded to ORTE.

12 years agoeb_pwr: New version of power management.
Michal Vokac [Thu, 13 Oct 2011 14:19:00 +0000 (15:19 +0100)]
eb_pwr: New version of power management.

- time measurement using global variable with time
Now time is measured in the same manner as in the other modules (ie. eb_vidle atc).
The code is more clear ant later improvements are easier.

- I have moved all the definitions to header files, add def.h file.
This improves clarity and readability.

- Now 5V and 3.3V power supply is switched off only when battery is in critical state.
Prevents cyclic on/off switching of all the boards in the robot.

Still this algorithm needs improvements, but now CAN communication is more reliable.

12 years agoUpdated reference to actual Rtime PXMC version cloned from PiKRON repository.
Pavel Pisa [Sat, 2 Jul 2011 10:15:13 +0000 (12:15 +0200)]
Updated reference to actual Rtime PXMC version cloned from PiKRON repository.

Alternate history has been kept under eurobot-2011 branch
to allow submodule updates for older Eurobot code revisions.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
12 years agoAll gumstix binaries are included now
Michal Sojka [Thu, 23 Jun 2011 17:12:30 +0000 (19:12 +0200)]
All gumstix binaries are included now

12 years agoAdd gumstix binaries (root image etc.) as a git submodule
Michal Sojka [Wed, 22 Jun 2011 22:06:28 +0000 (00:06 +0200)]
Add gumstix binaries (root image etc.) as a git submodule

The history of the repository was rewritten to not contain these binaries.
It was about 500 MB of data that was not useful for most people. Now,
the data can only be checkout if needed by

  git submodule update --init bin/gumstix

(note: The rest of the binaries will be uploaded laster when I have a
better connection.)

12 years agoMerge branch 'shapedet'
Michal Sojka [Wed, 22 Jun 2011 19:57:22 +0000 (21:57 +0200)]
Merge branch 'shapedet'

12 years agorobofsm: common-states tuning
Michal Vokac [Fri, 3 Jun 2011 10:31:11 +0000 (12:31 +0200)]
robofsm: common-states tuning

This is states after Germany competition.
I am is not able to separate and describe this changes.

12 years agorobofsm: Removes some old unused code.
Michal Vokac [Fri, 3 Jun 2011 10:10:40 +0000 (12:10 +0200)]
robofsm: Removes some old unused code.

12 years agorobofsm: Add function for royal figures recognition.
Michal Vokac [Fri, 3 Jun 2011 10:09:46 +0000 (12:09 +0200)]
robofsm: Add function for royal figures recognition.

Function reads distance from front sharp connected to ebBoard ADC input
previously used for left jaw potentiometer reading.
If distance is smaller than limit we say figure is royal = return true, if greater, it is pawn = return false.

12 years agorobofsm: Add new states.
Michal Vokac [Fri, 3 Jun 2011 10:03:56 +0000 (12:03 +0200)]
robofsm: Add new states.

Added pick opponent bonus figure FSM.
Added pick fifth figure FSM.
Added pick center figure FSM.
Added new common states for placing third figure on another square when bonus square is full.

12 years agorobofsm: Go to appropriate strategy on strategy switch event.
Michal Vokac [Fri, 3 Jun 2011 09:57:53 +0000 (11:57 +0200)]
robofsm: Go to appropriate strategy on strategy switch event.

12 years agorobofsm: Competition movement speeds tuning.
Michal Vokac [Fri, 3 Jun 2011 09:56:42 +0000 (11:56 +0200)]
robofsm: Competition movement speeds tuning.

12 years agorobofsm: Fix problem with timespec_substract function.
Michal Vokac [Fri, 3 Jun 2011 09:37:56 +0000 (11:37 +0200)]
robofsm: Fix problem with timespec_substract function.

timespec_substract function slightly changed value in start time structure,
(it puts negative value in start time nsec variable) which causes problem when WAIT macro (clock_nanosleep function) was called again.

12 years agorobofsm: Enable timer for short time to end measurement.
Michal Vokac [Fri, 3 Jun 2011 09:30:56 +0000 (11:30 +0200)]
robofsm: Enable timer for short time to end measurement.

12 years agorobofsm: Match timing tuning.
Michal Vokac [Fri, 3 Jun 2011 09:29:35 +0000 (11:29 +0200)]
robofsm: Match timing tuning.

Time to deposite = short time to end increased.

12 years agojoyd: Lift actuator control uses position definitions instead of hard coded values.
Michal Vokac [Fri, 3 Jun 2011 09:26:49 +0000 (11:26 +0200)]
joyd: Lift actuator control uses position definitions instead of hard coded values.

12 years agorobofsm: Jaws actuator positions updated.
Michal Vokac [Fri, 3 Jun 2011 09:24:25 +0000 (11:24 +0200)]
robofsm: Jaws actuator positions updated.

12 years agorobofsm: Allow all strategies compilation.
Michal Vokac [Fri, 3 Jun 2011 09:23:06 +0000 (11:23 +0200)]
robofsm: Allow all strategies compilation.

12 years agorobofsm: Add pick center figure strategy.
Michal Vokac [Fri, 3 Jun 2011 09:20:27 +0000 (11:20 +0200)]
robofsm: Add pick center figure strategy.

12 years agorobofsm: Strategies tuning.
Michal Vokac [Fri, 3 Jun 2011 09:19:30 +0000 (11:19 +0200)]
robofsm: Strategies tuning.

Add pick opponent bonus figure state.

12 years agorobofsm: Add pick two green figures strategy.
Michal Vokac [Fri, 3 Jun 2011 09:15:55 +0000 (11:15 +0200)]
robofsm: Add pick two green figures strategy.

12 years agorobofsm: Better version of random positions generator.
Michal Vokac [Tue, 24 May 2011 14:09:55 +0000 (16:09 +0200)]
robofsm: Better version of random positions generator.

Do not generate positions close to table borders and on our side.

12 years agorobofsm: Publish correct match time when ready to start.
Michal Vokac [Tue, 24 May 2011 14:07:04 +0000 (16:07 +0200)]
robofsm: Publish correct match time when ready to start.

12 years agodispla-qt: Match timing display background color set according to status.
Michal Vokac [Tue, 24 May 2011 14:05:20 +0000 (16:05 +0200)]
displa-qt: Match timing display background color set according to status.

12 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Tue, 24 May 2011 00:49:39 +0000 (02:49 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

12 years agocand: Fix strategy switch malfunction.
Michal Vokac [Tue, 24 May 2011 00:42:34 +0000 (02:42 +0200)]
cand: Fix strategy switch malfunction.

12 years agorobofsm: Competition FSM tuning.
Michal Vokac [Tue, 24 May 2011 00:40:38 +0000 (02:40 +0200)]
robofsm: Competition FSM tuning.

Put circle wall flag to all my squares and generate pseudo random positions on opponent squares.
Add bumpers and hokuyo enable/disable parameter to all FSM states ENTRY event.

12 years agorobodim: Structures with chessboard squares centers extended to whole table squares.
Michal Vokac [Tue, 24 May 2011 00:36:11 +0000 (02:36 +0200)]
robodim: Structures with chessboard squares centers extended to whole table squares.

12 years agorobofsm: Add send match time cb. function.
Michal Vokac [Tue, 24 May 2011 00:32:42 +0000 (02:32 +0200)]
robofsm: Add send match time cb. function.

12 years agorobofsm: Map flag walls tuning.
Michal Vokac [Tue, 24 May 2011 00:28:30 +0000 (02:28 +0200)]
robofsm: Map flag walls tuning.

It is better put bigger walls to green, start and protected areas and do not plan trajectory here.

12 years agorobofsm: Allow switching strategy when start pluged in.
Michal Vokac [Tue, 24 May 2011 00:25:03 +0000 (02:25 +0200)]
robofsm: Allow switching strategy when start pluged in.

We have extra switch (not bumper like last year)for strategy switching.
Now it is not necessary enable strategy switch only after power on.

12 years agorobofsm: Add forgotten line for match time publishing through orte.
Michal Vokac [Tue, 24 May 2011 00:20:56 +0000 (02:20 +0200)]
robofsm: Add forgotten line for match time publishing through orte.

12 years agorobofsm: Add another simple strategy.
Michal Vokac [Tue, 24 May 2011 00:18:12 +0000 (02:18 +0200)]
robofsm: Add another simple strategy.

12 years agotypes: Add match time type to orte.
Michal Vokac [Tue, 24 May 2011 00:15:44 +0000 (02:15 +0200)]
types: Add match time type to orte.

12 years agodisplay-qt: Add match time display.
Michal Vokac [Tue, 24 May 2011 00:12:41 +0000 (02:12 +0200)]
display-qt: Add match time display.

12 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
pokormat [Mon, 23 May 2011 13:19:49 +0000 (15:19 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

12 years agoeb_jaws_11: add min, max and init value for jaw servos
pokormat [Mon, 23 May 2011 13:19:40 +0000 (15:19 +0200)]
eb_jaws_11: add min, max and init value for jaw servos

12 years agorobofsm: Jaws actuator positions tuning.
Michal Vokac [Mon, 23 May 2011 13:16:46 +0000 (15:16 +0200)]
robofsm: Jaws actuator positions tuning.

12 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Mon, 23 May 2011 12:51:04 +0000 (14:51 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

12 years agorobofsm: Fix forgotten hard-coded gearbox ratio.
Michal Vokac [Mon, 23 May 2011 12:39:18 +0000 (14:39 +0200)]
robofsm: Fix forgotten hard-coded gearbox ratio.

12 years agojoyd: Add debug printf.
Michal Vokac [Mon, 23 May 2011 12:37:37 +0000 (14:37 +0200)]
joyd: Add debug printf.

12 years agoeb_jaws_11: add debug print to uart for bumpers
pokormat [Mon, 23 May 2011 12:33:36 +0000 (14:33 +0200)]
eb_jaws_11: add debug print to uart for bumpers

12 years agorobodim: Added red and blue squares center for random move_around movement.
Michal Vokac [Mon, 23 May 2011 12:33:19 +0000 (14:33 +0200)]
robodim: Added red and blue squares center for random move_around movement.

12 years agorobodim: Added starting position angle.
Michal Vokac [Mon, 23 May 2011 12:32:02 +0000 (14:32 +0200)]
robodim: Added starting position angle.

12 years agorobofsm: Robot est. position initialized to starting position.
Michal Vokac [Mon, 23 May 2011 12:31:21 +0000 (14:31 +0200)]
robofsm: Robot est. position initialized to starting position.

12 years agorobofsm: Jaws actuator positions updated to new mechanism using servos.
Michal Vokac [Mon, 23 May 2011 12:29:18 +0000 (14:29 +0200)]
robofsm: Jaws actuator positions updated to new mechanism using servos.

12 years agorobofsm: Pick all green figures strategy tuning.
Michal Vokac [Mon, 23 May 2011 12:27:08 +0000 (14:27 +0200)]
robofsm: Pick all green figures strategy tuning.

Added states for third and four figure picking and move around state.

12 years agorobofsm: Add simple pick one figure strategy.
Michal Vokac [Mon, 23 May 2011 12:23:30 +0000 (14:23 +0200)]
robofsm: Add simple pick one figure strategy.

12 years agoeb_lift_11: add strategy switch
pokormat [Mon, 23 May 2011 11:21:18 +0000 (13:21 +0200)]
eb_lift_11: add strategy switch

12 years agocand, common, robofsm, types: change bumper rear to bumper rear left and bumper rear...
pokormat [Mon, 23 May 2011 11:20:30 +0000 (13:20 +0200)]
cand, common, robofsm, types: change bumper rear to bumper rear left and bumper rear right

12 years agoeb_jaws_11: change bumper rear to bumper rear left and bumper rear right
pokormat [Mon, 23 May 2011 11:19:02 +0000 (13:19 +0200)]
eb_jaws_11: change bumper rear to bumper rear left and bumper rear right

12 years agorobofsm: Just small positions and movement speed tuning.
Michal Vokac [Tue, 17 May 2011 15:29:22 +0000 (17:29 +0200)]
robofsm: Just small positions and movement speed tuning.

12 years agorobodim: Pawns and royal figures positions corrected to right values.
Michal Vokac [Tue, 17 May 2011 15:25:24 +0000 (17:25 +0200)]
robodim: Pawns and royal figures positions corrected to right values.

12 years agorobodim: Robot starting position defined and dimensions updated.
Michal Vokac [Tue, 17 May 2011 15:24:25 +0000 (17:24 +0200)]
robodim: Robot starting position defined and dimensions updated.

12 years agorobomon: Added jaws actuator visualization.
Michal Vokac [Tue, 17 May 2011 15:21:31 +0000 (17:21 +0200)]
robomon: Added jaws actuator visualization.

Strategy writing and testing will be better with this visualization.

12 years agorobofsm: Add competition sources.
Michal Vokac [Mon, 16 May 2011 16:32:30 +0000 (18:32 +0200)]
robofsm: Add competition sources.

This is preliminary competition FSM with subautomatons and maybe strategy switching possibility.

12 years agocommit-graph: Comment out former members and add me :) and Matous.
Michal Vokac [Mon, 16 May 2011 16:27:40 +0000 (18:27 +0200)]
commit-graph: Comment out former members and add me :) and Matous.

12 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Tue, 10 May 2011 10:37:47 +0000 (12:37 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

12 years agoThis is actual state of the robot after competition.
Michal Vokac [Tue, 10 May 2011 10:37:19 +0000 (12:37 +0200)]
This is actual state of the robot after competition.

cand: Changed direction of motion.

robodim: Robot dimensions updated to new configuration.
Added defines for motor gearbox and IRC parameters.

robofsm:
actuators - updated positions of jaws actuator based on servos.

fsmmove - FSM event obstacle behind and obstacle side extended with new sensors.

homologation - last version of competition automaton used in match with TURAG team.

robot - protected block size extended to the two protected fields.
It is forbidden to enter this area so it is safer if path planer is not allowed to plan trajectory through this area.
Map flag wall added to opponent starting area and the first field before this area - blocking opponent access to this area is forbidden.
Walls around the playing area removed because we moved Hokuyo sensor upward so it dos not scan playing area borders.

robot_orte - rear sensor added to robot bumpers callback function.
Used definitions of motor gearbox and IRC parameters.
Added comment for some horrible hack I think. I do not know how to solve this correctly.

After homologation process we have to redesign the configuration of the robot significantly.
Motion direction was changed - now the robot goes with jaws forward.
We place hokuyo sensor above the jaws so it do not see table borders and royal figures and we are able to move on the table without seeing opponent everywhere. Shapedet library was not able solve this problem.

12 years agoeb_jaws_11: control servos as jaws, can req positions set servos positions
pokormat [Mon, 9 May 2011 08:40:12 +0000 (10:40 +0200)]
eb_jaws_11: control servos as jaws, can req positions set servos positions

12 years agoHomologation - approved version.
Michal Vokac [Fri, 6 May 2011 19:55:04 +0000 (21:55 +0200)]
Homologation - approved version.

robofsm: Jaw actuator positions tuning. Disabled shapedet function.
pathplaner: Remove safety margin around obstacle.

We moved hokuyo sensor upward so it does not scan pawns. There was absolutely no free space between figures.
We were trying to test and use shapedet functionality, but it was not as good as we expected.
The biggest problem is that we did not read a Eurobot rules properly - there is that the testing (fake) opponent robot is 200mm in diameter.
This means that the shapedet library is tunned to detect the opponent robot as good as playing elements - LOL.

12 years agocand: Solved problems with bumpers.
Michal Vokac [Fri, 6 May 2011 19:12:45 +0000 (21:12 +0200)]
cand: Solved problems with bumpers.

13 years agoMerge branch 'shapedet'
Michal Vokac [Fri, 6 May 2011 11:27:50 +0000 (13:27 +0200)]
Merge branch 'shapedet'

Conflicts:
src/robofsm/map_handling.c

Conflict solved. We are testing shapedet for homologation.

13 years agoMerge remote branch 'origin/master' into shapedet
Martin Synek [Fri, 6 May 2011 11:22:55 +0000 (13:22 +0200)]
Merge remote branch 'origin/master' into shapedet

Conflicts:
src/robofsm/map_handling.c

Conflicts solved.

13 years agorobofsm: Homologation tuning.
Michal Vokac [Fri, 6 May 2011 11:07:14 +0000 (13:07 +0200)]
robofsm: Homologation tuning.

13 years agorobofsm: Decreased obstacle size and map cell size.
Michal Vokac [Fri, 6 May 2011 11:06:11 +0000 (13:06 +0200)]
robofsm: Decreased obstacle size and map cell size.

13 years agorobofsm: Added map flag ignore obstacle inside the table around the walls.
Michal Vokac [Fri, 6 May 2011 11:04:11 +0000 (13:04 +0200)]
robofsm: Added map flag ignore obstacle inside the table around the walls.

13 years agorobofsm: Updated maxon motor gearbox reduction ratio and IRC resolution.
Michal Vokac [Fri, 6 May 2011 08:53:30 +0000 (10:53 +0200)]
robofsm: Updated maxon motor gearbox reduction ratio and IRC resolution.

It was necessary to switch dleft and dright to view motor odometry properly in robomon.

13 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Fri, 6 May 2011 08:17:25 +0000 (10:17 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

13 years agodisplay-qt: Fix compilation error. Include path is not resolved correctly.
Michal Vokac [Fri, 6 May 2011 08:13:55 +0000 (10:13 +0200)]
display-qt: Fix compilation error. Include path is not resolved correctly.

13 years agocand: Switch motion err status direction.
Michal Vokac [Fri, 6 May 2011 08:10:45 +0000 (10:10 +0200)]
cand: Switch motion err status direction.

13 years agodisplay-qt: View lift status green when alive.
Michal Vokac [Fri, 6 May 2011 08:09:18 +0000 (10:09 +0200)]
display-qt: View lift status green when alive.

13 years agodisplay-qt: Fix team color visualization.
Michal Vokac [Fri, 6 May 2011 08:07:32 +0000 (10:07 +0200)]
display-qt: Fix team color visualization.

13 years agorobofsm: Allow homologation compilation.
Michal Vokac [Fri, 6 May 2011 08:06:48 +0000 (10:06 +0200)]
robofsm: Allow homologation compilation.

13 years agorobodim: Added robot axis to figure center parameter.
Michal Vokac [Fri, 6 May 2011 08:04:16 +0000 (10:04 +0200)]
robodim: Added robot axis to figure center parameter.

13 years agorobofsm: Add homing parameter to lift actuator.
Michal Vokac [Fri, 6 May 2011 08:02:44 +0000 (10:02 +0200)]
robofsm: Add homing parameter to lift actuator.

13 years agorobofsm: First homologation version.
Michal Vokac [Fri, 6 May 2011 07:59:43 +0000 (09:59 +0200)]
robofsm: First homologation version.

13 years agoeb_jaws_11: update jaws min, max position
pokormat [Thu, 5 May 2011 18:23:57 +0000 (20:23 +0200)]
eb_jaws_11: update jaws min, max position
robofsm: update jaws min, max position, now is open, close, catch values as defines in header file

13 years agoeb_jaws_11: add better terminal log
pokormat [Thu, 5 May 2011 18:21:16 +0000 (20:21 +0200)]
eb_jaws_11: add better terminal log

13 years agorobofsm:
Martin Synek [Thu, 5 May 2011 16:26:31 +0000 (18:26 +0200)]
robofsm:
Add methods for draw obstacle (figure) to map.
Ignore figures opponent's according position on checkerboard and team color.

13 years agorobomon: add draw circle center detected obstacle
Martin Synek [Thu, 5 May 2011 16:15:47 +0000 (18:15 +0200)]
robomon: add draw circle center detected obstacle

13 years agocand: Switched direction of motion - left/right. Forward, backward is OK.
Michal Vokac [Thu, 5 May 2011 14:56:55 +0000 (16:56 +0200)]
cand: Switched direction of motion - left/right. Forward, backward is OK.

13 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Thu, 5 May 2011 08:30:22 +0000 (10:30 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

13 years agoeb_lift_11: Better version of IRC counter, reverse switch funtion.
Michal Vokac [Thu, 5 May 2011 08:28:12 +0000 (10:28 +0200)]
eb_lift_11: Better version of IRC counter, reverse switch funtion.

13 years agoh8eurobot: workaround to design bugs in h8eurobot boards and to burnt HAL sensor.
Pavel Pisa [Wed, 4 May 2011 16:53:27 +0000 (18:53 +0200)]
h8eurobot: workaround to design bugs in h8eurobot boards and to burnt HAL sensor.

The equivalent of PWMA:0 and PWMB:0 is issued after PXMC
initialization. This allows to invoke align of motor
phase tables according to IRC index by turning
of axes by hand.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
13 years agoh8eurobot: workaround for damaged CPU pin PWM2A on Eurobot board.
Pavel Pisa [Wed, 4 May 2011 15:58:39 +0000 (17:58 +0200)]
h8eurobot: workaround for damaged CPU pin PWM2A on Eurobot board.

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
13 years agoMerge remote branch 'origin/master' into shapedet
Martin Synek [Wed, 4 May 2011 12:57:39 +0000 (14:57 +0200)]
Merge remote branch 'origin/master' into shapedet

13 years agojoyd: Update actuator positions and assign buttons for jaw actuator.
Michal Vokac [Tue, 3 May 2011 18:35:02 +0000 (20:35 +0200)]
joyd: Update actuator positions and assign buttons for jaw actuator.

13 years agorobofsm: Fix jaw actuator function parameter and update position for holding figure.
Michal Vokac [Tue, 3 May 2011 18:32:35 +0000 (20:32 +0200)]
robofsm: Fix jaw actuator function parameter and update position for holding figure.

13 years agoMerge remote branch 'origin/master' into shapedet
Martin Synek [Tue, 3 May 2011 16:55:01 +0000 (18:55 +0200)]
Merge remote branch 'origin/master' into shapedet

13 years agoMerge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot
Michal Vokac [Tue, 3 May 2011 16:05:49 +0000 (18:05 +0200)]
Merge branch 'master' of ssh://rtime.felk.cvut.cz/eurobot

13 years agoeb_lift_11: Fixed wrong end switches handling and decreased IRC reading resolution.
Michal Vokac [Tue, 3 May 2011 16:05:11 +0000 (18:05 +0200)]
eb_lift_11: Fixed wrong end switches handling and decreased IRC reading resolution.

13 years agoeb_lift_11: Fix small typo.
Michal Vokac [Tue, 3 May 2011 15:58:14 +0000 (17:58 +0200)]
eb_lift_11: Fix small typo.

13 years agoeb_jaws_11: update regulation constant for jaws
pokormat [Tue, 3 May 2011 15:46:03 +0000 (17:46 +0200)]
eb_jaws_11: update regulation constant for jaws

13 years agoeb_jaws_11: update jaws min max value
pokormat [Tue, 3 May 2011 15:44:59 +0000 (17:44 +0200)]
eb_jaws_11: update jaws min max value

13 years agoeb_jaws_11: repair right bumper
pokormat [Tue, 3 May 2011 15:42:55 +0000 (17:42 +0200)]
eb_jaws_11: repair right bumper

13 years agorobofsm: add function open, close, catch for jaws
pokormat [Tue, 3 May 2011 15:40:46 +0000 (17:40 +0200)]
robofsm: add function open, close, catch for jaws