-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: CursedRock17 <[email protected]> Removing extra dependencies Signed-off-by: CursedRock17 <[email protected]> Updating package version Signed-off-by: CursedRock17 <[email protected]> Correcting dependencies Signed-off-by: CursedRock17 <[email protected]> Fixing imports Signed-off-by: CursedRock17 <[email protected]> Removing excess from tf2_kdl Signed-off-by: CursedRock17 <[email protected]> Fixing imports Signed-off-by: CursedRock17 <[email protected]> Removing excess from tf2_kdl Signed-off-by: CursedRock17 <[email protected]>
- Loading branch information
1 parent
8752526
commit e944dfd
Showing
12 changed files
with
55 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
Changelog for package tf2_kdl_py | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
<package format="2"> | ||
<name>tf2_kdl_py</name> | ||
<version>0.36.1</version> | ||
<description> | ||
PyKDL binding for tf2 | ||
</description> | ||
|
||
<maintainer email="[email protected]">Alejandro Hernandez Cordero</maintainer> | ||
<maintainer email="[email protected]">Chris Lalancette</maintainer> | ||
|
||
<license>Apache-2.0</license> | ||
|
||
<exec_depend>geometry_msgs</exec_depend> | ||
<exec_depend>python_orocos_kdl_vendor</exec_depend> | ||
<exec_depend>tf2_ros_py</exec_depend> | ||
|
||
<test_depend>builtin_interfaces</test_depend> | ||
<test_depend>python3-pytest</test_depend> | ||
<test_depend>rclpy</test_depend> | ||
|
||
<export> | ||
<build_type>ament_python</build_type> | ||
</export> | ||
|
||
</package> |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
[develop] | ||
script_dir=$base/lib/tf2_kdl_py | ||
[install] | ||
install_scripts=$base/lib/tf2_kdl_py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
from setuptools import find_packages, setup | ||
|
||
package_name = 'tf2_kdl_py' | ||
|
||
setup( | ||
name=package_name, | ||
version='0.36.1', | ||
packages=find_packages(exclude=['test']), | ||
data_files=[ | ||
('share/ament_index/resource_index/packages', | ||
['resource/' + package_name]), | ||
('share/' + package_name, ['package.xml']), | ||
], | ||
install_requires=['setuptools'], | ||
zip_safe=True, | ||
maintainer='Alejandro Hernandez Cordero, Chris Lalancette', | ||
maintainer_email='[email protected], [email protected]', | ||
description='PyKDL binding for tf2', | ||
license='Apache-2.0', | ||
tests_require=['pytest'], | ||
) |
2 changes: 0 additions & 2 deletions
2
tf2_kdl/scripts/test.py → tf2_kdl_py/test/test_kdl.py
100755 → 100644
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.