资源简介
循迹小车的V-REP与Matlab联合仿真,完整介绍与效果演示可参阅我的博客https://blog.csdn.net/qq_33243369/article/details/91381549,如果资源有问题,请在博客评论区给我反馈.
代码片段和文件信息
clear
disp(‘Program started‘);
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‘19999truetrue50005);
if (clientID>-1)
disp(‘Connected to remote API server‘);
vrep. simxSynchronous(clientIDtrue);
vrep. simxStartSimulation(clientIDvrep.simx_opmode_oneshot);
[rec handle]=vrep.simxGetobjectHandle (clientID‘Visio_lll‘vrep.simx_opmode_blocking);
[rec left_handle]=vrep.simxGetobjectHandle (clientID‘Leftmotor‘vrep.simx_opmode_blocking);
[rec right_handle]=vrep.simxGetobjectHandle (clientID‘Rightmotor‘vrep.simx_opmode_blocking);
%[rec left_b_handle]=vrep.simxGetobjectHandle (clientID‘l_b_j‘vrep.simx_opmode_blocking);
%[rec
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 2764 2019-06-10 16:32 car_test.m
文件 3541 2019-06-10 16:32 complexCommandTest.m
文件 213 2019-06-10 16:32 dir_cmd.m
文件 3212 2019-06-10 16:32 first_test.m
文件 310 2019-06-10 16:32 ident_ima.m
文件 63719 2019-06-10 16:32 Part1.SLDPRT
文件 18484 2019-06-10 16:32 Part1.STL
文件 63773 2019-06-10 16:32 Part2.SLDPRT
文件 8884 2019-06-10 16:32 Part2.STL
文件 861 2019-06-10 16:32 readMe.txt
文件 102588 2019-06-10 16:32 remApi.m
文件 139776 2019-06-10 16:32 remoteApi.dll
文件 34755 2019-06-10 16:32 remoteApiProto.m
文件 377221 2019-06-10 16:32 remote_test.ttt
文件 2514 2019-06-10 16:32 simpleSynchronousTest.m
文件 3477 2019-06-10 16:32 simpleTest.m
- 上一篇:matlab球体重力异常正演
- 下一篇:matlab实现分水岭算法代码
相关资源
- HMMforspeechrecogntion 一个可执行的HMM语音
- popular-UCI-datasets 一些非常有用的数据
- GAPSO 这个算法是遗传算法和粒子群优
- synchronization 利用matlab仿真实现载波的
- Gabor Gabor小波变换的matlab实现
- 4 matlab区域填充的具体算法及演示
- MATLAB_image_process_with_PDE 运用偏微分方
- gabijiao 该程序通过实例(函数)
- SIFT2844912
- gbvs 二维图像视觉显著性检测
- wenli 分析了纹理特征提取方法
- EELM
- barcode 基于图像的条形码识别程序(识
-
myaudiopla
yer 使用Matlab GUI实现的音频 - B-spline-surface 在MATLAB-2008a环境下编写的
- NURBS-surface 在MATLAB-2008a环境下编写的
- ACO 用MATLAB编写的蚁群算法最短路径寻
- wavplay 基于matlab GUI界面的播放器
- allfns 是由牛津大学VGG开发的三维重建
- spectrogram_fft
- adaboost 基于adaboost的人脸识别程序
- 2 2课程报告要求:按照讲课内容
- gps GPS信号的捕获、处理程序
- fuzzynetme 模糊神经网络的MATLAB程序
- naive_bayes_numeric 利用matlab实现的朴素贝
- MFandMPF 计算肌电信号积分肌电值
- BM3D BM3D去噪算法的实现和相关文档
- BarrelDistortion 两个matlab程序
- Kalman 用卡尔曼滤波跟踪目标实例
- WSN-matlab-simulation
评论
共有 条评论