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

Asomerville's profile - activity

2022-04-19 09:04:55 -0500 received badge  Favorite Question (source)
2022-04-04 19:08:19 -0500 received badge  Great Question (source)
2021-12-27 05:09:57 -0500 marked best answer What are the semantics of 'reconfiguration level' for dynamic reconfigure?

In the dynamic_reconfigure tutorial, it is claimed that dependence on driver_base is specific to the tutorial, yet an enum type from driver_base is used to set the 'reconfiguration level'.

Is this just a field to be interpreted however we like, and just used with the driver_base/SensorLevels message in this case? Or is the driver_base/SensorLevels message the standard for the 'reconfiguration level' field semantics?

2021-12-21 03:24:28 -0500 received badge  Great Question (source)
2021-12-12 15:07:44 -0500 received badge  Good Question (source)
2021-11-30 00:54:56 -0500 received badge  Good Answer (source)
2021-02-12 12:07:46 -0500 marked best answer Is it possible to remap topics at runtime?

I'm wondering if mappings are dynamic or handled centrally enough that it would be possible to remap a nodes topics at runtime without requiring specific support within the node.

I've seen a post on the old mailing list that suggested it was not supported, but I'm wondering more specifically if it's even feasible if one's inclined to dig below supplied tools.

Implicit question: how does remapping work under the hood?

2020-06-04 23:34:29 -0500 received badge  Famous Question (source)
2020-04-14 01:41:45 -0500 received badge  Popular Question (source)
2020-04-14 01:41:45 -0500 received badge  Famous Question (source)
2020-04-14 01:41:45 -0500 received badge  Notable Question (source)
2020-04-11 00:22:42 -0500 marked best answer Does ROS have convenience function calls to convert from world XYZ to camera XY using the camera_info message?

The information is available in the camera_info message, but using standard functionality to convert would be much less error prone, and much less sloppy. Does such functionality exist?

2020-04-10 19:43:00 -0500 received badge  Nice Answer (source)
2020-02-19 17:32:32 -0500 received badge  Nice Question (source)
2020-02-14 12:16:59 -0500 marked best answer Possible to communicate with new master without process restart?

Often when debugging, a launch which was responsible for the original Master goes down. When this happens things that were connected that stay up are unable to communicate with the new Master when it comes up.

  • Is there a way around this?
  • Is it perhaps possible to reinitialize the node so that it connects to a new Master?
2020-02-14 12:14:40 -0500 received badge  Good Question (source)
2018-12-14 08:33:06 -0500 marked best answer Is it possible to kill other nodes in launch file when a particular one ends/dies?

I have a situation where I'd like to kill all other nodes launched from the same launch file once another is finished doing its work.

2018-07-18 03:05:48 -0500 received badge  Good Question (source)
2018-07-18 03:05:45 -0500 marked best answer How do you get stereo_image_proc to include a frame_id so that rviz will accept the point cloud messages?

When running stereo_image_proc, I'm attempting to view the point cloud data with rviz. However rviz complains and throws out the messages sayin "MessageFilter [target=/ ]: Discarding message from [/stereo_image_proc] due to empty frame_id".

I can find no reference to frame_id in stereo_image_proc, and I've tried fiddling with the fixed frame parameters in rviz to no avail.

Am I missing something obvious?

2018-07-18 03:05:45 -0500 received badge  Good Answer (source)
2018-07-16 02:03:21 -0500 received badge  Nice Answer (source)
2018-06-07 01:39:14 -0500 received badge  Great Answer (source)
2018-06-07 01:39:14 -0500 received badge  Guru (source)
2018-05-17 08:18:16 -0500 marked best answer Is catkin recommended for use outside of ROS?

I'm going through the exercise of setting up a new project that needs to be combined with other build-from-source pieces, and dealing with many of the same issues catkin was designed to solve: dependency, packaging, finding, etc.

So, my questions are:

  • Is it easy to use catkin with non-ros projects?
  • Are there any ros-specific pieces which will make this difficult?
  • Is there a plan to move catkin out into the wider debian/ubuntu ecosystem / into official apt repositories?
    • I know python-catkin, and python-bloom already are
2018-05-17 06:24:39 -0500 received badge  Great Question (source)
2017-10-04 13:05:03 -0500 received badge  Great Question (source)
2017-09-02 09:13:13 -0500 received badge  Good Question (source)
2017-07-28 08:19:00 -0500 marked best answer Is there a command line utility to list available nodelets within the package path?

In debugging nodlet issues, and considering which nodes can be consolidated into a single process via nodelets, it would be nice to be able to simply list all available nodelets. Is there a command that does this?

2017-05-23 12:36:45 -0500 marked best answer Is there functionality built into ros to get nodes to print a stacktrace on crash?

When ROS nodes crash, modifying launch files to run under gdb is often required to get a stack trace. And a full reattempt to produce the conditions of the crash is necessary.

75% of crash failures (made up number :) could probably be solved without running in the debugger if we could see where the crash happened on each failure.

Is there functionality built into ROS to handle this?

2017-04-20 09:52:53 -0500 received badge  Nice Question (source)
2017-02-23 07:02:10 -0500 received badge  Nice Question (source)
2017-01-20 16:43:24 -0500 marked best answer Does rospy not have walltime?

I was under the impression that anything in roscpp should also be available in rospy. WallTime is in roscpp but I can't find it in rospy.

2016-11-30 21:13:13 -0500 marked best answer Is URDF depricated? Are there replacement SDF tools?

Since Gazebo is deprecating URDF and moving to SDF, it seems like ROS might follow suit.

Is URDF depricated, or about to be?

If so are there tools which work with SDF? For instance will robot_state_publisher be able to handle SDF defined robots?

If not, should we be sticking to using URDF for defining our robot models?

2016-09-08 10:34:32 -0500 received badge  Nice Answer (source)
2016-09-01 00:55:09 -0500 received badge  Good Question (source)