#robotics Logs

Jan 30 2015

#robotics Calendar


06:29 deshipu rue_bed: nah, I'm sure it's just the fact that they get unreasonable coordinates outside their range
07:04 Veverak fuuu
07:04 verak found out that he got continous-rotation servo and normal servo laying ar
07:04 Veverak hmm
07:40 deshipu enough for a 3-wheeler
08:13 Veverak deshipu: exactly!
08:15 Veverak just have to figure out the layout
09:20 rue_house deshipu, no bounding?
09:21 rue_house #define Limit(v,l,h) ((v) > (h)) ? (h) : ((v) < (l)) ? (l) : (v)
09:21 rue_house limit value between low and high
09:21 rue_house if your using c++ you can override the = operator with it