Skip to content

Commit

Permalink
Merge branch 'main-ros2' into develop-ros2
Browse files Browse the repository at this point in the history
  • Loading branch information
rsasaki0109 committed Apr 3, 2024
2 parents dd71067 + 857c67e commit 76f1975
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions eagleye_core/coordinate/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,21 @@
<maintainer email="osamu.sekino@tier4.jp">osamu.sekino</maintainer>
<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>rclcpp</build_depend>
<build_depend>geodesy</build_depend>
<build_export_depend>rclcpp</build_export_depend>
<build_export_depend>geodesy</build_export_depend>
<depend>eigen</depend>
<depend>geographic_info</depend>
<depend>geographic_msgs</depend>
<depend>geographiclib</depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>

<export>
<build_type>ament_cmake</build_type>
</export>
</package>
</package>
2 changes: 1 addition & 1 deletion eagleye_core/navigation/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<maintainer email="osamu.sekino@tier4.jp">osamu.sekino</maintainer>
<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<depend>yaml_cpp_vendor</depend>
<build_depend>rclcpp</build_depend>
<build_depend>geodesy</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_msgs/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<maintainer email="osamu.sekino@tier4.jp">osamu.sekino</maintainer>
<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<build_depend>rosidl_default_generators</build_depend>
<build_depend>rclcpp</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_rt/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<depend>yaml_cpp_vendor</depend>
<depend>tf2_eigen</depend>
<depend>rclcpp</depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_util/can_velocity_converter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<build_depend>can_msgs</build_depend>
<build_depend>geometry_msgs</build_depend>
<build_depend>rclcpp</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_util/fix2kml/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<license>BSD3</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>rclpy</build_depend>
<build_depend>std_msgs</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_util/gnss_converter/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

<license>BSD3</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>
<build_depend>rclcpp</build_depend>
<build_depend>sensor_msgs</build_depend>
<build_depend>nmea_msgs</build_depend>
Expand Down
2 changes: 1 addition & 1 deletion eagleye_util/gnss_converter/src/gnss_converter_node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void gnss_velocity_callback(const geometry_msgs::msg::TwistWithCovarianceStamped
r.header.frame_id = "gps";
r.header.stamp = msg->header.stamp;
rclcpp::Time ros_clock(msg->header.stamp);
double gnss_velocity_time = ros_clock.seconds();
double gnss_velocity_time = ros_clock.seconds() * 1e3;
r.tow = gnss_velocity_time;

double llh[3];
Expand Down
2 changes: 1 addition & 1 deletion eagleye_util/tf/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<license>BSD</license>

<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_auto</buildtool_depend>

<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
Expand Down

0 comments on commit 76f1975

Please sign in to comment.