How to write ros_ign_bridge in launch file?
I use ros2 and ignition to simulate the dynamics of bipedal robot. Thus I need to run bunch of ros_ign_bridge nodes. it is really cumbersome to run those nodes from the terminal. I want to make the launch file to run those nodes. However, I do not know what /TOPIC@ROS_MSG@IGN_MSG is. Probably it is not a parameter neither argument of the node.
Please let me know how to write launch file for the ros_ign_bridge.
ROS2:foxy
ignition: Citadel
OS: Ubuntu 20.04.2 LTS Focal Fossa
Thanks