Skip to content

Commit c697a38

Browse files
committed
some minor cleanup in robot publisher
1 parent 1fc94e6 commit c697a38

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

source/dbrt/robot_publisher.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,6 @@ class RobotPublisher
6060

6161
void publish_joint_state(const State& state, const ros::Time time);
6262

63-
void publish_image(const Eigen::VectorXd& depth_image,
64-
const std::shared_ptr<dbot::CameraData>& camera_data,
65-
const ros::Time& time);
66-
67-
void publish_camera_info(
68-
const std::shared_ptr<dbot::CameraData>& camera_data,
69-
const ros::Time& time);
70-
7163
protected:
7264
/**
7365
* This mapping function is required since the received JointsObsrv order
@@ -85,16 +77,6 @@ class RobotPublisher
8577
const std::map<std::string, double>& obsrv_joint_map,
8678
const ros::Time& time);
8779

88-
bool has_image_subscribers() const;
89-
90-
void convert_to_depth_image_msg(
91-
const std::shared_ptr<dbot::CameraData>& camera_data,
92-
const Eigen::VectorXd& depth_image,
93-
sensor_msgs::Image& image);
94-
95-
sensor_msgs::CameraInfoPtr create_camera_info(
96-
const std::shared_ptr<dbot::CameraData>& camera_data,
97-
const ros::Time& time);
9880

9981
protected:
10082
sensor_msgs::JointState joint_state_;

0 commit comments

Comments
 (0)