/ Tekkotsu / Behaviors / Demos Repository:

To view stable releases, visit Version History.
Bleeding-edge documentation can be found on the staging server: http://tekkotsu.no-ip.org/
To check out latest: cvs -d :pserver:anonymous@cvs.tekkotsu.org:/cvs checkout -P Tekkotsu/Behaviors/Demos
More help can be found on the Tekkotsu CVS Usage page.

Files shown:47 (Show 27 dead files)
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
ASCIIVisionBehavior.cc View Revision Graph  1.4  3 years  ejt
 merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
ASCIIVisionBehavior.h View Revision Graph  1.7  3 years  ejt
 merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
AlanBehavior.h View Revision Graph  1.17  9 months  ejt
 tracking down some refugees from the 'using namespace' header cleanup
BanditMachine.h View Revision Graph  1.30  4 months  ejt
 fixing some leg/button portability assumptions
CameraBehavior.cc View Revision Graph  1.18  13 months  ejt
 fixing capability issues on non-aibo platforms
CameraBehavior.h View Revision Graph  1.11  13 months  ejt
 cleaning up new Capabilities stuff for robot portability
ChaseBallBehavior.cc View Revision Graph  1.15  6 months  ejt
 don't warn about WalkMC no-op on non-mobile targets unless it's actually being included by user code
ChaseBallBehavior.h View Revision Graph  1.5  3 years  ejt
 Behaviors now have a setName()/getName() interface instead of just getName() returning a constant string
CrashTestBehavior.h View Revision Graph  1.3  3 years  ejt
 Behaviors now have a setName()/getName() interface instead of just getName() returning a constant string
DrawSkeletonBehavior.h View Revision Graph  1.4  2 months  ejt
 introducing TGT_KATHIELEE, renaming PawFrameOffset to FootFrameOffset, PawFrameOffset will be retained on Aibo platforms as an alias
DrawVisObjBoundBehavior.h View Revision Graph  1.7  18 months  ejt
 Switching configuration system to an plist/XML based format, providing runtime reflection and usability improvements Included spinoffs include multi-line tooltips in ControllerGUI and a property edito...
DriveMeBehavior.cc View Revision Graph  1.12  6 months  ejt
 don't warn about WalkMC no-op on non-mobile targets unless it's actually being included by user code
DriveMeBehavior.h View Revision Graph  1.8  3 years  ejt
 merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
ExploreMachine.cc View Revision Graph  1.5  13 months  ejt
 replacing WorldState::robotDesign with RobotInfo::RobotName/TargetName
ExploreMachine.h View Revision Graph  1.25  13 months  ejt
 replacing WorldState::robotDesign with RobotInfo::RobotName/TargetName
FollowHeadBehavior.cc View Revision Graph  1.14  4 months  ejt
 enabling TGT_HAS_BUTTONS for QBotPlus and fixing assorted assumptions about having buttons implying having Aibo-specific buttons
FollowHeadBehavior.h View Revision Graph  1.7  4 months  ejt
 enabling TGT_HAS_BUTTONS for QBotPlus and fixing assorted assumptions about having buttons implying having Aibo-specific buttons
FreezeTestBehavior.h View Revision Graph  1.2  3 years  ejt
 Behaviors now have a setName()/getName() interface instead of just getName() returning a constant string
GroundPlaneBehavior.h View Revision Graph  1.16  4 months  ejt
 enabling TGT_HAS_BUTTONS for QBotPlus and fixing assorted assumptions about having buttons implying having Aibo-specific buttons
HeadLevelBehavior.h View Revision Graph  1.11  13 months  ejt
 replacing WorldState::robotDesign with RobotInfo::RobotName/TargetName
HelloWorldBehavior.h View Revision Graph  1.8  8 months  ejt
 demo a popup message
KinematicSampleBehavior.h View Revision Graph  1.11  2 months  ejt
 introducing TGT_KATHIELEE, renaming PawFrameOffset to FootFrameOffset, PawFrameOffset will be retained on Aibo platforms as an alias
KinematicSampleBehavior2.h View Revision Graph  1.15  2 months  ejt
 introducing TGT_KATHIELEE, renaming PawFrameOffset to FootFrameOffset, PawFrameOffset will be retained on Aibo platforms as an alias
