So basically I'm trying to run a model on gazebo and since I'm very new to Ros and gazebo I have no idea why I'm having this problem.
SUMMARY
========
PARAMETERS
* /robot_description:
from gazebo_ros import gazebo_interface
ImportError: No module named gazebo_ros
[ INFO] [1480465101.233185195]: Finished loading Gazebo ROS API Plugin.
[ INFO] [1480465101.233776206]: waitForService: Service [/gazebo/set_physics_properties] has not been advertised, waiting...
[mybot_spawn-4] process has died [pid 28684, exit code 1, cmd /home/jorge/catkin_ws/src/gazebo_ros_pkgs/gazebo_ros/scripts/spawn_model -urdf -param robot_description -model mybot __name:=mybot_spawn __log:=/home/jorge/.ros/log/7f71e714-b692-11e6-a90c-780cb87358de/mybot_spawn-4.log].
log file: /home/jorge/.ros/log/7f71e714-b692-11e6-a90c-780cb87358de/mybot_spawn-4*.log
[ INFO] [1480465102.030520375, 0.023000000]: waitForService: Service [/gazebo/set_physics_properties] is now available.
[ INFO] [1480465102.084461066, 0.074000000]: Physics dynamic reconfigure ready.
When I run
roslaunch mybot_gazebo mybot_world.launch
It will give me the problem above: ImportError: no module named gazebo_ros
I'm running ubuntu 14.04 and ros-jade
Thanks for the help and ask anything if i've not provided all the info
↧