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

eitan's profile - activity

2023-04-16 01:10:55 -0500 received badge  Good Answer (source)
2022-01-07 04:19:11 -0500 received badge  Great Answer (source)
2021-08-02 00:04:09 -0500 received badge  Nice Answer (source)
2019-11-25 13:53:07 -0500 received badge  Great Answer (source)
2019-11-25 13:53:07 -0500 received badge  Guru (source)
2018-06-13 01:44:11 -0500 received badge  Great Answer (source)
2018-05-17 02:23:07 -0500 received badge  Nice Answer (source)
2016-11-10 06:05:33 -0500 received badge  Good Answer (source)
2016-06-29 01:21:20 -0500 received badge  Great Answer (source)
2016-01-27 14:27:30 -0500 received badge  Good Answer (source)
2015-09-24 03:14:19 -0500 received badge  Good Answer (source)
2015-09-14 14:36:03 -0500 received badge  Good Answer (source)
2014-12-30 00:19:24 -0500 received badge  Nice Answer (source)
2014-01-28 17:21:44 -0500 marked best answer What is the accuracy of the Kinect sensor?

How accurate is the depth map of the Kinect sensor?

2013-12-23 02:18:31 -0500 received badge  Guru (source)
2013-12-23 02:18:31 -0500 received badge  Great Answer (source)
2013-09-25 10:51:09 -0500 received badge  Nice Answer (source)
2013-07-27 05:29:27 -0500 received badge  Nice Answer (source)
2013-03-18 07:55:51 -0500 received badge  Guru (source)
2013-03-18 07:55:51 -0500 received badge  Great Answer (source)
2013-02-05 04:58:17 -0500 answered a question rosdoc generation for wiki

The documentation generated by rosdoc_lite should be the same as the documentation generated locally. I think the reason that you're getting the "srv" and "cfg" namespaces to show up is because you're running rosdoc_lite on a package that has been built. As such, there are a bunch of auto-generated header files that Doxygen is processing that aren't run by the automated doc system.

Do you have a specific package in mind that you're seeing this for? If I know what you're trying to replicate, I can double check that this is, indeed the case.

2013-01-23 02:05:08 -0500 received badge  Nice Answer (source)
2013-01-02 17:49:44 -0500 received badge  Good Answer (source)
2012-12-29 10:54:00 -0500 received badge  Nice Answer (source)
2012-12-28 11:21:34 -0500 answered a question Groovy Beta install error on OSX

It looks like you're trying to generate a rosinstall file for a wet stack with the dry toolchain. Can you try this instead?

http://packages.ros.org/web/rosinstall/generate/raw/groovy/ros_comm

2012-10-16 00:12:06 -0500 received badge  Nice Answer (source)
2012-07-31 04:21:32 -0500 received badge  Great Answer (source)
2012-07-31 04:21:32 -0500 received badge  Guru (source)
2012-07-24 04:01:05 -0500 received badge  Nice Answer (source)
2012-05-27 13:14:38 -0500 received badge  Good Answer (source)
2012-05-06 23:55:26 -0500 received badge  Good Answer (source)
2012-04-20 07:08:04 -0500 answered a question Lost admin password for geographicinfo_devel@kforge.ros.org

I somehow missed this post. The list password has been reset, turns out you need to ask an administrator to do that for you, and the ticket closed.

2012-03-21 16:31:38 -0500 received badge  Good Answer (source)
2012-03-19 07:37:17 -0500 received badge  Great Answer (source)
2012-03-19 07:37:17 -0500 received badge  Guru (source)
2012-03-06 07:35:23 -0500 received badge  Nice Answer (source)
2012-02-21 18:04:10 -0500 received badge  Nice Answer (source)
2012-02-21 12:53:35 -0500 answered a question Best practices: checking a path with Costmap2DROS

You should be able to use the CostmapModel class in the base_local_planner package to allow you to check if a given pose is in collision. You can find documentation on the class here.

2012-01-24 05:17:03 -0500 received badge  Good Answer (source)
2012-01-13 13:22:01 -0500 received badge  Good Answer (source)
2012-01-09 05:00:04 -0500 received badge  Nice Answer (source)
2012-01-05 06:40:48 -0500 received badge  Good Answer (source)
2012-01-05 05:38:04 -0500 received badge  Nice Answer (source)
2012-01-05 05:13:54 -0500 answered a question ros electric navigation

On Ubuntu, you should be able to install the navigation stack as follows:

sudo apt-get install ros-electric-navigation

For details on installing ROS in general, please have a look at: http://ros.org/wiki/ROS/Installation

2012-01-05 04:52:22 -0500 answered a question Navigation Stack does not use a map from Gmapping?

Just to clarify. The costmap_2d is capable of taking updates to the static map from a SLAM system such as gmapping. Any time a new map comes in over the /map topic, the static map used by the navigation stack is re-initialized. Are you sure that the global costmap of the navigation stack is configured to subscribe to this map? If so, you should be seeing the move_base node as subscribed to the /map topic.

2012-01-05 04:43:05 -0500 commented question ros electric navigation
Can you be more specific as to what you mean here? Are you looking for documentation? Help on installing the navigation stack? Or something else?
2011-12-28 19:59:34 -0500 received badge  Nice Answer (source)
2011-12-20 20:27:10 -0500 received badge  Nice Answer (source)