jstarkman / beta_coke_fetcher

EECS 476 final project
0 stars 0 forks source link

Grab without a cart #1

Open arunavanag591 opened 8 years ago

arunavanag591 commented 8 years ago

So i am trying to grab the can. My baxter is on a static mounted platform. I was wondering if I can use the baxter_arm_test for grabbing my can. Also for the entire package, it looks out for cartesian_planner, a package that I could not find, and I believe it might be some thing personal. Any help with this will be appreciated!

TuZZiX commented 8 years ago

Yes, you do need to get cartesian planner package, all the dependency can be found here: https://github.com/cwru-robotics/cwru_baxter They are written by Dr. Newman

I have written an moveit! planning interface, however, our Baxter have done a firmware upgrade, and moveit! will stuck in the middle when executing plan. But I think it will works on your Baxter, last year I use that for arm moving part.

TuZZiX commented 8 years ago

Also, you may found a newer version in the repository for the book learning ROS (not sure): https://github.com/wsnewman/learning_ros

At least it is better documented and better organized. XD