ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
node_tf = launch_ros.actions.Node( package='tf2_ros', executable='static_transform_publisher', arguments=['0', '0', '0', '0', '0', '0', 'world', 'odom'], output='screen')
2 | No.2 Revision |
node_tf = launch_ros.actions.Node( package='tf2_ros', executable='static_transform_publisher', arguments=['0', '0', '0', '0', '0', '0', 'world', 'odom'], output='screen')