Skip to content

Commit

Permalink
licence
Browse files Browse the repository at this point in the history
  • Loading branch information
chama1176 committed Aug 19, 2024
1 parent 7d556fe commit c56f72a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion sciurus17_examples_py/launch/example.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def generate_launch_description():
}

declare_example_name = DeclareLaunchArgument(
'example', default_value='pick_and_place_left_arm',
'example', default_value='gripper_control',
description=('Set an example executable name: '
'[gripper_control, neck_control, waist_control,'
'pick_and_place_right_arm_waist, pick_and_place_left_arm]')
Expand Down
8 changes: 4 additions & 4 deletions sciurus17_examples_py/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>sciurus17_examples_py</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="[email protected]">ubuntu</maintainer>
<license>TODO: License declaration</license>
<version>0.1.0</version>
<description>python examples of Sciurus17 ROS package</description>
<maintainer email="[email protected]">RT Corporation</maintainer>
<license>Apache License 2.0</license>

<exec_depend>rclpy</exec_depend>
<exec_depend>std_msgs</exec_depend>
Expand Down
10 changes: 5 additions & 5 deletions sciurus17_examples_py/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name=package_name,
version='0.0.0',
version='0.1.0',
packages=find_packages(exclude=['test']),
data_files=[
('share/ament_index/resource_index/packages',
Expand All @@ -18,10 +18,10 @@
],
install_requires=['setuptools'],
zip_safe=True,
maintainer='ubuntu',
maintainer_email='[email protected]',
description='TODO: Package description',
license='TODO: License declaration',
maintainer='RT Corporation',
maintainer_email='[email protected]',
description='python examples of Sciurus17 ROS package',
license='Apache License 2.0',
tests_require=['pytest'],
entry_points={
'console_scripts': [
Expand Down

0 comments on commit c56f72a

Please sign in to comment.