Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
CSE-478wi
lab2
Commits
b68ed6c3
Commit
b68ed6c3
authored
Feb 02, 2020
by
Kay Ke
Browse files
Update package info
parent
0c57cdbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b68ed6c3
...
...
@@ -11,3 +11,7 @@ __pycache__/
;
.ipynb_checkpoints/
build/
devel/
.catkin_tools/
package.xml
View file @
b68ed6c3
<?xml version="1.0"?>
<package
format=
"2"
>
<name>
lab2
</name>
<version>
0
.0.0
</version>
<name>
ta_
lab2
</name>
<version>
1
.0.0
</version>
<description>
Lab 2 controller assignment
</description>
<!-- One maintainer tag required, multiple allowed, one person per tag -->
<!-- Example: -->
<!-- <maintainer email="jane.doe@example.com">Jane Doe</maintainer> -->
<maintainer
email=
"michajoh@cs.washington.edu"
>
Johan Michalove
</maintainer>
<maintainer
email=
"rockettm@cs.washington.edu"
>
Matthew Rockett
</maintainer>
<maintainer
email=
"kayke@cs.washington.edu"
>
Liyiming Ke
</maintainer>
<!-- One license tag required, multiple allowed, one license per tag -->
...
...
@@ -26,6 +25,9 @@
<!-- Authors do not have to be maintainers, but could be -->
<!-- Example: -->
<!-- <author email="jane.doe@example.com">Jane Doe</author> -->
<author
email=
"michajoh@cs.washington.edu"
>
Johan Michalove
</author>
<author
email=
"rockettm@cs.washington.edu"
>
Matthew Rockett
</author>
<author
email=
"kayke@cs.washington.edu"
>
Liyiming Ke
</author>
<!-- The *depend tags are used to specify dependencies -->
...
...
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