Robotics StackExchange | Archived questions

Simple sequence of movements for a robot with 3DOF?

Hello!

I made a model of a simple robot with 3 degrees of freedom. Now, I would like it to do a sequence of movements. The simulation should last around ten seconds. The only way to do this without installing ROS is a c++ plugin?

This is the sdf file of the model:

https://www.dropbox.com/s/j8swykywejs74v0/model.sdf?dl=0

Tanks in advance!

Asked by Formigola on 2014-11-05 14:28:51 UTC

Comments

Answers

Strictly speaking, no.

Gazebo works on interprocess communication via sockets. So if you manage to send the correct message to the correct socket via any other language, and read the information back, it is possible to make a plugin in any language.

There is a dummy interface to interact with gazebo in python, called pygazebo Check it out. There are other questions regarding python and gazebo.

If you are interested, check out the gazebo source code to create something like a plugin for other language.

If I misinterpreted your question do let me know.

Asked by Kunal Tyagi on 2014-11-13 01:48:06 UTC

Comments

Thank you for the answer! You don't misinterpreted my quesstion! Now I can't understeand how to "send the corect message to the correct socket". I posted another question here if you want to help me again: http://answers.gazebosim.org/question/7784/basic-info-about-topics-and-their-usage-with/

Thanks again and I wish you a happy new year!

Asked by Formigola on 2015-01-06 07:10:34 UTC