View Single Post
  #10   Spotlight this post!  
Unread 01-09-2010, 20:25
masoug's Avatar
masoug masoug is offline
Food Consumer
FRC #0114
Team Role: Programmer
 
Join Date: Jan 2010
Rookie Year: 2009
Location: Planet Earth
Posts: 78
masoug is an unknown quantity at this point
Re: How To Implement Axis Camera In Iterative Robot

We still have the same problem, when I implement it in the method:
Code:
class yourRobotClass: public iterativebot
{
AxisCamera &camera;//declare here

public:
yourRobotClass()://constructor
camera(AxisCamera::GetInstance())//init here
{
}
the robot code will not work, complaining that:
Code:
Relocation value does not fit in 24 bits.
is there another problem that come along with the camera class?

Thanks!

-Masoug
__________________

JabbaScript
Reply With Quote