File tree 5 files changed +1737
-1935
lines changed
5 files changed +1737
-1935
lines changed Original file line number Diff line number Diff line change 1
- 2.0.3 2020-07-12
2
- ----------------
1
+ 2.0.4 (2021-11-02)
2
+ ------------------
3
+ * Modified transformations.py for quaternion convention (`#2 <https://github.com/Box-Robotics/ros2_numpy/pull/2 >`_)
4
+ * Added a test case for the quaternion convention
5
+ * Fixed rosdep dependencies in package.xml
6
+ * Contributors: Asil Orgen, Tom Panzarella
7
+
8
+
9
+ 2.0.3 (2020-07-12)
10
+ ------------------
3
11
* Renamed fork to ``ros2_numpy ``
4
12
* Start tracking changes in CHANGELOG at 2.0.3
13
+ * Contributors: Tom Panzarella
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ if(BUILD_TESTING)
17
17
ament_add_nose_test(images test /test_images.py)
18
18
ament_add_nose_test(occupancygrids test /test_occupancygrids.py)
19
19
ament_add_nose_test(geometry test /test_geometry.py)
20
+ ament_add_nose_test(quaternions test /test_quat.py)
20
21
endif ()
21
22
22
23
##############
Original file line number Diff line number Diff line change 4
4
<package format =" 3" >
5
5
<name >ros2_numpy</name >
6
6
<!-- MAJOR is 2 for ROS2 version -->
7
- <version >2.0.3 </version >
7
+ <version >2.0.4 </version >
8
8
<description >A collection of conversion functions for extracting numpy arrays from messages</description >
9
9
10
10
<author email =" wieser@mit.edu" >Eric Wieser</author >
21
21
<exec_depend >nav_msgs</exec_depend >
22
22
<exec_depend >geometry_msgs</exec_depend >
23
23
24
- <buildtool_depend >ament</buildtool_depend >
25
24
<buildtool_depend >ament_cmake_python</buildtool_depend >
26
25
27
26
<test_depend >python3-nose</test_depend >
You can’t perform that action at this time.
0 commit comments