David Bensoussan

Results 20 comments of David Bensoussan

Hi @jordan-dimov I was following this issue as I am dealing with edge devices and this is definitely an issue at the moment. Did you close because you found a...

I would be interested by this, a naive approach would probably be to keep the data in memory? Also it would be great to do that dynamically and not only...

Hey @jpswensen, this would be wondeful to merge this so we can simply apt-install on ros rolling and humble. Thanks!

@jpswensen I tested on my pc and I think you need to: ``` # origin is IntelRealSense/librealsense git fetch origin/master git checkout origin/master # Your fork branch, this one from...

I have ran into the same issue. The issue is indeed that variables must be surrounded by `"${}"` For exemple, ``` vpc_id = aws_vpc.my_vpc.id ``` needs to be changed to:...

Hi, is there any update on this? I'm facing this issue while deploying at different customer. Each one has its one organization at the moment. Without this working, we basically...

I tried patching the current Dockerfile with the changes but I don't manage to run it afterward. @rhenwood-arm did you manage to do it? For info, this is what I...

Using Galactic and having the repository in my workspace I had to ```bash source /opt/ros/galactic/setup.bash source install/setup.bash source /usr/share/gazebo/setup.bash export GAZEBO_RESOURCE_PATH=${GAZEBO_RESOURCE_PATH}:${PWD}/src/aws_robomaker_small_warehouse_world # Then gazebo src/aws_robomaker_small_warehouse_world/worlds/small_warehouse/small_warehouse.world --verbose ``` I don't know...

Hi, I'd like to work on this, but being a total Go beginner, I'm having a hard time to start. Precisely, I can't understand how to edit a 3rd party...

Reviving an old issue but would it be possible to get a short example on how to use, if it still is possible. If not, get some hints on where...