Skip to content
Snippets Groups Projects
Commit f0d39311 authored by Hoop77's avatar Hoop77
Browse files

-

parent 6fb3194d
No related merge requests found
...@@ -30,7 +30,6 @@ void Ultrasonic::onInit() ...@@ -30,7 +30,6 @@ void Ultrasonic::onInit()
{ {
ussDataMsg msg; ussDataMsg msg;
auto distance = getDistance(); auto distance = getDistance();
NODELET_INFO("distance: %d\n", distance);
msg.distance = distance; msg.distance = distance;
ussData.publish(msg); ussData.publish(msg);
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment