Skip to content

Instantly share code, notes, and snippets.

ViewRootImpl : sendUserActionEvent() mView == null
AcmDeviceActivity : <new> - Enter
AcmDeviceActivity : <new> - Exit
HokuyoPublisher : <new> - Enter
HokuyoPublisher : <new> - Exit
HokuyoPublisher : init - Enter
HokuyoPublisher : init - Exit
ViewRootImpl : sendUserActionEvent() mView == null
AcmDeviceActivity : <new> - Enter
AcmDeviceActivity : <new> - Exit
AcmDeviceActivity : <New> - Enter - v0.1
AcmDeviceActivity : <New> - Exit
HokuyoPublisher : <new> - Enter
HokuyoPublisher : <new> - Exit
HokuyoPublisher : init - Enter
HokuyoPublisher : init - Exit
ViewRootImpl : sendUserActionEvent() mView == null
CustomFrequencyManager : newFrequencyRequest - mFrequency = 1566000, mTimeoutMs = -1, mPkgName = LIST_SCROLL_BOOSTER@11
CustomFrequencyManager : Boost Request from package = LIST_SCROLL_BOOSTER@11 frequency : 1566000type = 6
CustomFrequencyManager : !! pkgName = LIST_SCROLL_BOOSTER@11
@chadrockey
chadrockey / gist:6278266
Created August 20, 2013 07:44
Dynamic Reconfigure Timed Latch
Cfg:
#! /usr/bin/env python
from dynamic_reconfigure.parameter_generator_catkin import *
PACKAGE='my_package'
gen = ParameterGenerator()
gen.add("a", double_t, 0, "A", -100, 0, 100)
gen.add("b", double_t, 0, "B", -100, 0, 100)