Hello, after building and testing this project with branch develop, I found something unexpected.
I noticed the package.xml files in the package motion_capture_tracking contains the following content which means a format check.
<test_depend>ament_lint_auto</test_depend>
<test_depend>ament_lint_common</test_depend>
But the test section in CMakeLists.txt is commented out resulting in no testing programs to run actually.
So I think if we want the ament_lint tools to do a format check, maybe need add the testing section in the CMakeLists.txt.
If we do not need the ament_lint_tools, the test_depend might be a redundant dependency that could be removed to reduce the burden of project maintenance.
I would appreciate it if you could tell me how do you think of this?
Thanks!
Hello, after building and testing this project with branch develop, I found something unexpected.
I noticed the
package.xmlfiles in the packagemotion_capture_trackingcontains the following content which means a format check.But the test section in
CMakeLists.txtis commented out resulting in no testing programs to run actually.So I think if we want the ament_lint tools to do a format check, maybe need add the testing section in the
CMakeLists.txt.If we do not need the ament_lint_tools, the test_depend might be a redundant dependency that could be removed to reduce the burden of project maintenance.
I would appreciate it if you could tell me how do you think of this?
Thanks!