You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello world,
I tried building with tests on Windows 10 and ROS2 Humble by running build.ps1 -with_tests but it fails with error CS0246: The type or namespace name 'std_msgs' could not be found.
Building without tests works fine.
The text was updated successfully, but these errors were encountered:
I managed to build and run the tests successfully by clearing the build and install directories.
I think it was the same mistake which caused this, sorry for bothering you.
Hello world,
I tried building with tests on Windows 10 and ROS2 Humble by running
build.ps1 -with_tests
but it fails witherror CS0246: The type or namespace name 'std_msgs' could not be found
.Building without tests works fine.
The text was updated successfully, but these errors were encountered: