Ulises Flynn
|
d5d6283cec
|
update gopigo3 with default spi values, cleanup
|
2018-06-22 21:10:33 -06:00 |
|
Ron Evans
|
748cb2bb16
|
joystick: update scanner to match go-sdl 0.3 API changes
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-30 13:58:27 +02:00 |
|
Ron Evans
|
e7e5fcaf66
|
joystick: correct test issue
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-25 12:42:29 +02:00 |
|
Ron Evans
|
0eb9efc4bf
|
joystick: add instructions to README on how to install SDL on Linux from source
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-25 12:27:16 +02:00 |
|
Ron Evans
|
615cd71863
|
joystick: full corrected ds3 and ds4 mappings plus examples to match for latest sdl 2.0.8
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-25 12:19:22 +02:00 |
|
Ron Evans
|
ed867b98b9
|
Merge pull request #555 from imathno/fix-DPAD
Fix joystick driver to detect dpad input for xbox controllers
|
2018-05-25 11:12:43 +02:00 |
|
Issa Mathno
|
7beb0ec8c3
|
Update the joystick driver test to read DPAD properly
|
2018-05-25 01:07:07 -07:00 |
|
Issa Mathno
|
9edbf547c8
|
Fix joystick_driver to detect dpad input for xbox controllers
|
2018-05-23 23:56:58 -07:00 |
|
cbwang2016
|
e06e6c696c
|
bug fix
|
2018-05-22 14:14:46 +08:00 |
|
cbwang2016
|
4918062179
|
StopLanding feature
|
2018-05-22 08:46:15 +08:00 |
|
cbwang2016
|
244d26c993
|
slow/fast mode switch function
|
2018-05-21 15:06:27 +08:00 |
|
Ron Evans
|
68fef4ebf9
|
Merge pull request #548 from SMerrony/dev
Correct Dualshock4 controller mappings and add ps/left/right buttons
|
2018-05-20 11:30:02 +02:00 |
|
Stephen Merrony
|
c2df2e2590
|
Update dualshock4.json to match joystick_dualshock4.go
|
2018-05-20 10:23:19 +01:00 |
|
Stephen Merrony
|
a5de5f64e5
|
Correct Dualshock4 controller mappings and add ps/left/right buttons
|
2018-05-20 10:10:24 +01:00 |
|
Jaden Weiss
|
10789b9933
|
change timestamp to uint64 to fix #516
|
2018-05-18 19:49:02 -04:00 |
|
cbwang2016
|
18bec8941a
|
Merge branch 'dev' into patch-2
|
2018-05-18 18:56:58 +08:00 |
|
Ron Evans
|
8db4d60a47
|
Merge pull request #537 from SMerrony/dev
Tello: Driver - Add Bounce() and PalmLand() funcs and associated events
|
2018-05-18 12:19:54 +02:00 |
|
cbwang2016
|
ef5b5542ad
|
Update driver.go
|
2018-05-18 17:58:35 +08:00 |
|
cbwang2016
|
1463bf665f
|
Update driver.go
Add Throw & Go support(Usage same as TakeOff() function)
|
2018-05-18 17:33:57 +08:00 |
|
cbwang2016
|
6853f5c4cb
|
Update driver.go
According to my reverse-engineering, it should be like this.
|
2018-05-18 14:28:42 +08:00 |
|
Stephen Merrony
|
1a66da07d4
|
Add Bounce() and PalmLand() funcs and their associated events.
|
2018-05-17 14:01:03 +01:00 |
|
Stephen Merrony
|
ab7e7b685a
|
Correcting for PR comments
|
2018-05-17 10:06:11 +01:00 |
|
Stephen Merrony
|
c23d9fc7f7
|
Make Go Lint happier by adding some explicit type conversions and ignoring unused error returns
|
2018-05-16 09:28:06 +01:00 |
|
Stephen Merrony
|
0416524cca
|
Change several fields in FlightData struct from int16 to bool
|
2018-05-15 15:27:24 +01:00 |
|
Stephen Merrony
|
af6e2c7228
|
Export the FlightData fields (see Issue #531)
|
2018-05-15 11:47:53 +01:00 |
|
Ron Evans
|
eab7a5883d
|
Merge pull request #529 from bloudermilk/bloudermilk-firmata-links
Update the Firmata homepage in platform README
|
2018-05-13 12:20:38 +02:00 |
|
Brendan Loudermilk
|
800f35cb80
|
Update the Firmata homepage in platform README
|
2018-05-12 12:32:29 -06:00 |
|
Ron Evans
|
64c96eea1e
|
joystick: add new contributions to README
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-09 12:39:18 +02:00 |
|
Ron Evans
|
4b85f0c3fa
|
joystick: exclude scanner from test builds
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-05-09 12:36:48 +02:00 |
|
Ron Evans
|
441a35093f
|
Merge pull request #525 from SMerrony/add-tflight-hotas-x-controller
Add tflight hotas x controller
|
2018-05-09 12:34:05 +02:00 |
|
Stephen Merrony
|
48c6cd4297
|
Add T-Flight Hotas X flight controoller
|
2018-05-08 07:25:37 +01:00 |
|
morfeo8marc
|
43be66e02d
|
Revert "joystick: add missing type conversion"
This reverts commit 0fd6cf480a6b08649a4691585d7b0fbc8e16ed5e.
|
2018-05-08 00:41:50 +02:00 |
|
morfeo8marc
|
f66139346d
|
joystick: add xbox360 rock band drums controller
Signed-off-by: morfeo8marc <morfeo8marc@gmail.com>
|
2018-05-07 23:46:17 +02:00 |
|
morfeo8marc
|
0fd6cf480a
|
joystick: add missing type conversion
Signed-off-by: morfeo8marc <morfeo8marc@gmail.com>
|
2018-05-07 22:47:18 +02:00 |
|
Ron Evans
|
b082d6739a
|
opencv: update to latest version of GoCV
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-24 12:56:26 +02:00 |
|
Ron Evans
|
50919bc0c4
|
tello: reorder main file
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-24 10:57:04 +02:00 |
|
Ron Evans
|
32bdff6492
|
tello: refactor crc8 and crc16 functions
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-24 10:29:59 +02:00 |
|
Ron Evans
|
b0ff165a42
|
tello: correct packet construction now working
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-24 10:11:10 +02:00 |
|
Ron Evans
|
d113da1770
|
tello: switch to using external crc8 and cr16 packages
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-23 20:43:22 +02:00 |
|
Ron Evans
|
c0e08e250d
|
tello: API improvements by using const values and types for streaming video settings
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-22 18:15:38 +02:00 |
|
Ron Evans
|
9875acbe06
|
tello: improve video encoding rate API call
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-19 18:28:14 +02:00 |
|
Ron Evans
|
9c798b8578
|
tello: add SetVideoEncoderRate command
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-19 15:22:05 +02:00 |
|
Ron Evans
|
80975336d2
|
tello: cleanup docs
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-19 09:50:40 +02:00 |
|
Ron Evans
|
79ffaab5b4
|
tello: can stream drone video thru to opencv
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-18 22:46:51 +02:00 |
|
Ron Evans
|
4fe09d8e04
|
tello: flip commands works, a bunch of events, and video streaming example using ffplay
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-18 12:15:18 +02:00 |
|
Ron Evans
|
3c4c15b6d9
|
joystick: correct events used by gamepad-style up/down/left/right buttons
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-18 12:12:07 +02:00 |
|
Ron Evans
|
75465900f3
|
tello: properly event the various known notification packets
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-17 15:01:34 +02:00 |
|
Ron Evans
|
e25a1bf7dd
|
tello: WIP on adding support for video streaming from drone
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-16 23:08:22 +02:00 |
|
Ron Evans
|
9d8a577fb2
|
spi: complete refactoring to spi.Connection
Signed-off-by: Ron Evans <ron@hybridgroup.com>
|
2018-04-16 15:06:17 +02:00 |
|
Ron Evans
|
026d3000d5
|
Merge branch 'feature/fileless-joystick' into dev
|
2018-04-14 13:35:12 +02:00 |
|