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

shervin's profile - activity

2018-04-25 14:04:21 -0500 received badge  Famous Question (source)
2016-11-28 12:06:47 -0500 received badge  Notable Question (source)
2016-11-28 12:06:47 -0500 received badge  Popular Question (source)
2016-08-29 15:03:22 -0500 asked a question Moving turtlebots with code in stage

Hi every one, I learned how to make a world in stage and add two robots to it. Now I want to use c++ code to move these two robots around. would someone please point me to the right direction. I basically have no idea how to do this. Regards, Shervin

2016-02-11 19:45:48 -0500 received badge  Guru (source)
2016-02-11 19:45:48 -0500 received badge  Great Answer (source)
2016-01-17 11:27:02 -0500 received badge  Good Answer (source)
2016-01-17 11:27:02 -0500 received badge  Enlightened (source)
2015-11-30 00:13:08 -0500 received badge  Nice Answer (source)
2015-11-30 00:13:06 -0500 received badge  Famous Question (source)
2015-11-30 00:13:06 -0500 received badge  Student (source)
2015-10-07 10:37:01 -0500 received badge  Famous Question (source)
2015-09-09 16:36:32 -0500 received badge  Self-Learner (source)
2015-09-09 16:36:32 -0500 received badge  Teacher (source)
2015-08-25 12:22:16 -0500 received badge  Famous Question (source)
2015-07-27 13:42:24 -0500 received badge  Notable Question (source)
2015-07-08 12:41:32 -0500 received badge  Notable Question (source)
2015-06-24 12:14:40 -0500 received badge  Popular Question (source)
2015-06-24 04:06:57 -0500 received badge  Notable Question (source)
2015-06-16 17:53:35 -0500 received badge  Popular Question (source)
2015-06-14 18:23:02 -0500 answered a question Ros indigo Re-installation problem

Hi everyone,

I think I found the solution. If any one facing the same problem please fallow the below steps:

sudo apt-get remove gazeboX #X is the version of gazebo you installed in my case 5
sudo apt-get install libsdformat1

then you should be able to install indigo again

Sherrvin

2015-06-14 18:14:44 -0500 asked a question Ros indigo Re-installation problem

Hi everyone,

I installed ROS indigo first and then I tried to install ROS jade as well. I could install both ROS and switch between them successfully, However installation of jade totally replaced gazebo2.2 by gazebo5. Consequently I could not do any simulation in indigo. I decided to remove both ROS and Gazebo and reinstall the indigo, but I receive the below error when I try “sudo apt-get install ros-indigo-desktop-full”

Reading package lists... Done Building dependency tree        Reading state information... Done Some packages could not be installed. This may mean that you have requested an impossible situation or if you are using the unstable distribution that some required packages have not yet been created or been moved out of Incoming. The following information may help to resolve the situation:

The following packages have unmet dependencies:  ros-indigo-desktop-full : Depends: ros-indigo-simulators but it is not going to be installed E: Unable to correct problems, you have held broken packages.
2015-06-14 18:02:15 -0500 received badge  Popular Question (source)
2015-06-14 17:54:27 -0500 commented answer Problem with two ROS Versions on single system

Thank you.

2015-06-14 17:32:49 -0500 asked a question How to make map in Gazebo

Hi everyone,

I am trying to generate a map in Gazebo, then use Gmapping package to generate a 2D map of the environment. I use indigo which utilizes Gazebo 2.2. I figured out a way how to do so through Edit → Building Editor. However, every time I try to save the map Gazebo crashes. Is there any way that I can make a map in any other software and then import it to Gazebo2.2. ( I know I can use Gazebo5, which make it easy to generate a map, but unfortunately Gazebo5 is not compatible with indigo)

Thanks, Shervin

2015-06-13 17:41:45 -0500 asked a question Problem with two ROS Versions on single system

Hi All,

I had ROS indigo on my system, then I decided to add the new version (Jade) as separate package. The installation was successful and now I have to folder /opt/ros/indigo and /opt/ros/jade. However, when I try to switch to jade by sourcing the “setup.bash” file I receive the fallowing error:

ROS_DISTRO was set to 'jade' before. Please make sure that the environment does not mix paths from different distributions.

Moreover it seems that Gazebo is totally is replaced by the new version. That prevents me from running the turtlebot simulation. I receive the below error by running the “roslaunch turtlebot_gazebo turtlebot_world.launch”

[turtlebot_world.launch] is neither a launch file in package [turtlebot_gazebo] nor is [turtlebot_gazebo] a launch file name
The traceback for the exception was written to the log file

Thanks Shervin