Kevron Rees [Fri, 5 Sep 2014 16:05:25 +0000 (09:05 -0700)]
fixed up bluez5 support code
Kevron Rees [Fri, 29 Aug 2014 15:48:22 +0000 (08:48 -0700)]
fixed up database plugin
Kevron Rees [Thu, 28 Aug 2014 15:16:08 +0000 (08:16 -0700)]
fix for wheel plugin
Kevron Rees [Mon, 25 Aug 2014 23:50:52 +0000 (16:50 -0700)]
version bump 0.11.900. We are now beta
Kevron Rees [Mon, 25 Aug 2014 18:49:50 +0000 (11:49 -0700)]
enginecoolant should be signed
Kevron Rees [Fri, 22 Aug 2014 00:11:35 +0000 (17:11 -0700)]
made some of the dbus API compliant with w3c auto-bg specification
Kevron Rees [Thu, 21 Aug 2014 17:30:12 +0000 (10:30 -0700)]
fixed up test plugin
Kevron Rees [Mon, 18 Aug 2014 17:28:45 +0000 (10:28 -0700)]
cleaned up debug output
Kevron Rees [Mon, 18 Aug 2014 17:27:19 +0000 (10:27 -0700)]
fixed periodic crash when sending dbus signal
Kevron Rees [Fri, 15 Aug 2014 16:42:42 +0000 (09:42 -0700)]
version bump 0.11.812
Kevron Rees [Fri, 8 Aug 2014 23:34:22 +0000 (16:34 -0700)]
Some fixes and performance tweaks.
- refactor dbus signaler to use objPath map (performance)
- refactored murphy registration (fix)
- cleaned up style in murphy
- refactored TransmissionMode a bit and added w3c support
Kevron Rees [Fri, 8 Aug 2014 21:52:10 +0000 (14:52 -0700)]
Fixed issue with Murphy plugin using wronge type for certain Properties.
Murphy tries to create a basic type even if the type is already registered.
This wouldn't typically be a problem, except that certain types are enums
which murphy doesn't know about.
The solution is to use VehicleProperty::getPropertyTypeForPropertyName if the
property has already been registered by another plugin or by AMB core itself.
Kevron Rees [Fri, 8 Aug 2014 21:51:11 +0000 (14:51 -0700)]
DBus signaller will combine duplicate signals for same object path
This change should improve performance when multiple properties change on an object per
round.
Kevron Rees [Tue, 29 Jul 2014 22:20:48 +0000 (15:20 -0700)]
removed docs
Kevron Rees [Tue, 29 Jul 2014 21:36:30 +0000 (14:36 -0700)]
Update RELEASE
Kevron Rees [Tue, 29 Jul 2014 21:35:09 +0000 (14:35 -0700)]
Version bump 0.11.811
Kevron Rees [Thu, 24 Apr 2014 22:40:15 +0000 (15:40 -0700)]
added tools
Kevron Rees [Mon, 7 Jul 2014 00:04:30 +0000 (17:04 -0700)]
priority queues
Kevron Rees [Fri, 27 Jun 2014 22:00:02 +0000 (15:00 -0700)]
cleaned up documents. idl is the authority
Kevron Rees [Thu, 26 Jun 2014 21:30:41 +0000 (14:30 -0700)]
added asyncqueue. Made updateProperty() thread safe
Kevron Rees [Thu, 26 Jun 2014 15:54:05 +0000 (08:54 -0700)]
updated docs
Kevron Rees [Tue, 24 Jun 2014 21:27:10 +0000 (14:27 -0700)]
created franca idl doc
Kevron Rees [Tue, 24 Jun 2014 21:08:10 +0000 (14:08 -0700)]
some performance tweaks to core and dbussignaller
Kevron Rees [Mon, 23 Jun 2014 14:53:31 +0000 (07:53 -0700)]
add rule to only generate dbus docs from idl
Kevron Rees [Fri, 13 Jun 2014 20:46:11 +0000 (13:46 -0700)]
fixed crash when gpsnmea gets blank gprmc messages
Kevron Rees [Fri, 13 Jun 2014 19:46:51 +0000 (12:46 -0700)]
removed client library stubs
Kevron Rees [Thu, 12 Jun 2014 18:29:41 +0000 (11:29 -0700)]
multiple dbus properties can support the same amb property
Kevron Rees [Thu, 12 Jun 2014 16:48:49 +0000 (09:48 -0700)]
fixed missing symbol
Kevron Rees [Thu, 12 Jun 2014 16:29:10 +0000 (09:29 -0700)]
use const string ref
Kevron Rees [Wed, 11 Jun 2014 22:42:13 +0000 (15:42 -0700)]
fix libamb label
Change-Id: Ie980c5b26267816ea31aeb9d06dc6bfa1c8e1c70
Kevron Rees [Wed, 11 Jun 2014 22:37:18 +0000 (15:37 -0700)]
added support for lambda subscriptions. initial bluetooth5 support in obd2 plugin
Kevron Rees [Wed, 11 Jun 2014 20:27:38 +0000 (13:27 -0700)]
updated docs to reflect change to vehicle and engine speed
Kevron Rees [Wed, 11 Jun 2014 20:26:29 +0000 (13:26 -0700)]
updated Vehicle and EngineSpeed interfaces to match w3c vehicle data draft spec. Old attributes exist for compatibility
Kevron Rees [Thu, 29 May 2014 21:32:25 +0000 (14:32 -0700)]
version bump 0.11.810
Kevron Rees [Thu, 29 May 2014 21:13:26 +0000 (14:13 -0700)]
added SteeringWheelAngle
Kevron Rees [Thu, 5 Jun 2014 22:15:16 +0000 (15:15 -0700)]
added stub ambclient code
Kevron Rees [Wed, 28 May 2014 20:45:43 +0000 (13:45 -0700)]
added more debug to bluetooth
Kevron Rees [Tue, 27 May 2014 18:40:39 +0000 (11:40 -0700)]
use gio for watching fd
Kevron Rees [Tue, 27 May 2014 17:09:08 +0000 (10:09 -0700)]
updated method signature
Kevron Rees [Fri, 23 May 2014 23:48:25 +0000 (16:48 -0700)]
got bluez5 client somewhat working
Kevron Rees [Wed, 21 May 2014 23:34:58 +0000 (16:34 -0700)]
fixed a GVS error
Kevron Rees [Mon, 19 May 2014 23:36:54 +0000 (16:36 -0700)]
added service record for spp
Kevron Rees [Sun, 18 May 2014 01:12:57 +0000 (18:12 -0700)]
added dbus system config
Kevron Rees [Mon, 5 May 2014 18:50:09 +0000 (11:50 -0700)]
door lock are not readonly
Kevron Rees [Sat, 17 May 2014 01:18:09 +0000 (18:18 -0700)]
registerProfile after registering the dbus object
Kevron Rees [Sat, 17 May 2014 00:32:51 +0000 (17:32 -0700)]
corrected signature call to RegisterProfile
Kevron Rees [Fri, 16 May 2014 23:39:57 +0000 (16:39 -0700)]
load non-SinkManager plugins
Kevron Rees [Fri, 16 May 2014 21:58:04 +0000 (14:58 -0700)]
check if registerProfile is valid
Kevron Rees [Fri, 16 May 2014 21:54:12 +0000 (14:54 -0700)]
initial bluetooth plugin
Kevron Rees [Wed, 30 Apr 2014 21:22:11 +0000 (14:22 -0700)]
reworked tests in gpsnmea
Kevron Rees [Wed, 30 Apr 2014 19:44:45 +0000 (12:44 -0700)]
deprecated gpsd plugin
Kevron Rees [Wed, 30 Apr 2014 19:42:37 +0000 (12:42 -0700)]
fixed checksum()
Kevron Rees [Tue, 29 Apr 2014 04:57:08 +0000 (21:57 -0700)]
make unhandled nmea messages level 7 to avoid spamming
Kevron Rees [Sun, 27 Apr 2014 19:32:41 +0000 (12:32 -0700)]
change to example and dbus plugins
Example plugin was change to reflect best-practices. Allocating properties for every change should be avoided. Dbus plugin caching when not registered is now disabled. This improved performance by about 40%.
Kevron Rees [Sun, 27 Apr 2014 18:06:22 +0000 (11:06 -0700)]
removed mcmodel compile option. added VideoLogging property to opencv plugin
Kevron Rees [Fri, 25 Apr 2014 22:35:52 +0000 (15:35 -0700)]
fixed crasher in gpsnmea
Kevron Rees [Fri, 25 Apr 2014 21:58:40 +0000 (14:58 -0700)]
fixed compile errors in database and murphy plugins
Kevron Rees [Fri, 25 Apr 2014 21:52:57 +0000 (14:52 -0700)]
fixed compile errors in obd2 plugin
Kevron Rees [Thu, 24 Apr 2014 23:59:03 +0000 (16:59 -0700)]
install canobserver header
Kevron Rees [Thu, 24 Apr 2014 21:55:17 +0000 (14:55 -0700)]
fixed some compile errors
Kevron Rees [Tue, 22 Apr 2014 18:57:35 +0000 (11:57 -0700)]
updated some docs and added testing document
Kevron Rees [Mon, 21 Apr 2014 17:30:26 +0000 (10:30 -0700)]
Update README
Removed websocket docs from main docs. Multi-headed AMB documentation should be included in the websocket plugin documentation.
Kevron Rees [Sun, 13 Apr 2014 07:55:49 +0000 (00:55 -0700)]
added velocity text to framewriter
Kevron Rees [Sat, 12 Apr 2014 18:22:49 +0000 (11:22 -0700)]
use vector where possible
Kevron Rees [Mon, 14 Apr 2014 01:22:47 +0000 (18:22 -0700)]
use debugout for errors instead of cerr
Kevron Rees [Fri, 11 Apr 2014 22:44:20 +0000 (15:44 -0700)]
use mjpg codec
Kevron Rees [Fri, 11 Apr 2014 00:04:17 +0000 (17:04 -0700)]
enable usage of different routing engines via config
Kevron Rees [Fri, 11 Apr 2014 00:03:55 +0000 (17:03 -0700)]
version bump 0.11.809
Kevron Rees [Thu, 10 Apr 2014 23:45:50 +0000 (16:45 -0700)]
use monotonic clock
Kevron Rees [Wed, 9 Apr 2014 18:35:23 +0000 (11:35 -0700)]
removed build files from src
Kevron Rees [Wed, 9 Apr 2014 18:33:11 +0000 (11:33 -0700)]
use c++11 chrono for time
Kevron Rees [Tue, 1 Apr 2014 00:59:06 +0000 (17:59 -0700)]
minor tweak to readme
Kevron Rees [Tue, 1 Apr 2014 00:46:47 +0000 (17:46 -0700)]
Merge pull request #16 from OlivierDelbeke/master
Added the possibility to specify the baudrate of the GPS NMEA device
Kevron Rees [Tue, 1 Apr 2014 00:36:52 +0000 (17:36 -0700)]
fixed up gpsnmea to work with devices with very fragmented nmea messages
Olivier Delbeke [Mon, 31 Mar 2014 05:55:09 +0000 (07:55 +0200)]
Added the possibility to specify the baudrate of the GPS NMEA device
Kevron Rees [Fri, 28 Mar 2014 21:06:06 +0000 (14:06 -0700)]
fixed runtime errors and warnings with dbus plugin
Kevron Rees [Fri, 28 Mar 2014 20:53:30 +0000 (13:53 -0700)]
Updated plugins to work without the now deprecated setSupported() call.
Kevron Rees [Fri, 28 Mar 2014 18:27:41 +0000 (11:27 -0700)]
fixed compile errors in various plugins
Kevron Rees [Fri, 28 Mar 2014 20:23:14 +0000 (13:23 -0700)]
Update README
Kevron Rees [Fri, 28 Mar 2014 18:39:12 +0000 (11:39 -0700)]
Merge pull request #15 from e8johan/master
Cleaned up build and files
Kevron Rees [Fri, 28 Mar 2014 05:03:05 +0000 (22:03 -0700)]
some core changes as well as additions to opencv plugin
Kevron Rees [Fri, 28 Mar 2014 02:16:25 +0000 (19:16 -0700)]
added SimCommand backdoor to the gen plugin
Kevron Rees [Fri, 28 Mar 2014 00:59:58 +0000 (17:59 -0700)]
added cangen example config
Kevron Rees [Wed, 26 Mar 2014 19:51:25 +0000 (12:51 -0700)]
fixed invalidating of iterator in ranged for looop
Change-Id: Ib865ca3f2719c12a370a1a56d5e90b779e6b061a
Kevron Rees [Fri, 21 Mar 2014 21:29:45 +0000 (14:29 -0700)]
added cansim plugin
Kevron Rees [Fri, 21 Mar 2014 19:52:26 +0000 (12:52 -0700)]
added cansim, cangen plugins
Kevron Rees [Thu, 20 Mar 2014 23:12:17 +0000 (16:12 -0700)]
version bump 0.11.808
Kevron Rees [Thu, 20 Mar 2014 23:11:54 +0000 (16:11 -0700)]
fixed issue with complex objects only firing the last property and dropping all others
Kevron Rees [Thu, 20 Mar 2014 20:24:34 +0000 (13:24 -0700)]
fixed throw when trying to parse empty speed
Kevron Rees [Thu, 20 Mar 2014 17:19:25 +0000 (10:19 -0700)]
do not crash if connection has not been established
Kevron Rees [Thu, 13 Mar 2014 17:42:11 +0000 (10:42 -0700)]
version bump 0.11.807
Kevron Rees [Wed, 19 Mar 2014 21:43:51 +0000 (14:43 -0700)]
only listen to specified paths
Change-Id: Ie3e37ebe1cbd305b62e2c337beb7e5a1b3103fea
Kevron Rees [Tue, 18 Mar 2014 15:39:15 +0000 (08:39 -0700)]
Added incomplete message to gpsnmea test
Kevron Rees [Fri, 14 Mar 2014 15:51:41 +0000 (08:51 -0700)]
playing with videowriter in cv plugin
Kevron Rees [Thu, 13 Mar 2014 17:41:29 +0000 (10:41 -0700)]
fixed random crash when process subscribes to an object interface
Kevron Rees [Mon, 10 Mar 2014 22:52:12 +0000 (15:52 -0700)]
fixed debug output statement
Kevron Rees [Mon, 10 Mar 2014 22:26:04 +0000 (15:26 -0700)]
added more debug output to murphy plugin
Kevron Rees [Wed, 5 Mar 2014 18:30:35 +0000 (10:30 -0800)]
Remove performance from dbusconfig. fix crasher in varianttype.
Kevron Rees [Mon, 3 Mar 2014 19:20:21 +0000 (11:20 -0800)]
added more debug to gpsnmea. example source default return for set operations.
Kevron Rees [Thu, 27 Feb 2014 19:12:45 +0000 (11:12 -0800)]
added support for string and double in amb-set