Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: More...
#include <ros/ros.h>
#include <pluginlib/class_list_macros.h>
#include <pcl_ros/pcl_nodelet.h>
#include <tf/transform_listener.h>
#include <tf_conversions/tf_eigen.h>
#include <cob_3d_mapping_msgs/ShapeArray.h>
#include <cob_3d_mapping_msgs/CurvedPolygon_Array.h>
#include <visualization_msgs/Marker.h>
#include <arm_navigation_msgs/CollisionMap.h>
#include <cob_3d_mapping_slam/curved_polygons/debug_interface.h>
#include <cob_3d_mapping_slam/dof/tflink.h>
#include <cob_3d_mapping_slam/dof/dof_uncertainty.h>
#include <cob_3d_mapping_slam/dof/dof_variance.h>
#include <cob_3d_mapping_slam/slam/context.h>
#include <cob_3d_mapping_slam/slam/node.h>
#include <cob_3d_mapping_slam/slam/dummy/robot.h>
#include <cob_3d_mapping_slam/curved_polygons/objctxt.h>
#include <cob_3d_mapping_slam/curved_polygons/key.h>
Go to the source code of this file.
Classes | |
class | As_Node |
class | As_Nodelet |
class | SLAM_Node< Parent > |
Defines | |
#define | DEBUG_ |
#define | Pb .114 |
#define | Pg .587 |
#define | Pr .299 |
Functions | |
void | changeSaturation (float *R, float *G, float *B, float change) |
int | main (int argc, char **argv) |
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License LGPL as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License LGPL for more details.
You should have received a copy of the GNU Lesser General Public License LGPL along with this program. If not, see <http://www.gnu.org/licenses/>.
Definition in file slam_node.cpp.
#define DEBUG_ |
Definition at line 66 of file slam_node.cpp.
#define Pb .114 |
Definition at line 106 of file slam_node.cpp.
#define Pg .587 |
Definition at line 105 of file slam_node.cpp.
#define Pr .299 |
Definition at line 104 of file slam_node.cpp.
void changeSaturation | ( | float * | R, |
float * | G, | ||
float * | B, | ||
float | change | ||
) |
Definition at line 124 of file slam_node.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 802 of file slam_node.cpp.