Merge remote-tracking branch 'origin/develop' into devel-avarta-80-quick

This commit is contained in:
Kalman
2018-11-27 16:13:43 +08:00
4 changed files with 9 additions and 9 deletions

View File

@@ -218,10 +218,10 @@ class ROSWrapperNodelet : public nodelet::Nodelet {
{Stream::DISPARITY_NORMALIZED, enc::MONO8},
{Stream::DEPTH, enc::MONO16}};
pub_imu_ = nh_.advertise<sensor_msgs::Imu>(imu_topic, 1);
pub_imu_ = nh_.advertise<sensor_msgs::Imu>(imu_topic, 100);
NODELET_INFO_STREAM("Advertized on topic " << imu_topic);
pub_temp_ = nh_.advertise<mynt_eye_ros_wrapper::Temp>(temp_topic, 1);
pub_temp_ = nh_.advertise<mynt_eye_ros_wrapper::Temp>(temp_topic, 100);
NODELET_INFO_STREAM("Advertized on topic " << temp_topic);
// stream toggles