Open me1kox opened 2 years ago
Hi, Apologies for the late response. For the first issue of using the grasp planner with the raw camera output, it seems like there is an issue with the subscriber's callback not being triggered in the first place. Can you help to check if the message type, topic name, etc is correct for both the publisher and the subscriber's end?
For the EPD workflow, what the grasp planner output is saying is that the planner is unable to get any grasp plans with the current detected object. this could be due to multiple reasons, many of which might be rectified through tweaking of various parameters in the yaml file. Do take a look at the documentation to see which parameter might need to be changed. Alternatively you can post your configuration file here first and I will take a look.
For the last issue, the Workcell Builder is currently heavily in development, and ros2 control aspects are not added in yet. you would need to manually add in ros2 control aspects to the workcell builder output's URDF. An example of ros2 control file would be this. I'm not sure how familiar you are with ros2 control, but do let me know if you face issues doing so.
Hello,
I have been attempting to get the EMD and EPD packages working with a realsense d435. So far I have followed the steps defined in the documentation but I have ran into a number of issues.
When the grasp planner demo node is launched listening to /camera/depth/color/points, this is the only output received as the called back function to start the grasp planning does not seem to get called:
When I switch over to using the EPD workflow i.e. with the grasp planning node listening to /processor/epd_localize_output, the planning callback works but I can 't seem to get the planner to generate a task no matter where I place objects. This is a sample of the terminal output I usually get:
The EPD node seems to be running as expected provided there is an object in view and I have confirmed that in both cases, all relevant nodes are subscribing to the correct topics. However, I fail to receive any visual output such as plan animations or grasp visualization markers.
I have also notice that with the grasp execution launch, the ros2_control_node terminates after throwing an instance of 'std::runtime_error':
Is this because ROS 2 drivers for the UR robot are needed? I have tried integrating the latest ROS 2 UR drivers with workcell builder but they don't seem to play well with the application.
Any information or assistance with the issues identified above will be greatly appreciated. If any additional information is required, feel free to get in touch.