Gazebo crush when building the plugin using ros_fuerte and running it with Gazebo standalone version (1.7.1)?? [closed]

asked 2013-06-11 13:16:44 -0500

Zahra gravatar image

I have a sensor that is built with using “ rosbuildaddlibrary ( )” with ros fuerte. and I wanted to simulate the sensor in gazebo standalone version (1.7.) , I have compiled the plugin and inserted it in model.sdf file but when I run the file following the instruction in (Tutorials/1.4/using the ros plugins) but gazebo crushed immediately. Is there any reason for that?

In CmakeLists.txt I added :

include (FindPkgConfig)

if (PKGCONFIGFOUND)

pkgcheckmodules(GAZEBO gazebo) endif()

includedirectories(${GAZEBOINCLUDEDIRS}) linkdirectories(${GAZEBOLIBRARYDIRS})

and I have deleted the gazebo dependencies that is existed in the manifest.xml. When I run it , gazebo crash immediately.

Any ideas or suggestions how to solve this problem are so much appreciated.

Thanks in advance!

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by yah130s
close date 2015-11-18 12:43:42.529940