Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
HCS
SCOTS
Commits
4796ef1d
Commit
4796ef1d
authored
Nov 22, 2015
by
Matthias Rungger
Browse files
bugfix in vehicle.m
parent
181cff24
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/vehicle/vehicle.m
View file @
4796ef1d
...
...
@@ -65,7 +65,7 @@ hold on
% load the symbolic set containig obstacles
set
=
SymbolicSet
(
'vehicle_obst.bdd'
,
'projection'
,[
1
2
]);
plotCells
(
set
,
'facecolor'
,
colors
(
1
,:)
*
0.5
+
0.5
,
'edgec'
,
colors
(
1
,:)
'linew'
,
.
1
)
plotCells
(
set
,
'facecolor'
,
colors
(
1
,:)
*
0.5
+
0.5
,
'edgec'
,
colors
(
1
,:)
,
'linew'
,
.
1
)
% plot the real obstacles and target set
plot_domain
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment