NickZ
NickZ
It would be nice if gloome auto-selected the first working midi player so that people wouldn't have to correct this when first starting up.
Ubuntu 20.04, Go 1.13 When installing with `go get github.com/diamondburned/gtkcord3`, it fails with the error: ``` package github.com/diamondburned/ningen/handler: cannot find package "github.com/diamondburned/ningen/handler" in any of: /usr/lib/go-1.13/src/github.com/diamondburned/ningen/handler (from $GOROOT) /home/nick/go/src/github.com/diamondburned/ningen/handler (from...
vapor_master is currently failing tests on the official rosmaster testing suite. Updates are needed to ensure that vapor_master passes all these. ``` [test_rosmaster.rosunit-param_get_param/testGetParam][FAILURE]------------------ [test_rosmaster.rosunit-param_has_param/testHasParam][FAILURE]------------------ [test_rosmaster.rosunit-param_server_encapsulation/testEncapsulation][FAILURE]-- [test_rosmaster.rosunit-param_server_private_names/testPrivateNames][FAILURE]--- [test_rosmaster.rosunit-param_server_search_param/testSearchParam][FAILURE]----- [test_rosmaster.rosunit-param_server_values/testParamValues][FAILURE]----------- [test_rosmaster.rosunit-param_set_param/testSetParam][FAILURE]------------------ [test_rosmaster.rosunit-test_rosmaster_registerPublisher_invalid/testRegisterPublisherInvalid][FAILURE]...
Consistency will be an issue for vapor-master in multi-master, multi-node environments. If one of the nodes goes down, it's likely that the rosnodes will not have sent a hangup to...
We currently use coreUtil.logTouch for every single call, which adds a of overhead since we have to update the database on every single call. We should debounce these logtouch calls...
rospy currently has a bug which makes it check the parameter server every time the node publishes to rosout. While upstream has been notified, this may not make it into...
Scenario 1: Single-node, single-master system Scenario 2: multi-master, multi-node, external single-db system Scenario 3: multi-master, multi-node, replicaset dbs on each node running master.