> gcc -Wall -g3 `pkg-config --cflags gazebo` -c -o simple.o simple.c > gcc simple.o -o simple `pkg-config --libs gazebo` > > i took care of the 'backticks' but couldnt see any thing happening > at the command prompt, No news = Good news Linux won't say "Success!!" but will complain when there are errors. If there were no messages, this means that everything was perfect.
You must have an executable called simple in that same directory. And you must execute it as "./simple" (while the simulation is running) Then it's supposed you should start seeing the data of the position interface. -- Jordi Polo ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Playerstage-gazebo mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/playerstage-gazebo
