3

I'm robotic engineer, using OpenSCAD to model robotic components (gears, pulleys, parts, etc). But I need an application to model the physics and interaction of the components (for i.e. how will robot move if I rotate a given gear).

So, is there any software I can use for modelling interactions in Linux? Google SketchUp is good, but I can't use it in Linux.

Mark Booth
  • 4,253
  • 2
  • 25
  • 54
Robotex
  • 185
  • 1
  • 2

1 Answers1

3

Have you considered modeling the robot in a simulator? V-REP is new and quite good, having lots of examples robots from other famous projects. Gazebo is another popular one that is usually used with ROS (although V-REP also has ROS support). Both run on linux and are open-source.

Robz
  • 2,162
  • 4
  • 22
  • 28