View Single Post
  #6  
Old 09-09-2012, 08:16 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by Jiroxys7 View Post
Well this is embarrassing... I did manage to get the echo's working this time somehow. Turns out the param was coming through just fine. I just forgot that the angle it was sending through was a radian. so putting it in the degtorad() part rotated it by such a small amount that I didn't think it was actually working.
Best to do work in programming in radians and not degrees anyway. Try to avoid degtorad and just use radians from the beginning.
__________________
Reply With Quote