$search
00001 /* 00002 * Copyright (C) 2009 Austin Robot Technology 00003 * 00004 * License: Modified BSD Software License Agreement 00005 * 00006 * $Id: NavEstopState.cc 425 2010-08-19 23:55:40Z jack.oquin $ 00007 */ 00008 00009 #include <art_nav/NavEstopState.h> 00010 00011 // Apparently, this is needed because the class includes static data. 00012 NavEstopState::~NavEstopState() {};