Skip to content

Commit ebd478f

Browse files
committed
squashing the commits
1 parent de35661 commit ebd478f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

robot_controllers/src/diff_drive_base.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ int DiffDriveBaseController::init(ros::NodeHandle& nh, ControllerManager* manage
131131

132132
// Subscribe to imu
133133
imu_sub_ = nh.subscribe<sensor_msgs::Imu>("/imu",1, &DiffDriveBaseController::imuCallback, this);
134-
ROS_INFO("Subscribing to IMU");
135134

136135
// Publish odometry & tf
137136
ros::NodeHandle n;

0 commit comments

Comments
 (0)