Skip to content

Commit 2b06732

Browse files
committed
Fixed up README
1 parent 659023f commit 2b06732

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# tutorials
1+
# tutorials :information_source:
22
This package is for learning ROS 2 and can be combined with the Nuclino documentation. :notebook:
33

44
### Script Conversion Task

package.xml

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,18 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>tutorials</name>
5-
<version>0.0.0</version>
6-
<description>TODO: Package description</description>
7-
<maintainer email="[email protected]">root</maintainer>
8-
<license>TODO: License declaration</license>
5+
<version>1.0.0</version>
6+
<description>Tutorials for the MNR team.</description>
7+
<maintainer email="[email protected]">Monash Nova Rover</maintainer>
8+
<license>Only for Monash Nova Rover Team to use and distribute.</license>
99

1010
<test_depend>ament_copyright</test_depend>
1111
<test_depend>ament_flake8</test_depend>
1212
<test_depend>ament_pep257</test_depend>
1313
<test_depend>python3-pytest</test_depend>
1414

15+
<exec_depend>core</exec_depend>
16+
1517
<export>
1618
<build_type>ament_python</build_type>
1719
</export>

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
],
1414
install_requires=['setuptools'],
1515
zip_safe=True,
16-
maintainer='root',
17-
maintainer_email='[email protected]',
16+
maintainer='Monash Nova Rover',
17+
maintainer_email='[email protected]',
1818
description='TODO: Package description',
1919
license='TODO: License declaration',
2020
tests_require=['pytest'],

0 commit comments

Comments
 (0)