File tree Expand file tree Collapse file tree 5 files changed +1737
-1935
lines changed Expand file tree Collapse file tree 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+ ------------------
311* Renamed fork to ``ros2_numpy ``
412* 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)
1717 ament_add_nose_test(images test /test_images.py)
1818 ament_add_nose_test(occupancygrids test /test_occupancygrids.py)
1919 ament_add_nose_test(geometry test /test_geometry.py)
20+ ament_add_nose_test(quaternions test /test_quat.py)
2021endif ()
2122
2223##############
Original file line number Diff line number Diff line change 44<package format =" 3" >
55 <name >ros2_numpy</name >
66 <!-- MAJOR is 2 for ROS2 version -->
7- <version >2.0.3 </version >
7+ <version >2.0.4 </version >
88 <description >A collection of conversion functions for extracting numpy arrays from messages</description >
99
1010 <
author email =
" [email protected] " >Eric Wieser</
author >
2121 <exec_depend >nav_msgs</exec_depend >
2222 <exec_depend >geometry_msgs</exec_depend >
2323
24- <buildtool_depend >ament</buildtool_depend >
2524 <buildtool_depend >ament_cmake_python</buildtool_depend >
2625
2726 <test_depend >python3-nose</test_depend >
You can’t perform that action at this time.
0 commit comments