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

machinekoder's profile - activity

2022-09-06 05:56:04 -0500 received badge  Famous Question (source)
2022-09-04 08:48:00 -0500 marked best answer rospy.init_node in multiprocessing.Process

Hello everyone,

I have the following setup:

  • The main thread which starts a ROS node with services, pubs, and subs
  • A multiprocessing.Process which also should start an (anonymous) ROS node that has pubs and subs

So far so good. When I start (fork) the new process before calling rospy.init_node, everything works fine when I start from the command line.

However, when I start the application via roslaunch, I get the following error:

shutdown request: new node registered with same name

It looks like roslaunch/node enforces a new name in every node started as a subprocess. Any ideas how to circumvent the problem?

2022-09-04 08:48:00 -0500 received badge  Self-Learner (source)
2022-09-04 05:06:21 -0500 received badge  Notable Question (source)
2022-09-04 05:06:21 -0500 received badge  Popular Question (source)
2022-09-01 14:52:52 -0500 edited question Changing color of InteractiveMarker

Changing color of InteractiveMarker Does anyone know where the colors of the interactive marker (RGB and maybe the Cyan)

2022-09-01 14:51:22 -0500 asked a question Changing color of InteractiveMarker

Changing color of InteractiveMarker Does anyone know where the colors of the interactive marker (RGB and maybe the Cyan)

2021-12-24 05:39:11 -0500 commented question To run non-ROS pytest via Catkin

You should be able to run the tests also with the pytest runner. It doesn't matter if the test source code contains ROS

2021-10-14 03:36:38 -0500 received badge  Famous Question (source)
2021-04-13 12:55:37 -0500 received badge  Notable Question (source)
2021-04-13 12:55:37 -0500 received badge  Popular Question (source)
2021-02-03 10:03:25 -0500 answered a question Alternative to .launch files

An alternative might be the internals of rqt_launch. It basically parses the XML-based configuration and is able to star

2020-10-23 06:35:52 -0500 commented question Strange Tool Flip in Descartes

@jbeck28 Did you find a solution? I'm seeing a similar problem with my robot using IKFast. The adapter in the example co

2020-10-22 13:28:10 -0500 answered a question Unable to find ik solution while using /compute_ik moveit service

You need to set service_request.ik_request.robot_state.is_diff = true;

2020-10-19 06:50:46 -0500 commented question Is there any benchmark or comparison available for TRACK-IK and IKFast?

Did you find anything? What did you choose?

2020-10-19 05:30:31 -0500 commented question How to benchmark different IK solvers

@ash6r Did you find a solution for generic IK solvers?

2020-08-14 13:06:03 -0500 received badge  Famous Question (source)
2020-06-12 12:05:03 -0500 received badge  Notable Question (source)
2020-06-08 02:40:06 -0500 received badge  Popular Question (source)
2020-06-07 12:07:37 -0500 marked best answer Multi robots and planning scene

My setup includes one robot controlled via Move It and additional robot-like machines which should be added at runtime, but not controlled via Move It.

I've read this discussion here Moveit Google Groups which states that multiple robots aren't supported with one planning scene. Instead, one might add the non-moving robot/object to the moving robots planning scene by hand/software.

Since the thread is from 2014, is this still information still up to date? Are there any better solutions than to add/remove the objects to the planning scene programmatically?

Thanks, Alex

2020-06-07 12:07:22 -0500 commented answer Multi robots and planning scene

Thank you for detailed answer. Indeed, I try to add the additional (CNC) machines as robots, so I can move their axes ar

2020-06-07 12:06:43 -0500 commented answer Multi robots and planning scene

Thank you for detailed answer. Indeed, I try to add the additional (CNC) machines as robots, so I can move their axes ar

2020-06-05 08:49:39 -0500 edited question Multi robots and planning scene

Multi robots and planning scene My setup includes one robot controlled via Move It and additional robot-like machines wh

2020-06-05 08:49:19 -0500 asked a question Multi robots and planning scene

Multi robots and planning scene My setup includes one robot controlled via Move It and additional robot-like machines wh

