andyzeng / visual-pushing-grasping

Train robotic agents to learn to plan pushing and grasping actions for manipulation with deep reinforcement learning.
http://vpg.cs.princeton.edu/
BSD 2-Clause "Simplified" License
915 stars 313 forks source link

./realse works with D400 series but not SR300 series. #53

Open GhettoBurger996 opened 4 years ago

GhettoBurger996 commented 4 years ago

I've gone through installing the program as instructed and everything seems to work perfectly.

However, when I attempt to do the 4th step (final step in installation) it gives me an error for the SR300 camera.

RealSense error calling rs2_pipeline_start_with_config(pipe:0xa90840, config:0x9cb8f0):
    Couldn't resolve requests

Both camera models are viewable in intel real-sense viewer, and both work fine there as well.

I'd appreciate any help, thanks!

miumiu21 commented 2 years ago

Hi, I've met the same problem. Have you solved this problem?