Reputation: 315
I am having issues when trying to launch Rviz2.
I get two "Entry Point Not Found" errors, both .dll's are located in the directories shown in the erros.
Error1:
" The procedure entry point ?hasEdgeList@MovableObject@Ogre@@UEAA_NXZ could not be located in the dynamic link library C:\opt\ros\foxy\x64\bin\rviz_common.dll. "
Error 2:
" The procedure entry point ?coulour@ManualObject@Ogre@@UEAAXAEBVColourValue@2@@Z could not be located in the dynamic link library C:\opt\ros\foxy\x64\bin\rviz_rendering.dll. "
I have already set C:\opt\ros\foxy\x64\bin in my PATH environment variables, but the error doesn't disappear.
Upvotes: 0
Views: 246
Reputation: 3558
Try running ros2 run rviz2 rviz2
, instead.
I'm just trying to get my windows install working as well.
Upvotes: 0