Martin Cerven
Martin Cerven
## Describe the bug When using models that consume all available memory and eventually crash, the jtop doesn't update, only after ctrl+c, jtop it shows available memory correctly. ## To...
I want to use autocomplete with library which uses pybin11: https://github.com/isl-org/Open3D The only way to get type hints is to generate stubs with: https://github.com/sizmailov/pybind11-stubgen Now, it works if I put...
It would be nice to have **up to date** docs for ROS2 smach. Without it, new people will have zero incentive to use it with ROS2, since a lot of...
### Describe the bug Latest binary zenoh-bridge-ros2dds produces `unknown field id` error with config that works with `sudo apt install zenoh-bridge-ros2dds=0.11.0-stable` version. ``` { mode: "peer", listen: { endpoints: ["tcp/10.42.0.1:7447"]...
The armhf dependencies of `install_steam.sh`, for example `sudo apt install libgl1:armhf` wants to remove half of my 24.04 system: ``` 0 upgraded, 39 newly installed, 326 to remove and 4...
Put content from https://www.jetson-ai-lab.com/tutorial_comfyui_flux.html into jetson containers
Add insctruction how to run on modern Ubuntu (22.04), something like: ``` git clone --recursive https://github.com/Jaysmito101/TerraForge3D.git mkdir build && cd build cmake .. make ``` and to run: ``` ./terraforge3d...
### Before submitting your bug report - [ ] I believe this is a bug. I'll try to join the [Continue Discord](https://discord.gg/NWtdYexhMs) for questions - [ ] I'm not able...
Try importing smach in python3: ``` import smach ``` ``` SyntaxWarning: "is not" with a literal. Did you mean "!="? return {k:v for (k, v) in self.__dict__.items() if k is...
## Bug report **Required Info:** - Operating System: Ubuntu 22.04 + Humble - Installation type: binaries - DDS implementation: rmw_cyclonedds_cpp #### Steps to reproduce issue ``` iox-roudi ros2 launch realsense2_camera...