#include <algorithm>
#include <vector>
#include <boost/shared_ptr.hpp>
#include "database_interface/postgresql_database.h"
#include "database_interface/database_test_object.h"
#include "database_interface/db_class.h"
#include <ros/ros.h>
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
A little test program for the model database. |
int main | ( | int | argc, | |
char ** | argv | |||
) |
A little test program for the model database.
Definition at line 48 of file postgresql_interface_test.cpp.