Skip to content

Commit

Permalink
forget the rest model param
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioJerez committed Sep 20, 2024
1 parent 3892f7c commit ba8aadc
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -689,8 +689,7 @@ namespace ndAdvancedRobot
//m_targetLocation.m_x = 0.0f;
//m_targetLocation.m_y = 0.0f;
//m_targetLocation.m_azimuth = 0.0f;

yaw = 0.0f * ndDegreeToRad;
//yaw = 0.0f * ndDegreeToRad;
//roll = 0.0f * ndDegreeToRad;
//pitch = 0.0f * ndDegreeToRad;

Expand Down

0 comments on commit ba8aadc

Please sign in to comment.