We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Binaries in Windows are installed in different directory structures than on Linux. This results in tests not seeing required dependencies.
The text was updated successfully, but these errors were encountered:
I try to execute in Visual Studio 2022 Developer PowerShell, but get:
PS C:\dev\ROS2cs\install\share\ros2cs_examples> ros2 run ros2cs_examples ros2cs_talker.exe Package 'ros2cs_examples' not found
I guess I need to figure out how to make my sourcing script point to that package?
Sorry, something went wrong.
linux:/ros2cs$ ros2 run ros2cs_examples ros2cs_talker Package 'ros2cs_examples' not found linux:/ros2cs$
i have an issue with --with-tests
my test.sh somehow passes
Summary: 22 packages finished [21.6s] 1 package failed: tf2 7 packages aborted: diagnostic_msgs nav_msgs ros2cs_tests sensor_msgs shape_msgs tf2_msgs trajectory_msgs 22 packages had stderr output: action_msgs actionlib_msgs builtin_interfaces composition_interfaces diagnostic_msgs example_interfaces geometry_msgs lifecycle_msgs nav_msgs rcl_interfaces ros2cs_core rosgraph_msgs sensor_msgs shape_msgs statistics_msgs std_msgs std_srvs test_msgs tf2 tf2_msgs trajectory_msgs unique_identifier_msgs 18 packages not processed
pijaro
No branches or pull requests
Binaries in Windows are installed in different directory structures than on Linux. This results in tests not seeing required dependencies.
The text was updated successfully, but these errors were encountered: