Main Page
Namespaces
Classes
Files
File List
File Members
include
sparse_bundle_adjustment
visualization.h
Go to the documentation of this file.
1
#ifndef VSLAM_SYSTEM_VISUALIZATION_H
2
#define VSLAM_SYSTEM_VISUALIZATION_H
3
4
#include <ros/ros.h>
5
#include <
sparse_bundle_adjustment/sba.h
>
6
#include <visualization_msgs/Marker.h>
7
8
namespace
sba
{
9
10
// draw the graph on rviz
11
void
drawGraph
(
const
SysSBA &
sba
,
const
ros::Publisher &camera_pub,
12
const
ros::Publisher &point_pub,
int
decimation = 1,
int
bicolor = 0);
13
14
}
// namespace sba
15
16
#endif
sba.h
sba::drawGraph
void drawGraph(const SysSBA &sba, const ros::Publisher &camera_pub, const ros::Publisher &point_pub, int decimation=1, int bicolor=0)
Definition:
visualization.cpp:5
sba
Definition:
bpcg.h:60
sparse_bundle_adjustment
Author(s):
autogenerated on Fri Mar 15 2019 02:41:46