/ Tekkotsu / DualCoding 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/DualCoding
More help can be found on the Tekkotsu CVS Usage page.

Files shown:112 (Show 21 dead files)
Sticky Tag:


File Rev. Age Author Last log entry
 Parent Directory        
AgentData.cc View Revision Graph  1.11  12 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
AgentData.h View Revision Graph  1.13  12 months  ejt
 fixing documentation problems for doxygen
BaseData.cc View Revision Graph  1.23  12 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
BaseData.h View Revision Graph  1.28  19 months  dst
 Added comment for doxygen
BlobData.cc View Revision Graph  1.23  12 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
BlobData.h View Revision Graph  1.20  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
BrickData.cc View Revision Graph  1.17  12 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
BrickData.h View Revision Graph  1.13  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
BrickOps.cc View Revision Graph  1.3  12 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
BrickOps.h View Revision Graph  1.3  12 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
DualCoding.h View Revision Graph  1.18  12 months  ejt
 fixing documentation issues for doxygen
EllipseData.cc View Revision Graph  1.33  12 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
EllipseData.h View Revision Graph  1.18  12 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
EndPoint.cc View Revision Graph  1.3  2 years  dst
 Changed endpoints to include a rendering_valid flag that gets reset whenever an endpoint's active bit is changed. LineData::getRendering() checks this flag and will delete the rendering if the flag i...
EndPoint.h View Revision Graph  1.7  9 months  ejt
 rendering_valid makes sense as a mutable property (it represents a cached value) so we can set it while const, and don't need a const_cast
LineData.cc View Revision Graph  1.47  8 months  dst
 Fixed roundoff bug in setDrawCoords.
LineData.h View Revision Graph  1.43  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
LocalizationParticleData.cc View Revision Graph  1.5  12 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
LocalizationParticleData.h View Revision Graph  1.4  19 months  dst
 Modified applyTransformation to accept an option ReferenceFrameType as the second argument. The shape's points are assigned this ReferenceFrameType unless its value is "unspecified".
Lookout.cc View Revision Graph  1.50  7 days  dst
 *** empty log message ***
