Gazebo | Ignition | Community
Ask Your Question
0

Some problems with Hello WorldPlugin!

asked 2014-10-21 06:32:01 -0600

Formigola gravatar image

Hello!

I'm trying to learn how to use Gazebo with That tutorials are available on this website. Now I'm working on Hello Worldplugin . In the explanation at certain point there is written :

Compile the code .

$ Cmake ../

$ Make

I do not understand what it means ... Someone can help me ?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2014-10-22 13:01:54 -0600

scpeters gravatar image

I believe you are referring to this tutorial:

http://gazebosim.org/tutorials?tut=pluginshelloworld&cat=write_plugin

I just fixed a typo in the tutorial. First you should create a build directory:


$ mkdir ~/gazebo_plugin_tutorial/build
$ cd ~/gazebo_plugin_tutorial/build

then compile the code:


$ cmake ../
$ make
edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-10-21 06:32:01 -0600

Seen: 266 times

Last updated: Oct 22 '14