mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 01:20:25 +08:00
fixed toro warnings
This commit is contained in:
@@ -54,8 +54,7 @@ typedef unsigned int uint;
|
|||||||
#define LINESIZE 81920
|
#define LINESIZE 81920
|
||||||
|
|
||||||
|
|
||||||
//#define DEBUG(i) \
|
//#define DEBUG(i) if (verboseLevel>i) cerr
|
||||||
// if (verboseLevel>i) cerr
|
|
||||||
|
|
||||||
|
|
||||||
bool TreePoseGraph2::load(const char* filename, bool overrideCovariances){
|
bool TreePoseGraph2::load(const char* filename, bool overrideCovariances){
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ namespace AISNavigation {
|
|||||||
#define LINESIZE 81920
|
#define LINESIZE 81920
|
||||||
|
|
||||||
|
|
||||||
//#define DEBUG(i) \
|
//#define DEBUG(i) if (verboseLevel>i) cerr
|
||||||
// if (verboseLevel>i) cerr
|
|
||||||
|
|
||||||
|
|
||||||
bool TreePoseGraph3::load(const char* filename, bool overrideCovariances, bool twoDimensions){
|
bool TreePoseGraph3::load(const char* filename, bool overrideCovariances, bool twoDimensions){
|
||||||
|
|||||||
@@ -51,8 +51,7 @@ using namespace std;
|
|||||||
|
|
||||||
namespace AISNavigation {
|
namespace AISNavigation {
|
||||||
|
|
||||||
//#define DEBUG(i) \
|
//#define DEBUG(i) if (verboseLevel>i) cerr
|
||||||
// if (verboseLevel>i) cerr
|
|
||||||
|
|
||||||
/** \brief A class (struct) to compute the parameterization of the vertex v **/
|
/** \brief A class (struct) to compute the parameterization of the vertex v **/
|
||||||
struct ParameterPropagator{
|
struct ParameterPropagator{
|
||||||
|
|||||||
@@ -50,8 +50,7 @@ using namespace std;
|
|||||||
|
|
||||||
namespace AISNavigation {
|
namespace AISNavigation {
|
||||||
|
|
||||||
//#define DEBUG(i) \
|
//#define DEBUG(i) if (verboseLevel>i) cerr
|
||||||
// if (verboseLevel>i) cerr
|
|
||||||
|
|
||||||
|
|
||||||
TreeOptimizer3::TreeOptimizer3(){
|
TreeOptimizer3::TreeOptimizer3(){
|
||||||
|
|||||||
@@ -42,8 +42,7 @@ using namespace std;
|
|||||||
|
|
||||||
namespace AISNavigation {
|
namespace AISNavigation {
|
||||||
|
|
||||||
//#define DEBUG(i) \
|
//#define DEBUG(i) if (verboseLevel>i) cerr
|
||||||
// if (verboseLevel>i) cerr
|
|
||||||
|
|
||||||
//helper functions. Should I explain :-)?
|
//helper functions. Should I explain :-)?
|
||||||
inline double max3( const double& a, const double& b, const double& c){
|
inline double max3( const double& a, const double& b, const double& c){
|
||||||
|
|||||||
Reference in New Issue
Block a user