Skip to content

Commit

Permalink
phase2 works: new bot is taller
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeferguson committed Apr 2, 2024
1 parent 3a6b97d commit 0be0d9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/tablebot/segmentation.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ int project_points(point_t * points, int max_points, bool project_neck,

// Now handle neck rotation
float xx = cos_neck * x;
float zz = -sin_neck * x + 0.127f; // Neck is 5" off ground
float zz = -sin_neck * x + 0.1778f; // Neck is 7" off ground

if (xx < max_x && xx > min_x &&
zz < max_z && zz > min_z &&
Expand Down

0 comments on commit 0be0d9e

Please sign in to comment.