Skip to content

Robotic Arm picking and placing was a group project. Group members where Xinjang Yang; Anshul Sungra and Haonan Peng. Simulation Video can be found here: https://www.youtube.com/watch?v=65FFMoTsIAQ

License

Notifications You must be signed in to change notification settings

AnsSUN/Smart-Robotic-Arm-Pick-and-Place-using-matlab-and-V-Rep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Make sure you have following files in your directory, in order to run the various examples:

1. remApi.m
2. remoteApiProto.m
3. the appropriate remote API library: "remoteApi.dll" (Windows), "remoteApi.dylib" (Mac) or "remoteApi.so" (Linux)
4. simpleTest.m (or any other example program)

-------------------------------------------------------------------

If you choose not to use the prototype file ("remoteApiProto.m"), then you will have to make sure you have a compiler
set-up for Matlab (mex -setup). You will also need "extApi.h" in this folder, and you will have to instanciate the
remote API with "vrep=remApi('remoteApi','extApi.h');" instead of "vrep=remApi('remoteApi');"

Finally, if you wish to rebuild the prototype file, you will have to comply with above conditions, then type:

loadlibrary('remoteApi','extApi.h','mfilename','remoteApiProto')

About

Robotic Arm picking and placing was a group project. Group members where Xinjang Yang; Anshul Sungra and Haonan Peng. Simulation Video can be found here: https://www.youtube.com/watch?v=65FFMoTsIAQ

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages