db1d565b64
Integration Tests / melodic (push) Has been cancelled
Integration Tests / noetic (push) Has been cancelled
Integration Tests / humble (push) Has been cancelled
Integration Tests / jazzy (push) Has been cancelled
Ruff Lint & Format / ruff (push) Has been cancelled
Sync main to develop / Check if sync is needed (push) Has been cancelled
Sync main to develop / Sync main to develop (push) Has been cancelled
16 lines
615 B
XML
16 lines
615 B
XML
<launch>
|
|
<node pkg="rosbridge_server" type="rosbridge_websocket" name="rosbridge_websocket" output="screen">
|
|
<param name="port" value="9090" />
|
|
<param name="address" value="" />
|
|
<param name="use_compression" value="false" />
|
|
<param name="max_message_size" value="10000000" />
|
|
<param name="unregister_timeout" value="10.0" />
|
|
</node>
|
|
|
|
<node pkg="rosapi" type="rosapi_node" name="rosapi" output="screen" />
|
|
|
|
<node pkg="turtlesim" type="turtlesim_node" name="turtlesim" output="screen" />
|
|
|
|
<node pkg="turtle_actionlib" type="shape_server" name="turtle_shape" output="screen" />
|
|
</launch>
|