Closed waiyc closed 5 years ago
Hi @ChanWaiYang,
Sorry about that, there were some things broken in our ROS policy that have now been patched. The patch is waiting approval to be merged into master
, but you can check out ros_policy_patch
for now. You will also have to upgrade the perception
package as a new version was pushed to PyPi with some necessary updates.
Please let me know if you are able to run things now!
Thanks, Vishal
@visatish @ChanWaiYang I just approved and merged the PR. It looks like both the config filenames and the image encodings have been properly fixed so hopefully things will work now.
@visatish @jeffmahler Thank for the fix. Issue solved.
Awesome!
System information
Hi,
I have finish installed the GQCNN package for ROS installation and tested the python policy with pre-trained network and sample image using the following command included in documentation with no issue
However, I encountered parameter missing issue when testing the ROS policy. The commands that I used to test the ROS policy are:
I modified the config_filename in grasp_planner_node.py line 333 to read the ros_node yaml from 'cfg/policies/gqcnn_pj.yaml' to 'cfg/ros_nodes/grasp_planner_node.yaml'
The error i encountered:
From the error report, it seems like the process is looking for vis - rgbd_state parameter from yaml but this vis-rgbd_state parameter is missing in the cfg/ros_nodes/grasp_planner_node.yaml
Am I suppose to keep on adding the missing parameters to the yaml?