2020-05-12 06:15:09 -0500 received badge  Notable Question (source)
2020-05-12 06:15:09 -0500 received badge  Famous Question (source)
2020-04-21 05:20:51 -0500 received badge  Famous Question (source)
2020-04-19 13:55:42 -0500 received badge  Famous Question (source)
2020-04-01 04:32:35 -0500 received badge  Notable Question (source)
2020-03-12 05:14:55 -0500 received badge  Popular Question (source)
2020-03-03 08:47:49 -0500 commented question Reloading state code without restarting FlexBE app

Have you found a solution?

2020-03-03 08:47:25 -0500 answered a question Reloading state code without restarting FlexBE app

Have you found a workaround?

2020-02-17 12:29:11 -0500 answered a question Start a node from python code - rospy equivalence rosrun - rosgui qt

Just use Popen: import shlex from psutil import Popen # start node_process = Popen( shlex.split('rosrun foo bar') )

2020-02-14 01:20:22 -0500 asked a question registered depth image and color image vs XYZRGB point cloud

registered depth image and color image vs XYZRGB point cloud In my robot setup, I combine a 2D color camera with a ToF/3

2020-01-09 11:51:47 -0500 commented question How to use depth_image_proc/register to convert a depth image from a tf to another?

In my case I needed to increase the queue size of point_cloud_xzyrgb: <param name="queue_size" value="10" />

2020-01-08 13:04:41 -0500 commented question How to use depth_image_proc/register to convert a depth image from a tf to another?

Same here.

2020-01-07 13:02:30 -0500 received badge  Notable Question (source)
2019-12-16 08:21:44 -0500 marked best answer Adaptive robot gripper options

Hello everyone,

I'm currently working on a project picking bottles of different sizes from a shelf. For this purpose, I need an adaptive robot gripper. However, besides Robotiq, I can't find many gripper manufacturers.

Currently, I use the Robotiq Hand-E with custom fingers, but I need to modify the bottles for this work.

What I need:

  • Gripper for grasping round and cubic objects (bottles)
  • The bottle diameter is usually 50-100mm
  • Ideally electric
  • controlled via Modbus or I/O
  • Payload up to 2-2.5kg

What I have found so far:

  • Robotiq 2F-140 adaptive gripper - best solution, very pricey
  • Festo Fin-Ray Effect Fingers + electric parallel gripper - relatively cheap, but no electric parallel grippers from Festo

Are there any other options on the market? And is really everyone using pneumatic grippers? I can't see that happening in an office/bar setting.

Thanks, Alex

2019-12-16 08:21:33 -0500 edited answer Adaptive robot gripper options

After a bit of internet research I found a few additional options: ON-Robot RG2 and RG6 SAKE Robotics Gripper Adaptive

2019-12-16 08:21:03 -0500 answered a question Adaptive robot gripper options

After a bit of internet research I found a few additional options: ON-Robot RG2 and RG6 SAKE Robotics Gripper Adaptive

2019-12-16 08:14:15 -0500 commented question Adaptive robot gripper options

It looks like that. However, I already found a gripper that suits my needs, I will answer my own question shortly.

2019-12-16 06:44:35 -0500 received badge  Popular Question (source)
2019-12-13 07:01:35 -0500 edited question Adaptive robot gripper options

Adaptive robot gripper options Hello everyone, I'm currently working on a project picking bottles of different sizes fr

2019-12-13 06:56:44 -0500 edited question Adaptive robot gripper options

Adaptive robot gripper options Hello everyone, I'm currently working on a project picking bottles of different sizes fr

2019-12-13 06:56:31 -0500 edited question Adaptive robot gripper options

Adaptive robot gripper options Hello everyone, I'm currently working on a project picking bottles of different sizes fr

2019-12-13 06:55:40 -0500 asked a question Adaptive robot gripper options

Adaptive robot gripper options Hello everyone, I'm currently working on a project picking bottles of different sizes fr

2019-12-05 22:12:32 -0500 received badge  Popular Question (source)
2019-10-30 05:02:21 -0500 edited question Change transform of RViz MoveIt InteractiveMarker at runtime

Change transform of RViz MoveIt InteractiveMarker at runtime I have a robot manipulator with a gripper attached at flang

2019-10-30 04:55:57 -0500 asked a question Change transform of RViz MoveIt InteractiveMarker at runtime

Change transform of RViz MoveIt InteractiveMarker at runtime I have a robot manipulator with a gripper attached at flang