LEDCounterBehavior.h View Revision Graph  1.1  2 years  ejt
 new behavior for testing counting
LocalizationBehavior.h View Revision Graph  1.6  9 months  ejt
 Removing 'using namespace' statements from headers -- namespace pollution causes global warming! http://www.ddj.com/cpp/184401782 http://www.gotw.ca/publications/migrating_to_namespaces.htm
LogTestMachine.h View Revision Graph  1.5  23 months  ejt
 refactoring SoundManager functions to standard capitalization style, deprecated old-style function names available
LookAtPointBehavior.h View Revision Graph  1.4  4 months  ejt
 enabling TGT_HAS_BUTTONS for QBotPlus and fixing assorted assumptions about having buttons implying having Aibo-specific buttons
LookForSoundBehavior.h View Revision Graph  1.9  12 months  ejt
 cleaned up TGT_HAS_* stuff so we can drop the StartupBehavior_LynxArm6.cc hack (instead, use the same _Setup*.cc files for all targets, and test capabilities, not target names!)
MCRepeater.h View Revision Graph  1.6  3 years  ejt
 merging sim development branch with main trunk (branch merge point tagged sim-merge-20050531)
MotionStressTestBehavior.h View Revision Graph  1.10  4 months  ejt
 fixing some leg/button portability assumptions
PaceTargetsMachine.cc View Revision Graph  1.22  13 months  ejt
 fixing capability issues on non-aibo platforms
PaceTargetsMachine.h View Revision Graph  1.10  13 months  ejt
 fixing capability issues on non-aibo platforms
RegionTestBehavior.h View Revision Graph  1.2  2 years  ejt
 now calling CMVision::CalcTotalArea in RegionGenerator, governed by new config item
RelaxBehavior.h View Revision Graph  1.8  9 months  ejt
 Removing 'using namespace' statements from headers -- namespace pollution causes global warming! http://www.ddj.com/cpp/184401782 http://www.gotw.ca/publications/migrating_to_namespaces.htm
SimpleChaseBallBehavior.h View Revision Graph  1.13  9 months  ejt
 simple mistake -- we go to the trouble to look up the pan offset... use it! (instead of assuming PanOffset is defined for current robot)
SoundTestBehavior.h View Revision Graph  1.18  4 months  ejt
 enabling TGT_HAS_BUTTONS for QBotPlus and fixing assorted assumptions about having buttons implying having Aibo-specific buttons
StareAtBallBehavior.cc View Revision Graph  1.16  9 months  kcomer
 Improved camera movement
StareAtBallBehavior.h View Revision Graph  1.6  3 years  ejt
 cleaning up menu names
StareAtPawBehavior2.cc View Revision Graph  1.7  4 months  ejt
 fixing some leg/button portability assumptions
StareAtPawBehavior2.h View Revision Graph  1.21  3 years  ejt
 reorganization, splitting into separate implementation file
StepTest.h View Revision Graph  1.3  3 years  ejt
 Final documentation clean up for 2.4 release
TestBehaviors.cc View Revision Graph  1.3  23 months  ejt
 refactoring SoundManager functions to standard capitalization style, deprecated old-style function names available
TestBehaviors.h View Revision Graph  1.2  9 months  ejt
 Removing 'using namespace' statements from headers -- namespace pollution causes global warming! http://www.ddj.com/cpp/184401782 http://www.gotw.ca/publications/migrating_to_namespaces.htm
ToggleHeadLightBehavior.h View Revision Graph  1.6  13 months  ejt
 replacing WorldState::robotDesign with RobotInfo::RobotName/TargetName
WallTestBehavior.cc View Revision Graph  1.16  9 months  ejt
 tracking down some refugees from the 'using namespace' header cleanup
WallTestBehavior.h View Revision Graph  1.4  3 years  ejt
 cleaning up a bit
karmedbandit.h View Revision Graph  1.4  9 months  ejt
 tracking down some refugees from the 'using namespace' header cleanup

administrator
ViewVC Help
Powered by ViewVC 1.0.5  

Recent Activity Syndicated