Author Topic: Two rototics related libraries used in Codeblocks  (Read 3150 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5915
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Two rototics related libraries used in Codeblocks
« on: March 14, 2010, 03:48:24 pm »
I have found that two libraries around the robot field can directory supported by Codeblocks.

One is OpenCV (Open Computer Vision library), you can find the wiki page here: CodeBlocks - OpenCV Wiki, this wikipage was originally created by me,  :D.

The other is ode (Open Dynamics Engine - home), and I found a wiki page here ode tutorial, this tutorial include a full instruction of using ode library in Codeblocks. See a screen shot here, I have just create a robot arm sample.




[attachment deleted by admin]
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.