automatic commit
[folded-ctf.git] / pi_referential.cc
index f1f6790..267daea 100644 (file)
@@ -403,13 +403,11 @@ PiReferential::PiReferential(PoseCell *cell) {
 
   // Body frame
 
-  _body_ux =   cos(_body_tilt) * _body_radius_1 * 2.0;
-  _body_uy =   sin(_body_tilt) * _body_radius_1 * 2.0;
-  _body_vx = - sin(_body_tilt) * _body_radius_2 * 2.0;
-  _body_vy =   cos(_body_tilt) * _body_radius_2 * 2.0;
+//   _body_ux =   cos(_body_tilt) * _body_radius_1 * 2.0;
+//   _body_uy =   sin(_body_tilt) * _body_radius_1 * 2.0;
+//   _body_vx = - sin(_body_tilt) * _body_radius_2 * 2.0;
+//   _body_vy =   cos(_body_tilt) * _body_radius_2 * 2.0;
 
-//   _body_edge_shift = int(floor(RichImage::nb_edge_tags * _body_tilt / (2 * M_PI) + 0.5));
-//   _body_edge_shift = (RichImage::nb_edge_tags + _body_edge_shift) % RichImage::nb_edge_tags;
 }
 
 int PiReferential::common_scale() {