Skip to content

Commit

Permalink
Adding header to sensor_specs
Browse files Browse the repository at this point in the history
  • Loading branch information
David Held committed Jan 5, 2015
1 parent 6d4baa8 commit 6f611e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
9 changes: 9 additions & 0 deletions include/precision_tracking/sensor_specs.h
@@ -1,3 +1,12 @@
/*
* sensor_specs.h
*
* Author: davheld
*
* Functions specific to the sensor being used to collect 3D point cloud data.
*
*/

#ifndef SENSOR_SPECS_H
#define SENSOR_SPECS_H

Expand Down
7 changes: 7 additions & 0 deletions src/sensor_specs.cpp
@@ -1,3 +1,10 @@
/*
* sensor_specs.cpp
*
* Author: davheld
*
*/

#include "precision_tracking/sensor_specs.h"

#include <cmath>
Expand Down

0 comments on commit 6f611e9

Please sign in to comment.