Skip to content
Snippets Groups Projects
Commit 75917759 authored by Johannes Mey's avatar Johannes Mey
Browse files

remove debug output

parent fb0cb777
No related branches found
No related tags found
No related merge requests found
......@@ -41,13 +41,6 @@ int main(int argc, char **argv) {
// TODO this should actually wait until gazebo has started
ros::Duration(2.0).sleep();
std::vector<std::string> keys;
node_handle.getParamNames(keys);
for (auto key : keys) {
ROS_ERROR_STREAM(key);
}
// get size
double size = 0.5;
if (!node_handle.getParam("zone_size", size)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment