Thomas Kohler
|
f5d8d5c601
|
all(style) : fix linter issues for errcheck, ineffassign, unused and fix errors (#950)
|
2023-06-12 19:51:25 +02:00 |
Thomas Kohler
|
865e724af0
|
Build(v2): revert move to v2 subfolder (#932)
* revert move to v2 subfolder
* fix CI and adjust CHANGELOG
|
2023-05-29 19:23:28 +02:00 |
Thomas Kohler
|
d908619462
|
Build(v2): fix usage by moving code to a v2 subfolder (#927)
|
2023-05-22 19:35:36 +02:00 |
Trevor Rosen
|
1a91af1021
|
Tests and related tweaks
|
2019-05-22 11:34:39 +02:00 |
Trevor Rosen
|
f5b738f1b2
|
Initial stab at Robot-based work
|
2019-05-22 11:34:39 +02:00 |
deadprogram
|
c2de8b20de
|
core: log failure errors on Robot Start()
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2017-06-15 14:04:08 +02:00 |
deadprogram
|
d8298e6e04
|
core: add Running() methods for Master and Robot and increase test coverage accordingly
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2017-05-07 13:28:29 +02:00 |
deadprogram
|
f2121b3e03
|
core: remove unneeded error handling code that cannot be reached due to previous error handling.
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2017-03-21 11:21:00 +01:00 |
deadprogram
|
804344873c
|
docs: update params info for Robot
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2017-02-10 12:02:25 +01:00 |
deadprogram
|
0764500955
|
core: use multierror when handling Robot Stop
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-12-01 20:40:11 +01:00 |
deadprogram
|
08874e4e21
|
core: no longer return slices of errors, instead use multierror
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-11-07 21:29:51 +01:00 |
deadprogram
|
68662f8496
|
core: Now both Robot and Master operate using AutoRun as expected
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-10-18 18:23:59 +02:00 |
deadprogram
|
21a77a1b54
|
core: Able to run robots without being part of a master. Also now running all work in separate go routines
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-10-18 16:34:29 +02:00 |
deadprogram
|
5eac41a6bc
|
core: WIP on all work happening in separate goroutine
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-10-18 16:13:45 +02:00 |
deadprogram
|
458c750f33
|
core: refactor/rename internal name of Master type
Signed-off-by: deadprogram <ron@hybridgroup.com>
|
2016-10-15 20:02:54 +02:00 |
Ron Evans
|
913e9371a7
|
Merge pull request #290 from dgryski/gosimple
Code cleanups suggested by gosimple
|
2016-07-15 09:03:02 -06:00 |
Damian Gryski
|
a8ea32ce56
|
Fix misspellings
|
2016-07-13 10:44:47 -06:00 |
Damian Gryski
|
977c878a8b
|
Code cleanups suggested by gosimple
|
2016-07-13 09:32:22 -06:00 |
Kenny Levinsen
|
4b46228f67
|
Isolates shutdown-logic to Robot/Robots/Gobot.Stop
Gobot no longer hijacks the os.Interrupt signal handler, leaving any
shutdown logic to the user.
|
2015-09-30 21:43:58 +02:00 |
Adrian Zankich
|
8ea3ae2c8b
|
go lint and documentation tweaks for the gobot package
|
2014-12-31 05:15:52 -08:00 |
Adrian Zankich
|
be963f989c
|
Increase gobot package test coverage
|
2014-11-30 00:19:53 -08:00 |
Adrian Zankich
|
59aee80c91
|
Remove ToJSON methods and create JSON constructors
|
2014-11-21 11:57:26 -08:00 |
Adrian Zankich
|
a0a1322fb1
|
Merge branch 'dev' into refactor_interfaces
Conflicts:
adaptor.go
driver.go
gobot.go
robot.go
test_helper.go
utils.go
|
2014-11-20 18:08:50 -08:00 |
Adrian Zankich
|
7c63f21593
|
Completely overhaul driver and adaptor interfaces
|
2014-11-20 18:00:32 -08:00 |
Adrian Zankich
|
4c86c0a4bb
|
Merge branch 'master' into dev
Conflicts:
gobot.go
platforms/opencv/camera_driver.go
robot.go
version.go
|
2014-11-20 17:48:43 -08:00 |
Adrian Zankich
|
586507a489
|
Update Adaptor and Driver interface to use []error
|
2014-11-19 23:21:35 -08:00 |
Adrian Zankich
|
665b3b5ed6
|
Clean up internal robot error passing
|
2014-11-17 16:23:19 -08:00 |
Adrian Zankich
|
444d9ffbde
|
Update gobot package docs
|
2014-11-13 11:06:57 -08:00 |
Adrian Zankich
|
17cbf2c5f3
|
Pass error instead of panic
|
2014-11-12 11:21:50 -08:00 |
derailed
|
11ff06b0ac
|
First pass at adding some documentation
|
2014-08-13 10:22:58 -06:00 |
Adrian Zankich
|
2d8ba7206d
|
WIP threepio support
|
2014-07-24 16:39:27 -07:00 |
Adrian Zankich
|
c86123c694
|
Clean up devices and connections type
|
2014-07-09 09:38:43 -07:00 |
Adrian Zankich
|
ba63c57a0b
|
Add convenience functions
|
2014-07-07 21:45:36 -07:00 |
Adrian Zankich
|
d8154ce306
|
Update firmata platform and adaptor interface
|
2014-07-03 19:52:31 -07:00 |
Adrian Zankich
|
a6fdedcf38
|
Update gpio platform and driver interface
|
2014-07-03 19:14:04 -07:00 |
Adrian Zankich
|
958d1941ad
|
Fix errors in API
|
2014-07-02 18:08:44 -07:00 |
Adrian Zankich
|
bd8d31e23f
|
Alias Connection to AdaptorInterface and Device to DriverInterface
|
2014-07-02 17:12:13 -07:00 |
Adrian Zankich
|
e10d617ece
|
WIP refactor device and connection
|
2014-06-23 20:33:59 -07:00 |
Adrian Zankich
|
f77689abe3
|
The Driver struct now has an Adaptor field
|
2014-06-15 17:22:50 -07:00 |
Adrian Zankich
|
300a1e6812
|
refactor generated name for robot, device and connection
|
2014-06-14 18:49:02 -07:00 |
Adrian Zankich
|
02f708e98f
|
Add AddDevice and AddConnection functions
|
2014-06-13 11:03:55 -07:00 |
Adrian Zankich
|
326283c1a1
|
NewRobot is now a variadic function
|
2014-06-12 22:30:01 -07:00 |
Adrian Zankich
|
ca4d8ce583
|
Refactor robot commands
|
2014-06-11 16:44:23 -07:00 |
Adrian Zankich
|
c129da61d3
|
Make golint happy
|
2014-06-10 15:16:11 -07:00 |
Adrian Zankich
|
851b9bc48e
|
Fix robot command initialization
|
2014-06-07 20:57:51 -07:00 |
Adrian Zankich
|
26a9e55983
|
WIP api refactor
|
2014-05-15 11:50:45 -07:00 |
Adrian Zankich
|
eca3a1ca99
|
More WIP restructure
|
2014-04-30 08:10:44 -07:00 |
Adrian Zankich
|
90ee5d7d70
|
WIP project restructure
|
2014-04-29 13:20:32 -07:00 |
Matt Aimonetti
|
852a7699c1
|
added Halt() to a collection of devices
|
2014-04-26 21:52:10 -07:00 |
Jeremy Saenz
|
eb887f7837
|
Fixed the tests. Now passing!
|
2014-04-26 09:44:26 -07:00 |