baxter-pnp icon indicating copy to clipboard operation
baxter-pnp copied to clipboard

[rospack] Error: package 'baxter-pnp' not found

Open zhuozhudd opened this issue 4 years ago • 15 comments

image

Setting environment variables still can't find, Thanks Thanks Thanks

zhuozhudd avatar Nov 06 '20 03:11 zhuozhudd

We you able to build the ros workspace successfully?

$ cd ~/ros_ws
$ catkin_make
$ catkin_make install

skumra avatar Nov 06 '20 05:11 skumra

image image

no error -- catkin_make and catkin_make install

image

you can see , only baxter_pnp not found

thanks,I really want to make it work

zhuozhudd avatar Nov 06 '20 08:11 zhuozhudd

Do you see baxter-pnp if you do ls ~/ros_ws/src?

skumra avatar Nov 06 '20 18:11 skumra

of course xD image image why cant ‘catkin_make' detect it ?

zhuozhudd avatar Nov 07 '20 00:11 zhuozhudd

Can you build again after removing the baxter-pnp-0.x.x folders?

skumra avatar Nov 09 '20 19:11 skumra

I tried,but still failed. Is that why there are no CMakeLists.txt and package.xml in baxter-pnp ? Thanks

zhuozhudd avatar Nov 11 '20 08:11 zhuozhudd

I solved this probelm by add CMakeLists.txt and package.xml to baxter-pnp folder. and then I do rosrun baxter_pnp run_pnp.py and rosrun baxter_pnp run_calibration.py. sad, two errors.......... image


image

I dont know how can I get this grasp-comms. I'm sorry to ask you so many questions Thank you very very much!

zhuozhudd avatar Nov 11 '20 08:11 zhuozhudd

The first error is probably caused by timeout caused during reading the robot joint_states. Are you able to run a baxter_example program using this workspace?

For the grasp-comms error, you will need to run a grasp generator. Our implementation of the GR-ConvNet based grasp generator is available at: https://github.com/skumra/robotic-grasping.

skumra avatar Nov 11 '20 20:11 skumra

image

I download robotic-grasping and training on cornell dataset successfully(batch_size=32,num_workers=2) .

When I run run_calibration.py run_grasp_generator.py run_realtime.py , showing RuntimeError:No device connected.

I don't have a depth camera and baxter robot, I just want to simulate pick and place in Gazebo. Could I achieve it?

Or could you send me grasp-comms files.([email protected]) I really appreciate your help. Thanks

zhuozhudd avatar Nov 13 '20 00:11 zhuozhudd

I'm sorry to bother you, but can you help me?

zhuozhudd avatar Nov 18 '20 00:11 zhuozhudd

The implementation of the GR-ConvNet based grasp generator robotic-grasping is designed for Realsense camera and Baxter robot. It was only tested on the actual hardware.

How are you simulating the Realsense camera in Gazebo?

skumra avatar Nov 18 '20 00:11 skumra

@zhuozhudd Hi friend,have you implemented this grab insimulation?I also want to do the same experiment on the computer. Can you teach me,please?

74284853 avatar Dec 26 '20 05:12 74284853

@zhuozhudd Hi friend, which version of ros(indigo or kinetic) does you implement the baxter robot simulation?

1458763783 avatar Feb 06 '21 07:02 1458763783

This repo is for running on real Baxter robot and not in simulation.

skumra avatar Mar 25 '21 21:03 skumra

When I was in catkin_make, there was a problem. Could you help me? Thank you!!!! 2023-05-06 17-32-31屏幕截图

mco0308 avatar May 06 '23 09:05 mco0308