-
-
Save KamalanathanN/4b6ace6f42000e010822398b9288a0ce to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<launch> | |
<node name="testbot_free_fleet_client_node" pkg="free_fleet_client_ros1" | |
type="free_fleet_client_ros1" output="screen"> | |
<param name="fleet_name" type="string" value="test_fleet"/> | |
<param name="robot_name" type="string" value="testbot"/> | |
<param name="level_name" type="string" value="floor"/> | |
<param name="dds_domain" type="int" value="42"/> | |
<param name="max_dist_to_first_waypoint" type="double" value="10.0"/> | |
<param name="battery_state_topic" type="string" value="/testbot/battery_state"/> | |
</node> | |
</launch> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment