Thomas Sosio

Results 8 comments of Thomas Sosio

I am also trying to get the door to unlock. I give the command to alexa, she asks for the password and then nothing. no response, and no command to...

same for me, noetic. ``` [ INFO] [1657445108.355426726]: local_costmap/rgbd_obstacle_layer initialization complete! [ INFO] [1657445108.355616019]: local_costmap: Using plugin "inflation_layer" [ INFO] [1657445109.193548182]: Created local_planner teb_local_planner/TebLocalPlannerROS [ INFO] [1657445110.760230763]: Footprint model 'polygon'...

Here is how I fixed it for noetic: ``` sudo apt remove ros-noetic-teb-local-planner cd catkin_ws/src git clone -b noetic-devel https://github.com/rst-tu-dortmund/teb_local_planner.git cd .. catkin_make rosdep install teb_local_planner ```

``` publish: aid/all: false ``` instead of the incorrect ``` publish: aid: false ``` fixed it for me with ZED F9P. Find if you are trying to publish incorrect messages...

Hi, might be related. Running on Grafana 9.3.1 Message when adding the panel: ``` TypeError: Cannot read properties of undefined (reading 'emit') at bn (https://MYIPADDRESS/public/build/DashboardPage.8a1350f57b9b7c0796ec.js:102:1844) at g (https://MYIPADDRESS/public/build/2754.c9252327f51106ea3a6d.js:2:1042231) at div...

I don't have websockets enabled, so obviously this is not working for me. Are there any debug log I could activate to look further into why this isn't working?

Right, finally got around to test also WebSocket. Unfortunately the result is exactly the same as [the first post](https://github.com/grafana/mqtt-datasource/issues/60#issue-1497024683)..