mistoll

Results 7 comments of mistoll

We'v been working with this branch for a while and didn't have any problems related to this patch. Is there a chance, this gets merged soon?

SAMD21E17D support was added in https://github.com/shumatech/BOSSA/pull/124

> I'm looking to use your version to upload to a SAMD21J17D - but I'm having issues building the forked version of BOSSA, is it possible to get the exe...

Nice convertions would be: Eigen::Quaterniond geometry_msgs::Quaternion Eigen::Vector3 geometry_msgs::Vector, geometry_msgs::Point Eigen::Matrix3d geometry_msgs::Matrix Also great (but might be incompatible) Eigen::Matrixxd geometry_msgs covariances (e.g. float64[36])

I wasn't aware of the doTransform method. That complicates things. So what do you recommend for those non-bijective mappings? Should everyone implement them application-specific or not use convert at all?

Same Problem here. System: - Windows 11 22H2 - Docker Desktop 4.16.1 - Docker Engine 20.10.22 Repro: On host: ``` > docker run -it --isolation=process -v C:\data:C:\test mcr.microsoft.com/windows/servercore:ltsc2022 cmd ```...

> Is there a workaround for this issue? Well, kind of. We moved the host directory to a separate partition. `docker run -v C:\data:D:\test ...` should work.