Fixed case issue for PlanarSLAMExample_graph
parent
35d188e36d
commit
edef9851dc
|
@ -146,7 +146,7 @@ PlanarSLAMExample_sampling
|
||||||
function PlanarSLAMGraph_Callback(hObject, eventdata, handles)
|
function PlanarSLAMGraph_Callback(hObject, eventdata, handles)
|
||||||
axes(handles.axes3);
|
axes(handles.axes3);
|
||||||
echo on
|
echo on
|
||||||
PlanarSLAMExample_Graph
|
PlanarSLAMExample_graph
|
||||||
echo off
|
echo off
|
||||||
|
|
||||||
% --- Executes on button press in SFM.
|
% --- Executes on button press in SFM.
|
||||||
|
|
Loading…
Reference in New Issue