Skip to content

Commit

Permalink
package.xml files updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Brzyk committed Aug 30, 2022
1 parent 47e7330 commit 51d1e63
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions ros2_ws/src/my_rosbot_pkg/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>my_rosbot_pkg</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="husarion@todo.todo">husarion</maintainer>
<license>TODO: License declaration</license>
<version>1.0.0</version>
<description>This package contains one node in rosbot_control.py, which is directly responsible for controling the ROSbot.'</description>
<maintainer email="jan.brzyk@husarion.com">Jan Brzyk, Husarion</maintainer>
<license>Apache 2.0</license>

<depend>rclpy</depend>

Expand Down
8 changes: 4 additions & 4 deletions ros2_ws/src/open_cv_pkg/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>open_cv_pkg</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="root@todo.todo">root</maintainer>
<license>TODO: License declaration</license>
<version>1.0.0</version>
<description>This package contains one node in tracker.py, which is responsible for recognizing desired objects.'</description>
<maintainer email="jan.brzyk@husarion.com">Jan Brzyk, Husarion</maintainer>
<license>Apache 2.0</license>

<depend>rclpy</depend>
<depend>image_transport</depend>
Expand Down
8 changes: 4 additions & 4 deletions ros2_ws/src/open_manip/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>open_manip</name>
<version>0.0.0</version>
<description>TODO: Package description</description>
<maintainer email="root@todo.todo">root</maintainer>
<license>TODO: License declaration</license>
<version>1.0.0</version>
<description>This package contains one node in grabber_from_image_cords.py, which controls the movement of the manipulator.</description>
<maintainer email="jan.brzyk@husarion.com">Jan Brzyk, Husarion</maintainer>
<license>Apache 2.0</license>

<depend>rclpy</depend>

Expand Down

0 comments on commit 51d1e63

Please sign in to comment.