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

siddhesh's profile - activity

2022-02-10 10:14:59 -0500 received badge  Good Question (source)
2021-03-30 23:52:15 -0500 received badge  Nice Question (source)
2019-07-01 11:31:29 -0500 received badge  Famous Question (source)
2019-07-01 11:31:29 -0500 received badge  Notable Question (source)
2018-05-11 20:49:43 -0500 received badge  Famous Question (source)
2017-07-27 19:15:14 -0500 received badge  Famous Question (source)
2017-07-27 19:14:33 -0500 received badge  Notable Question (source)
2017-01-15 11:30:41 -0500 received badge  Famous Question (source)
2016-12-28 09:15:35 -0500 received badge  Student (source)
2016-09-27 07:30:46 -0500 received badge  Famous Question (source)
2016-09-05 01:58:22 -0500 received badge  Notable Question (source)
2016-07-13 07:03:27 -0500 received badge  Notable Question (source)
2016-06-03 06:09:04 -0500 received badge  Notable Question (source)
2016-06-03 06:06:59 -0500 received badge  Popular Question (source)
2016-06-03 06:06:59 -0500 received badge  Popular Question (source)
2016-06-01 05:59:16 -0500 commented question No such file or directory when running "rosrun beginner_tutorials add_two_ints_server.py"

Have done "source /path/to/your/workspace/devel/setup.bash" ?

2016-05-31 22:56:19 -0500 commented answer How to find list of messages published on particular topic?

@Icehawk : Thanks. That's exactly what I needed. Sorry for poor wording.

2016-05-31 12:45:43 -0500 received badge  Popular Question (source)
2016-05-31 11:31:52 -0500 commented answer How to find list of messages published on particular topic?

@ Mark : Yes, but I want to know the name by which the message is published, if I use rostopic list it shows sensor_msgs//LaserScan not name of the message ("scan").

2016-05-31 10:38:22 -0500 asked a question How to find list of messages published on particular topic?

I am using turtlebot in gazebo which uses "scan" message for publishing laser scan data, by using rostopic type scan command I can find out type of the message i.e. sensor_msgs/LaserScan , Is there way to find names of all the messages published on particular topic ?

For example, Is there any way to find out that message named "scan" is published by turtlebot knowing only the topic name i.e. sensor_msgs/LaserScan ?

Thanks in advance.

2016-05-27 12:47:53 -0500 received badge  Popular Question (source)
2016-05-26 13:17:53 -0500 answered a question Error in launching turtlebot

I installed graphic drivers and now its working.

2016-05-25 12:17:00 -0500 asked a question Error in launching turtlebot

I am using roslaunch turtlebot_gazebo turtlebot_world.launch to launch simulation, but I am getting following error :

`terminate called after throwing an instance of 'Ogre::InvalidParametersException'
  what():  OGRE EXCEPTION(2:InvalidParametersException): Framebuffer incomplete or other FBO status error in GLFrameBufferObject::initialise at /build/buildd/ogre-1.8-1.8.1+dfsg/RenderSystems/GL/src/OgreGLFrameBufferObject.cpp (line 245)
Aborted (core dumped)
[gazebo-1] process has died [pid 5395, exit code 134, cmd /opt/ros/indigo/lib/gazebo_ros/gzserver -e ode /opt/ros/indigo/share/turtlebot_gazebo/worlds/playground.world __name:=gazebo __log:=/home/siddhesh/.ros/log/d2f7400e-229b-11e6-b846-1008b1cf4251/gazebo-1.log].
log file: /home/siddhesh/.ros/log/d2f7400e-229b-11e6-b846-1008b1cf4251/gazebo-1*.log
2016-05-25 05:02:39 -0500 received badge  Notable Question (source)
2016-05-24 09:45:21 -0500 commented answer Error in running "sudo rosdep init"

Thanks, it worked.

2016-05-24 02:47:59 -0500 received badge  Popular Question (source)
2016-05-23 12:00:32 -0500 asked a question Error in running "sudo rosdep init"

I had previously installed ROS Jade distribution, I have uninstalled it and trying to install Indigo, while running sudo rosdep init I get following error :

ERROR: default sources list file already exists:
    /etc/ros/rosdep/sources.list.d/20-default.list
Please delete if you wish to re-initialize

As suggested in one of the answers I tried using sudo pip uninstall rosdep to uninstall previous version which gives sudo: pip: command not found

Is there any way to manually remove rosdep? running which rosdep gives me this /usr/bin/rosdep

I found this question on the same error

http://answers.ros.org/question/42818...

Blockquote

2016-05-21 13:47:45 -0500 received badge  Supporter (source)
2016-05-14 07:31:02 -0500 commented question ROS objects introspection

yes, it worked. Thanks.

2016-05-12 04:41:44 -0500 received badge  Popular Question (source)
2016-05-12 03:26:37 -0500 received badge  Enthusiast