update
This commit is contained in:
@@ -108,11 +108,11 @@ namespace dock_planner
|
||||
bool reverse)
|
||||
{
|
||||
constexpr double epsilon = 1e-6;
|
||||
robot::log_error("[dock_calc] makePlanMoveToDock start");
|
||||
robot::log_error("[dock_calc] makePlanMoveToDock start: (%f, %f), goal: (%f, %f), goal frame id: %s", start.pose.position.x, start.pose.position.y, goal.pose.position.x, goal.pose.position.y, goal.header.frame_id.c_str());
|
||||
planMoveToDock.clear();
|
||||
|
||||
if(save_goal_.pose.position.x != goal.pose.position.x ||
|
||||
save_goal_.pose.position.y != goal.pose.position.x ||
|
||||
save_goal_.pose.position.y != goal.pose.position.y ||
|
||||
data_convert::getYaw(save_goal_.pose.orientation) != data_convert::getYaw(goal.pose.orientation))
|
||||
{
|
||||
// robot::log_error("[dock_calc] DEBUG 1000");
|
||||
|
||||
Reference in New Issue
Block a user