Skip to content

Commit

Permalink
Fix for cxx11 features
Browse files Browse the repository at this point in the history
  • Loading branch information
goldhoorn committed Feb 13, 2015
1 parent efa7f0d commit 7ff62ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/buoy_pos_estimation.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ namespace avalon{
//der Radius der Boje

//die Brennweite der Kamera
static const float fx=815; //TODO: Echte Werte heraus finden
static const float fy=765;
static constexpr float fx=815; //TODO: Echte Werte heraus finden
static constexpr float fy=765;

//helps estimateAuvKoordinates. calculates the position of the buoy
//relativ to the camera of the AUV
Expand Down

0 comments on commit 7ff62ac

Please sign in to comment.