Skip to content

Commit

Permalink
Merge pull request #2 from cortlandstarrett/10491_sumo
Browse files Browse the repository at this point in the history
10491 sumo
  • Loading branch information
cortlandstarrett authored Oct 9, 2018
2 parents 38cb803 + ce4992e commit 3468932
Show file tree
Hide file tree
Showing 4 changed files with 386 additions and 144 deletions.
5 changes: 5 additions & 0 deletions applications/lego/Sumo/gen/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
This file is for me to learn how to add a file to a change set.
Soon, I will commit it.
Then, I will push it.
After that, I will make a pull request.
Then, I will merge it into the master branch.
6 changes: 3 additions & 3 deletions applications/lego/Sumo/models/Sumo/Library/sumo/sumo.xtuml
Original file line number Diff line number Diff line change
Expand Up @@ -302,12 +302,12 @@ relate n to d across R2;

d.speed = 255;

n.retreat_duration = 1;
n.target_duration = 1;
n.retreat_duration = 1.2;
n.target_duration = 1.2;

generate navigate1:pop() to n;

send IO::setName(name: "Teacher");',
send IO::setName(name: "Cort");',
1,
0);
INSERT INTO C_EP_PROXY
Expand Down
Loading

0 comments on commit 3468932

Please sign in to comment.