Skip to content
Snippets Groups Projects
Commit e978ee0e authored by José Enrique Domínguez Vidal's avatar José Enrique Domínguez Vidal
Browse files

Comments cleaning

parent 5d1e7c98
No related branches found
No related tags found
No related merge requests found
......@@ -162,7 +162,7 @@ namespace rotational_recovery
ROS_DEBUG_NAMED ("top", "finish Cost");
if(t < 1.0) {
ROS_INFO_NAMED ("top", "Sim time: %.2f, Current cost: %.2f, current = (%.2f, %.2f, %.2f)", t, next_cost, current_tmp.x, current_tmp.y, current_tmp.theta);
ROS_DEBUG_NAMED ("top", "Sim time: %.2f, Current cost: %.2f, current = (%.2f, %.2f, %.2f)", t, next_cost, current_tmp.x, current_tmp.y, current_tmp.theta);
}
//if (next_cost > cost) {
......@@ -174,8 +174,8 @@ namespace rotational_recovery
cost = next_cost;
}
ROS_DEBUG_NAMED ("top", "cost = %.2f, next_cost = %.2f", cost, next_cost);
ROS_INFO_NAMED ("top", "linear.x = %.2f, linear.y = %.2f, angular.z = %.2f", twist.linear.x, twist.linear.y, twist.angular.z);
ROS_INFO_NAMED ("top", "init = (%.2f, %.2f, %.2f), current = (%.2f, %.2f, %.2f)",
ROS_DEBUG_NAMED ("top", "linear.x = %.2f, linear.y = %.2f, angular.z = %.2f", twist.linear.x, twist.linear.y, twist.angular.z);
ROS_DEBUG_NAMED ("top", "init = (%.2f, %.2f, %.2f), current = (%.2f, %.2f, %.2f)",
current.x, current.y, current.theta, current_tmp.x, current_tmp.y, current_tmp.theta);
ROS_DEBUG_NAMED ("top", "time = %.2f", t);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment