Service bridging for ignition services that are not WorldControl
?
#385
Labels
enhancement
New feature or request
WorldControl
?
#385
Desired behavior
#211 added support for bridging services that have a request type of
WorldControl
. I would like to be able to bridgeSetEntityPose
as well.Alternatives considered
Calling the ignition service in an OS process launched within a ROS 2 python node (using
subprocess
oros
package)Implementation suggestion
Could we not follow the pattern from #211? I'm curious why support for other services was not added at this time, or why an explicit error message was not added when trying to bridge a service that did not have a
WorldControl
request type. The current implementation keeps blocking even though nothing useful is being done when trying to bridge different service types.Additional context
The text was updated successfully, but these errors were encountered: