ros_gz_bridge
action requires many of its arguments to be set even though they should be optional
#554
Labels
bug
Something isn't working
Part of #552
For example, the options
container_name
,namespace
, anduse_composition
are optional inros_gz_bridge.launch.py
, but require a value when using<ros_gz_bridge>
directly. It would be nice if the following worked:or
If #553 is merged, we would have a
name
parameter in there as well since it will be required.The text was updated successfully, but these errors were encountered: