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>
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
void drawGraph(const SysSBA &sba, const ros::Publisher &camera_pub, const ros::Publisher &point_pub, int decimation=1, int bicolor=0)
Definition: bpcg.h:60


sparse_bundle_adjustment
Author(s):
autogenerated on Fri Apr 3 2020 03:30:54