1 Star 0 Fork 1

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

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
project.m 704 Bytes
一键复制 编辑 原始数据 按行查看 历史
Anshul Sungra 提交于 2020-07-04 16:38 . Add files via upload
function project()
vrep=remApi('remoteApi'); % using the prototype file (remoteApiProto.m)
vrep.simxFinish(-1); % just in case, close all opened connections
clientID=vrep.simxStart('127.0.0.1',19997,true,true,5000,5);
camera_signal=1;
[target_Info,WorldCenters_1]=camera_analyse(camera_signal,clientID);
target_Info %x,y,z,kind
WorldCenters_1 %x,y,z,matchedPoints,kind,PairMark
vrep.simxStopSimulation(clientID,vrep.simx_opmode_oneshot_wait);% Now close the connection to V-REP:
vrep.simxFinish(-1)
vrep.delete(); % call the destructor!
end
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/qiuzhixiaoniao/Smart-Robotic-Arm-Pick-and-Place-using-matlab-and-V-Rep.git
[email protected]:qiuzhixiaoniao/Smart-Robotic-Arm-Pick-and-Place-using-matlab-and-V-Rep.git
qiuzhixiaoniao
Smart-Robotic-Arm-Pick-and-Place-using-matlab-and-V-Rep
Smart-Robotic-Arm-Pick-and-Place-using-matlab-and-V-Rep
master

搜索帮助