Remove orphaned function in occupancy_grid_node_main.cc (#1034)
Follow-up to #715, spotted by @CccYunxiao, see #1031.master
parent
39e7faad18
commit
54f0cfeee4
|
@ -65,9 +65,6 @@ class Node {
|
||||||
private:
|
private:
|
||||||
void HandleSubmapList(const cartographer_ros_msgs::SubmapList::ConstPtr& msg);
|
void HandleSubmapList(const cartographer_ros_msgs::SubmapList::ConstPtr& msg);
|
||||||
void DrawAndPublish(const ::ros::WallTimerEvent& timer_event);
|
void DrawAndPublish(const ::ros::WallTimerEvent& timer_event);
|
||||||
void PublishOccupancyGrid(const std::string& frame_id, const ros::Time& time,
|
|
||||||
const Eigen::Array2f& origin,
|
|
||||||
cairo_surface_t* surface);
|
|
||||||
|
|
||||||
::ros::NodeHandle node_handle_;
|
::ros::NodeHandle node_handle_;
|
||||||
const double resolution_;
|
const double resolution_;
|
||||||
|
|
Loading…
Reference in New Issue