NASA Astrobee Robot Software
0.19.1
Flight software for the Astrobee robots operating inside the International Space Station.
|
#include <geometry_msgs/Point.h>
#include <geometry_msgs/PointStamped.h>
#include <octomap/octomap.h>
#include <octomap/OcTree.h>
#include <visualization_msgs/MarkerArray.h>
#include <pcl/kdtree/kdtree_flann.h>
#include <pcl/kdtree/impl/kdtree_flann.hpp>
#include <ros/ros.h>
#include <Eigen/Dense>
#include <iostream>
#include <vector>
#include "mapper/polynomials.h"
#include "mapper/linear_algebra.h"
#include "mapper/visualization_functions.h"
Go to the source code of this file.
Classes | |
class | sampled_traj::SampledTrajectory3D |
Namespaces | |
sampled_traj | |
Functions | |
bool | sampled_traj::ComparePointStamped (const geometry_msgs::PointStamped &sample1, const geometry_msgs::PointStamped &sample2) |