Raymond Andrade
Raymond Andrade
As an update, I have tried to recreate my launch file to better represent that in the examples, however I am running into issues launching it, as I get the...
I apologize for being inactive on this thread, was a busy week. @Schulze18 my terminals are automatically sourced to ROS Foxy via .bashrc (so the line `source /opt/ros/foxy/setup.bash` is at...
Similar issue posted, this was the answer user @austinschrader gave. I can confirm signing in on incognito worked for me: This is an issue related to a needed migration to...
I can confirm I am experiencing the same issue. I tried experimenting with Executors and MutuallyExclusiveCallbackGroup like molasses11 with code which has timers/loops in it, and was able to get...
For the time being I've added two methods to my `Node` class which will allow me to easily set/retrieve parameter data of "remote nodes" with the following code: ```python import...
For what it's worth, it seems the issue you may be facing is not from the package name, but the setupcfg file that get's autogenerated. It seems when the command...
I know this is an old issue, but figured I would point out that `picam2.camera_controls["LensPosition"]` will only show you the min/max/step your camera focus is capable of. So here you...