Stephen Brawner
Stephen Brawner
Without more information, I won't be able to reproduce this issue.
Here is a simple example to replicate the issue: https://godbolt.org/z/roYMb7GEb . It also occurs in `etl::unordered_map` and `etl::flat_map` and the resolutions are all similar: add a check that the allocated...
One possible solution: https://github.com/ETLCPP/etl/pull/873
It should work just fine with a Xtion, but you'll need to change the topics located in the launch file to the correct frames with the xtion. https://github.com/h2r/baxter_h2r_packages/blob/indigo-devel/baxter_kinect_calibration/launch/baxter_bundle_calibrate.launch Your current...
I'm not sure if this functionality exists in burlap 3, but I had fairly good results by using immutable states (copy on write) that also used immutable objects and attributes....
It's tough to say because it's a generic error. Does the log message indicated in the error message say anything, could you post the last page or so? If you're...
The backtrace is referencing files from the machine I built the tool on because it's a binary. The error is unexpected, but it can be caused when you delete parts/assemblies...
I've run into this issue one other time and could not pinpoint an issue with the code. It was some very strange glitch in the SW model itself. I could...
Are these models checked out by PDM? I believe this problem can be caused by incomplete checkouts or errors in the PDM model. Not entirely sure though. For the meshes...
Closing this issue due to age and the fact that the issue seemed related to SW itself.