ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

emigmo's profile - activity

2019-04-18 02:18:18 -0500 received badge  Enthusiast
2018-02-06 10:21:42 -0500 received badge  Necromancer (source)
2018-02-06 10:21:42 -0500 received badge  Teacher (source)
2017-01-02 02:43:07 -0500 commented answer Permission denied: .gvfs

sudo umount /home/<usrname>/.gvfs sudo rm -rf /home/<usrname>/.gvfs

2016-12-30 03:11:17 -0500 answered a question Error while spawning my robot in gazebo using gazebo_ros

I have solved this problem.! Frist : you should check your gazebo_ros is installed or not. just 'roscd gazebo_ros' or 'rospack list'.if not,you can install it by type 'sudo apt-get install ros-<distrib>-gazebo-ros' ; you can also sudo apt-get install ros-<distrib>-gazebo-* Then: source /opt/ros/<distrib>/setup.bash fanal : you can use roscore && rosrun gazebo_ros gazebo or roslaunch gazebo_ros emply_world.launch