File tree 18 files changed +18
-18
lines changed
18 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >examples_tf2_py</name >
5
- <version >0.39.0 </version >
5
+ <version >0.39.1 </version >
6
6
<description >
7
7
Has examples of using the tf2 Python API.
8
8
</description >
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = package_name ,
7
- version = '0.39.0 ' ,
7
+ version = '0.39.1 ' ,
8
8
packages = [package_name ],
9
9
data_files = [
10
10
('share/ament_index/resource_index/packages' ,
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >geometry2</name >
5
- <version >0.39.0 </version >
5
+ <version >0.39.1 </version >
6
6
<description >
7
7
A metapackage to bring in the default packages second generation Transform Library in ros, tf2.
8
8
</description >
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >test_tf2</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
tf2 unit tests
6
6
</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >tf2</name >
4
- <version >0.39.0 </version >
4
+ <version >0.39.1 </version >
5
5
<description >
6
6
tf2 is the second generation of the transform library, which lets
7
7
the user keep track of multiple coordinate frames over time. tf2
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_bullet</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
tf2_bullet
6
6
</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >tf2_eigen</name >
4
- <version >0.39.0 </version >
4
+ <version >0.39.1 </version >
5
5
<description >tf2_eigen</description >
6
6
7
7
<
maintainer email =
" [email protected] " >Alejandro Hernandez Cordero</
maintainer >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<package format =" 2" >
3
3
<name >tf2_eigen_kdl</name >
4
- <version >0.39.0 </version >
4
+ <version >0.39.1 </version >
5
5
<description >
6
6
7
7
Conversion functions between:
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_geometry_msgs</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
tf2_geometry_msgs
6
6
</description >
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_kdl</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
KDL binding for tf2
6
6
</description >
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format3.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 3" >
4
4
<name >tf2_msgs</name >
5
- <version >0.39.0 </version >
5
+ <version >0.39.1 </version >
6
6
<description >
7
7
tf2_msgs
8
8
</description >
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >tf2_py</name >
5
- <version >0.39.0 </version >
5
+ <version >0.39.1 </version >
6
6
<description >The tf2_py package</description >
7
7
8
8
<
maintainer email =
" [email protected] " >Alejandro Hernandez Cordero</
maintainer >
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_ros</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
This package contains the C++ ROS bindings for the tf2 library
6
6
</description >
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_ros_py</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
This package contains the ROS Python bindings for the tf2 library
6
6
</description >
Original file line number Diff line number Diff line change 5
5
6
6
setup (
7
7
name = package_name ,
8
- version = '0.39.0 ' ,
8
+ version = '0.39.1 ' ,
9
9
packages = find_packages (exclude = ['test' ]),
10
10
data_files = [
11
11
('share/ament_index/resource_index/packages' ,
Original file line number Diff line number Diff line change 1
1
<package format =" 2" >
2
2
<name >tf2_sensor_msgs</name >
3
- <version >0.39.0 </version >
3
+ <version >0.39.1 </version >
4
4
<description >
5
5
Small lib to transform sensor_msgs with tf. Most notably, PointCloud2
6
6
</description >
Original file line number Diff line number Diff line change 2
2
<?xml-model href =" http://download.ros.org/schema/package_format2.xsd" schematypens =" http://www.w3.org/2001/XMLSchema" ?>
3
3
<package format =" 2" >
4
4
<name >tf2_tools</name >
5
- <version >0.39.0 </version >
5
+ <version >0.39.1 </version >
6
6
<description >
7
7
tf2_tools
8
8
</description >
Original file line number Diff line number Diff line change 4
4
5
5
setup (
6
6
name = package_name ,
7
- version = '0.39.0 ' ,
7
+ version = '0.39.1 ' ,
8
8
packages = [package_name ],
9
9
data_files = [
10
10
('share/ament_index/resource_index/packages' ,
You can’t perform that action at this time.
0 commit comments