trns1997
trns1997
Currently `soft_contacts` for box shape do not work in gazebo11. This PR has the DART SoftBodyNode working for box shapes. If the PR looks good then I have another mini...
Hey guys again, I've been trying to fix up DART soft bodies in gazebo, and was wondering if I could get your opinions on the topic. I have already addressed...
I am using Gazebo 11.0.0 and have installed it from source (using the following instructions: http://gazebosim.org/tutorials?tut=install_from_source&cat=install). I wish to use ODE collision detection but I get he following error. I...
# Error ``` P:➜ nuttx git:(master) ✗ make -j8 LD: nuttx arm-none-eabi-ld: warning: /home/trns1997/nuttxspace/nuttx/nuttx has a LOAD segment with RWX permissions arm-none-eabi-ld: /home/trns1997/nuttxspace/nuttx/staging/libxx.a(locale.o): in function `__tcf_0': locale.cpp:(.text.__tcf_0+0x10): undefined reference to...
Add azure-sdk-for-cpp https://github.com/Azure/azure-sdk-for-cpp as the old azure-storage-cpp (homepage = "https://github.com/Azure/azure-storage-cpp) is deprecated (conan deprecated package: https://github.com/conan-io/conan-center-index/pull/18842). Also couple of users requested to add this package to conan: https://github.com/Azure/azure-sdk-for-cpp/issues/5485 For the...
Create a simple nuttx ethercat app using kickcats slave stack. - [x] Build xmc4800 board using CMake (https://github.com/apache/nuttx/pull/11679) - [ ] Create simple app inspired from @Rdk-T amazing work -...
## Summary - Test make export archive in the CI - Add `CONFIG_ARCH_BOARD_COMMON` to all defconfig by default for all boards Closes #10388 ## Impact ## Testing
### Search before asking - [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and found no similar questions. ### Question We basically used the following example: https://github.com/ultralytics/ultralytics/blob/main/examples/YOLOv8-LibTorch-CPP-Inference/main.cc test...
Just curious, is there a reason why the version of entwine when installed via conda-forge like: ``` conda create --yes --name entwine --channel conda-forge entwine=3.0.0 ``` does not correspond to...
Tweaks were made in order for the CI to pass on conan center: https://github.com/conan-io/conan-center-index/pull/27256 Closes #198