Skip to content

Commit

Permalink
Merge branch 'tier4/proposal' into 795-AAP
Browse files Browse the repository at this point in the history
  • Loading branch information
kenji-miyake authored Dec 28, 2021
2 parents 2e71c8d + ed3253c commit 992c602
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 58 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-arm-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/build-and-test-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand All @@ -38,6 +46,14 @@ jobs:
with:
fetch-depth: 0

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get modified packages
id: get-modified-packages
uses: autowarefoundation/autoware-github-actions/get-modified-packages@tier4/proposal
Expand Down
8 changes: 8 additions & 0 deletions .github/workflows/build-and-test-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,14 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get self packages
id: get-self-packages
uses: autowarefoundation/autoware-github-actions/get-self-packages@tier4/proposal
Expand Down
36 changes: 36 additions & 0 deletions .github/workflows/check-build-depends.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
name: check-build-depends

on:
pull_request:
paths:
- build_depends.repos

jobs:
check-build-depends:
runs-on: ubuntu-latest
container: ros:galactic
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1

- name: Checkout repository
uses: actions/checkout@v2

- name: Remove exec_depend
uses: autowarefoundation/autoware-github-actions/remove-exec-depend@tier4/proposal

- name: Register AutonomouStuff repository
uses: autowarefoundation/autoware-github-actions/register-autonomoustuff-repository@tier4/proposal
with:
rosdistro: galactic

- name: Get self packages
id: get-self-packages
uses: autowarefoundation/autoware-github-actions/get-self-packages@tier4/proposal

- name: Build and test
uses: autowarefoundation/autoware-github-actions/colcon-build-and-test@tier4/proposal
with:
rosdistro: galactic
target-packages: ${{ steps.get-self-packages.outputs.self-packages }}
build-depends-repos: build_depends.repos
72 changes: 17 additions & 55 deletions build_depends.repos
Original file line number Diff line number Diff line change
@@ -1,69 +1,31 @@
repositories:
launch/aip_launcher:
# core
core/autoware_msgs:
type: git
url: https://github.com/tier4/AutowareArchitectureProposal_aip_launcher.git
version: use-autoware-auto-msgs
common/autoware_lint_common:
url: https://github.com/tier4/autoware_auto_msgs.git # TODO(Tier IV): Move to autowarefoundation/autoware_msgs
version: tier4/main
core/common:
type: git
url: https://github.com/tier4/tier4_ament_lint
version: main
messages/autoware_auto_msgs:
url: https://github.com/autowarefoundation/autoware_common.git
version: tier4/proposal
core/autoware:
type: git
url: https://github.com/tier4/autoware_auto_msgs.git
version: tier4/main
messages/tier4_msgs:
url: https://github.com/autowarefoundation/autoware.core.git
version: tier4/proposal
# universe
universe/tier4_autoware_msgs:
type: git
url: https://github.com/tier4/AutowareArchitectureProposal_msgs.git
url: https://github.com/tier4/AutowareArchitectureProposal_msgs.git # TODO(Tier IV): Rename to tier4/tier4_autoware_msgs
version: tier4/universe
vendor/grid_map:
universe/vendor/grid_map:
type: git
url: https://github.com/ANYbotics/grid_map.git
version: ba2f9cb6e62f7ee9c5bac7401391a211e442e459
vendor/perception_pcl:
type: git
url: https://github.com/ros-perception/perception_pcl.git
version: foxy-devel
vendor/topic_tools:
type: git
url: https://github.com/tier4/topic_tools.git
version: tier4/main
vendor/rosbridge_suite:
type: git
url: https://github.com/RobotWebTools/rosbridge_suite.git
version: ros2
vendor/rosauth:
type: git
url: https://github.com/GT-RAIL/rosauth.git
version: ros2
vendor/ndt_omp:
type: git
url: https://github.com/tier4/ndt_omp.git
version: tier4/main
vendor/mussp:
universe/vendor/mussp:
type: git
url: https://github.com/tier4/muSSP.git
version: tier4/main
vendor/hash_library_vendor:
universe/vendor/ndt_omp:
type: git
url: https://github.com/tier4/hash_library_vendor.git
version: main
vendor/pointcloud_to_laserscan:
type: git
url: https://github.com/tier4/pointcloud_to_laserscan.git
url: https://github.com/tier4/ndt_omp.git
version: tier4/main
vendor/pacmod3_msgs:
type: git
url: https://github.com/astuff/pacmod3_msgs
version: main
vendor/tamagawa_imu_driver:
type: git
url: https://github.com/tier4/tamagawa_imu_driver.git
version: ros2
vendor/livox-driver:
type: git
url: https://github.com/tier4/livox_ros2_driver.git
version: tier4/master
vendor/velodyne_vls:
type: git
url: https://github.com/tier4/velodyne_vls.git
version: use-autoware-auto-msgs
6 changes: 3 additions & 3 deletions localization/pose2twist/src/pose2twist_core.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ Pose2Twist::Pose2Twist() : Node("pose2twist_core")
rclcpp::QoS durable_qos(queue_size);
durable_qos.transient_local();

pose_sub_ = create_subscription<geometry_msgs::msg::PoseStamped>(
"pose", queue_size, std::bind(&Pose2Twist::callbackPose, this, _1));

twist_pub_ = create_publisher<geometry_msgs::msg::TwistStamped>("twist", durable_qos);
linear_x_pub_ = create_publisher<tier4_debug_msgs::msg::Float32Stamped>("linear_x", durable_qos);
angular_z_pub_ =
create_publisher<tier4_debug_msgs::msg::Float32Stamped>("angular_z", durable_qos);
// Note: this callback publishes topics above
pose_sub_ = create_subscription<geometry_msgs::msg::PoseStamped>(
"pose", queue_size, std::bind(&Pose2Twist::callbackPose, this, _1));
}

double calcDiffForRadian(const double lhs_rad, const double rhs_rad)
Expand Down

0 comments on commit 992c602

Please sign in to comment.