tier4 / AutowareArchitectureProposal.proj

This is the source code of the feasibility study for Autoware architecture proposal.
Apache License 2.0
655 stars 238 forks source link

[ROS2] fatal error: mimick/mimick.h: No such file or directory #208

Closed mfapakhan closed 3 years ago

mfapakhan commented 3 years ago

Hi everyone;

I got this error while compiling this AutowareArchitectureProposal.proj repo.

In file included from /home/AutowareArchitectureProposal/rclcpp/rclcpp/test/rclcpp/wait_set_policies/test_storage_policy_common.cpp:21: /home/workspace/AutowareArchitectureProposal../patch.hpp:38:10: fatal error: mimick/mimick.h: No such file or directory 38 | #include "mimick/mimick.h"

I have cloned this repo: https://toscode.gitee.com/baiywt/mimick/tree/ros2/include/mimick But it could not solve this issue?

Can you help me? Note: I am using Ros2/Foxy distro.