Gazebo | Ignition | Community
Ask Your Question
0

Simple sequence of movements for a robot with 3DOF?

asked 2014-11-05 13:28:51 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

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!

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-11-13 00:48:06 -0600

this post is marked as community wiki

This post is a wiki. Anyone with karma >75 is welcome to improve it.

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.

edit flag offensive delete link more

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!

Formigola gravatar imageFormigola ( 2015-01-06 06:10:34 -0600 )edit

Question Tools

Stats

Asked: 2014-11-05 13:28:51 -0600

Seen: 254 times

Last updated: Nov 13 '14