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

hbirdj's profile - activity

2021-03-30 12:33:46 -0500 received badge  Student (source)
2019-05-16 09:19:41 -0500 commented question unexpected delay in subscriber/ subscriber not getting latest message

I'm having the same problem, except with Point Clouds. A delay that doesn't exist for the first message received but inc

2019-05-08 08:24:54 -0500 received badge  Enthusiast
2019-05-07 10:07:06 -0500 received badge  Famous Question (source)
2019-02-26 01:44:38 -0500 received badge  Notable Question (source)
2019-01-09 06:16:40 -0500 received badge  Popular Question (source)
2018-12-22 10:14:54 -0500 received badge  Supporter (source)
2018-12-20 09:17:28 -0500 marked best answer 'Unable to initialize' group in MoveIt Commander

Hi, I've been working on developing a pick and place operation using a Fanuc M10iA, but I've run into a wall while working through this tutorial. I can get demo.launch working as expected with planning and executing paths in RViz, but the python script can never initialize a group.

From the command: use <group_name>

I always get the response: Unable to initialize <group_name>

I tried creating new groups in the srdf using different naming schemes, and I also got the same issue switching to the panda arm used in the tutorial

I did have some issues with pyassimp getting the python script to run initially, and wondering if it's a continuation of that.

Using Kinetic and Ubuntu 16.04

2018-12-20 09:17:28 -0500 received badge  Scholar (source)
2018-12-20 09:17:09 -0500 commented answer 'Unable to initialize' group in MoveIt Commander

Thanks! I had hadn't learned how to enable that logging yet. And it led me to the real issue, which is that I needed to

2018-12-20 05:34:05 -0500 commented answer 'Unable to initialize' group in MoveIt Commander

https://github.com/ros-planning/moveit/blob/0181fc1b637f4179fad7ad233d07d88f5d789b04/moveit_commander/src/moveit_command

2018-12-20 05:34:05 -0500 commented answer 'Unable to initialize' group in MoveIt Commander

Yep, that's where I'm trying to reach. After inputting 'use' I get tab completion for the active groups, so it knows the

2018-12-18 14:28:01 -0500 asked a question 'Unable to initialize' group in MoveIt Commander

'Unable to initialize' group in MoveIt Commander Hi, I've been working on developing a pick and place operation using a