Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 68bc482f authored by AUTERNAUD Alex's avatar AUTERNAUD Alex
Browse files

logs

parent 498ebadf
No related branches found
No related tags found
No related merge requests found
......@@ -167,7 +167,9 @@ class MPC:
cost_map = np.zeros(self.cost_map_dim)
rospy.loginfo('goals : {0}, {2}, {1}'.format(goto_goal, pan_goal, human_features))
rospy.loginfo('goals : {0}, {1}, {2}'.format(goto_goal, pan_goal, human_features))
rospy.loginfo('reg_parameter {0}, loss_coef {1}, loss_rad {2}'.format(reg_parameter, loss_coef, loss_rad))
rospy.loginfo('state {}'.format(state))
fw_loss = lambda x : self.fw_base_loss_flat(x, state=state, cost_map=cost_map, weights=weights, reg_parameter=reg_parameter, loss_coef=loss_coef, loss_rad=loss_rad, goto_goal=goto_goal, pan_goal=pan_goal, human_features=human_features)
......
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