Skip to content

Commit

Permalink
add namespace for camera_base
Browse files Browse the repository at this point in the history
  • Loading branch information
Chao Qu committed Oct 6, 2014
1 parent 0105261 commit a8589b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/flir_gige/flir_gige_node.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

namespace flir_gige {

class FlirGigeNode : public CameraNodeBase<FlirGigeDynConfig> {
class FlirGigeNode : public camera_base::CameraNodeBase<FlirGigeDynConfig> {
public:
FlirGigeNode(const ros::NodeHandle &nh)
: CameraNodeBase(nh), flir_gige_ros_(nh) {}
Expand Down
2 changes: 1 addition & 1 deletion include/flir_gige/flir_gige_ros.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

namespace flir_gige {

class FlirGigeRos : public CameraRosBase {
class FlirGigeRos : public camera_base::CameraRosBase {
public:
FlirGigeRos(const ros::NodeHandle& nh)
: CameraRosBase(nh),
Expand Down

0 comments on commit a8589b5

Please sign in to comment.