Lookout.h View Revision Graph  1.25  12 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
LookoutRequests.cc View Revision Graph  1.6  12 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
LookoutRequests.h View Revision Graph  1.17  12 months  ejt
 tightening up *Offset constants in RobotInfo namespaces, and fixing various references in framework code (e.g. wrap references to HeadOffset with #ifdef TGT_HAS_HEAD)
Macrodefs.h View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
MapBuilder.cc View Revision Graph  1.76  7 days  dst
 *** empty log message ***
MapBuilder.h View Revision Graph  1.35  12 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
MapBuilderRequest.cc View Revision Graph  1.2  4 months  dst
 Changed immediateRequest to a member variable and added validation code to make sure it's used correctly. MapBuilder will no longer assume "immediate" for any request unless the user explicitly asks ...
MapBuilderRequest.h View Revision Graph  1.17  3 weeks  zgho
 *** empty log message ***
PFShapeLocalization.cc View Revision Graph  1.4  19 months  dst
 Added worldBoundary to constrain locations of particles.
PFShapeLocalization.h View Revision Graph  1.6  19 months  dst
 Added worldBoundary to constrain locations of particles.
PFShapeSLAM.cc View Revision Graph  1.1  20 months  dst
 Renamed particle filter files and classes for improved consistency.
PFShapeSLAM.h View Revision Graph  1.3  12 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
ParticleShapes.cc View Revision Graph  1.12  12 months  ejt
 doxygen likes to have the namespaces explicitly specified for function arguments so it can match them to the header
ParticleShapes.h View Revision Graph  1.10  12 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
PathPlanner.cc View Revision Graph  1.3  12 months  ejt
 making argument scoping consistent to make doxygen happy
PathPlanner.h View Revision Graph  1.4  9 months  dst
 Replaced #include of DualCoding.h with includes of PointData.h and VRmixin.h
Pilot.cc View Revision Graph  1.28  7 days  dst
 *** empty log message ***
Pilot.h View Revision Graph  1.17  12 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
PilotRequest.cc View Revision Graph  1.5  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
PilotRequest.h View Revision Graph  1.9  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
Point.cc View Revision Graph  1.14  12 months  ejt
 tightening up *Offset constants in RobotInfo namespaces, and fixing various references in framework code (e.g. wrap references to HeadOffset with #ifdef TGT_HAS_HEAD)
Point.h View Revision Graph  1.16  8 months  ejt
 adding const versions of leftMost/rightMost/topMost/bottomMost
PointData.cc View Revision Graph  1.14  9 months  ejt
 PointData inherits from Point instead of containing a Point (is-a instead of has-a) the_point is now a self-reference, will eventually be deprecated and removed
PointData.h View Revision Graph  1.15  9 months  ejt
 PointData inherits from Point instead of containing a Point (is-a instead of has-a) the_point is now a self-reference, will eventually be deprecated and removed
PolygonData.cc View Revision Graph  1.27  6 months  dst
 Fix convexHull to use Tmatinv to adjust coordinates.
PolygonData.h View Revision Graph  1.18  12 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
PyramidData.cc View Revision Graph  1.4  12 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
PyramidData.h View Revision Graph  1.4  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
Region.cc View Revision Graph  1.11  2 weeks  dst
 Changed Region::getRendering() to call SketchIndices::getRendering(space)
Region.h View Revision Graph  1.6  2 weeks  dst
 Changed Region::getRendering() to call SketchIndices::getRendering(space)
ShapeAgent.cc View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
ShapeAgent.h View Revision Graph  1.5  19 months  dst
 Define agent's centroid point as allocentric.
ShapeBlob.cc View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
ShapeBlob.h View Revision Graph  1.3  2 years  dst
 Rewrote Shape system so that deleting a shape merely removes it from the ShapeSpace. The underlying BaseData is not deleted until the reference count goes to zero. Thus, Shape objects can never beco...
ShapeBrick.cc View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
ShapeBrick.h View Revision Graph  1.4  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeEllipse.cc View Revision Graph  1.4  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeEllipse.h View Revision Graph  1.5  19 months  dst
 Added comment for doxygen
ShapeFuns.cc View Revision Graph  1.5  2 years  dst
 Changed isLeftOf and isAbove to rely on Point's methods.
ShapeFuns.h View Revision Graph  1.21  12 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
ShapeLine.cc View Revision Graph  1.4  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeLine.h View Revision Graph  1.6  19 months  dst
 Added comment for doxygen
ShapeLocalizationParticle.cc View Revision Graph  1.1  21 months  dst
 Added new shape type: LocalizationParticle.
ShapeLocalizationParticle.h View Revision Graph  1.2  21 months  dst
 Delete unnecessary constructor.
ShapePoint.cc View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
ShapePoint.h View Revision Graph  1.7  9 months  ejt
 Provide cast to EndPoint
ShapePolygon.cc View Revision Graph  1.1  2 years  dst
 Added DualCoding to the list of Tekkotsu source directories.
ShapePolygon.h View Revision Graph  1.6  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapePyramid.cc View Revision Graph  1.1  2 years  mecarson
  Matt Carson July 21 Large commit for brick and pyramid extraction
ShapePyramid.h View Revision Graph  1.2  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeRoot.cc View Revision Graph  1.10  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
ShapeRoot.h View Revision Graph  1.10  7 days  dst
 *** empty log message ***
ShapeSpace.cc View Revision Graph  1.28  12 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
ShapeSpace.h View Revision Graph  1.15  12 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
ShapeSphere.cc View Revision Graph  1.4  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeSphere.h View Revision Graph  1.4  2 years  dst
 Changes relating to addShape and ShapeRoot constructor.
ShapeTarget.cc View Revision Graph  1.1  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
ShapeTarget.h View Revision Graph  1.1  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
ShapeTypes.cc View Revision Graph  1.5  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
ShapeTypes.h View Revision Graph  1.5  19 months  sliemhet
 Added TargetData type and relevant functions in MapBuilder. Updated PilotRequest to have GotoTarget and PushTarget requests, which goto and push the target respectively.
Sketch.cc View Revision Graph  1.8  14 months  dst
 Change usint to uint to support larger images on non-AIBO robots. On the AIBO, uint still generates a usint (unsigned short integer).
Sketch.h View Revision Graph  1.27  8 months  dst
 Added type coercion operator for Sketch<usint>
SketchData.h View Revision Graph  1.25  10 months  ejt
 fixing SketchGUI communication issues adding usint sketch type so gui can tell the different between the real uint and the fake usint fallback used on aibo also, switching buffer size fallback to depe...
SketchDataRoot.cc View Revision Graph  1.4  20 months  dst
 Extended setColor to accept a string or color_index argument.
SketchDataRoot.h View Revision Graph  1.12  9 months  dst
 Added a retain flag to SketchDataRoot so that GET_SKETCH can work correctly even when the sketch's reference count is zero.
SketchIndices.cc View Revision Graph  1.6  2 weeks  dst
 Changed Region::getRendering() to call SketchIndices::getRendering(space)
SketchIndices.h View Revision Graph  1.7  2 weeks  dst
 Changed Region::getRendering() to call SketchIndices::getRendering(space)
SketchPool.h View Revision Graph  1.17  9 months  dst
 Added a retain flag to SketchDataRoot so that GET_SKETCH can work correctly even when the sketch's reference count is zero.
SketchPoolRoot.cc View Revision Graph  1.5  12 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
SketchPoolRoot.h View Revision Graph  1.4  12 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
SketchRoot.cc View Revision Graph  1.4  21 months  dst
 Fixed some bugs in sketch deletion/clearPending code; improved SketchSpace::dumpSpace().
SketchRoot.h View Revision Graph  1.5  21 months  dst
 Fixed some bugs in sketch deletion/clearPending code; improved SketchSpace::dumpSpace().
SketchSpace.cc View Revision Graph  1.18  9 months  dst
 Added sketch type skindex to clean up the uint/usint conflict introduced by the need to keep sketches small on the AIBO.
SketchSpace.h View Revision Graph  1.19  9 months  dst
 Added sketch type skindex to clean up the uint/usint conflict introduced by the need to keep sketches small on the AIBO.
SketchTypes.h View Revision Graph  1.11  9 months  dst
 Added sketch type skindex to clean up the uint/usint conflict introduced by the need to keep sketches small on the AIBO.
SphereData.cc View Revision Graph  1.21  12 months  ejt
 tightening up *Offset constants in RobotInfo namespaces, and fixing various references in framework code (e.g. wrap references to HeadOffset with #ifdef TGT_HAS_HEAD)
SphereData.h View Revision Graph  1.15  12 months  ejt
 doxygen likes to have the namespaces explicitly specified for function arguments so it can match them to the header
TargetData.cc View Revision Graph  1.2  12 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
TargetData.h View Revision Graph  1.2  9 months  ejt
 fixing 'const' labels on accessors to be consistent a const Shape<> implies const data as well
VRmixin.cc View Revision Graph  1.34  7 days  dst
 *** empty log message ***
VRmixin.h View Revision Graph  1.19  12 months  ejt
 tightening up *Offset constants in RobotInfo namespaces, and fixing various references in framework code (e.g. wrap references to HeadOffset with #ifdef TGT_HAS_HEAD)
ViewerConnection.cc View Revision Graph  1.2  2 years  ejt
 cleaning up gcc 4 warnings and errors
ViewerConnection.h View Revision Graph  1.10  10 months  ejt
 fixing SketchGUI communication issues adding usint sketch type so gui can tell the different between the real uint and the fake usint fallback used on aibo also, switching buffer size fallback to depe...
VisualRoutinesBehavior.cc View Revision Graph  1.9  20 months  dst
 Changed DoStart/DoStop to only call startCrew/stopCrew if the behavior is not/is currently active. This prevents an attempt to start an already started behavior or stop an alread-stopped behavior fro...
VisualRoutinesBehavior.h View Revision Graph  1.6  2 years  kusui
 Major changes to VRBehavior's crews (mapbuilder, lookout, pilot). 5A 5A
VisualRoutinesStateNode.cc View Revision Graph  1.2  20 months  dst
 Changed DoStart/DoStop to only call startCrew/stopCrew if the behavior is not/is currently active. This prevents an attempt to start an already started behavior or stop an alread-stopped behavior fro...
VisualRoutinesStateNode.h View Revision Graph  1.1  2 years  ejt
 modifications to support independent VRmixin class
lookout-issues.txt View Revision Graph  1.1  2 years  dst
 Created new file.
susan.cc View Revision Graph  1.4  2 years  ejt
 fixing warning regarding uninitialized variables
susan.h View Revision Graph  1.2  2 years  dst
 Added copyright information.
visops.cc View Revision Graph  1.37  8 months  dst
 Cleaned up leftHalfPlane and topHalfPlane to avoid floating point roundoff errors.
visops.h View Revision Graph  1.44  9 months  dst
 Using D