Sean Yen
Sean Yen
another aspect to comment here: how does the [lease](https://github.com/containerd/containerd/blob/main/docs/garbage-collection.md) interact with the `pinned` here? should all the images under the lease lock also report as `pinned` state? One example is...
@traversaro Sorry for the delay on this. It seems to me that [`gazebo-config.cmake`](https://bitbucket.org/osrf/gazebo/src/cfb74cf0e6bd1979f68da00480e5e2e77aff00be/cmake/gazebo-config.cmake.in#lines-175) is quite sensitive to what CMake files in current search path. For example, depending on `FindOgre.cmake` or...
Adding conversation link in Gazebo side. https://bitbucket.org/osrf/gazebo/pull-requests/3090/
@WestbrookZero Thanks for reporting this issue. Can you also specify what distro (e.g., Melodic, Noetic, or Foxy) and some steps how you run into this?
@bfeng1 Hi! So the `rosbag/NoEncryptor` plugin should be mapped to this library: `C:\opt\ros\melodic\x64\bin\rosbag_default_encryption_plugins.dll` If the file does exist, one possible is something going wrong as it gets loaded. Can you...
@bfeng1 @alec3010 We have a new release https://discourse.ros.org/t/ros-on-windows-noetic-release-v20200831-0-0-2009101215/16352. Can you take a look if this is addressed by this version? Thanks!
@TVarkey Thanks for reporting the issues! I noticed `http://myhostname:51198/` was used for the connection. Are you trying to communicate the nodes across different machines? Have you tried to play with...
@TVarkey can you try to run the following under a command prompt with admin privilege? (It is for debugging purpose only. It's not recommended to permanently switch off the firewall.)...
@bakerhillpins Thanks for the diagnostics! `/gazebo/spawn_urdf_model` is advertised by `gazebo_ros_api_plugin` from `gazebo_ros`. Maybe you can enable `DEBUG` level messages from `gazebo_ros`? Also since the plugin is loaded by Gazebo, logs...
@uchuuengineer, This one looks fishy to me. Can you try `choco upgrade ros-melodic-desktop_full -y --pre` to the latest daily build and see if this problem goes away? Recently there are...