Hello, someone has managed to add a sensor or a new agent into holoOcean/holodeck in windows 10? I have follow the tutorials but with sensors i am getting these error on the log:
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\INCLUDE\utility(654) : error C2440: '=': cannot convert from '_Other' to '_Ty'
with
[
_Other=int
]
and
[
_Ty=std::_Iterator_base12 *
]
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\INCLUDE\utility(654): note: Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or parenthesized function-style cast
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.34.31933\INCLUDE\xmemory(1232): note: see reference to function template instantiation '_Ty *std::exchange<std::_Iterator_base12*,int>(_Ty &,_Other &&) noexcept(false)' being compiled
with
[
_Ty=std::_Iterator_base12 *,
_Other=int
]
Someone that has worked with these tools could let me a hand?