Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rmf_visualization/launch/visualization.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<arg name="waypoint_scale" default="1.3" description="The relative size of a waypoint wrt the lane width"/>
<arg name="text_scale" default="0.7" description="The relative size of a text label wrt the lane width"/>
<arg name="lane_transparency" default="0.6" description="The transparency of a rendered lane in default state"/>
<arg name="wait_secs" default="10" description="The nummber of seconds the schedule visualizer should keep trying to connect to the rmf_schedule_node"/>
<arg name="wait_secs" default="10" description="The number of seconds the schedule visualizer should keep trying to connect to the rmf_schedule_node"/>
<arg name="retained_history_count" default="50" description="The retained history count for negotiations"/>
<arg name="fleet_state_nose_scale" default="0.5" description="The radius of the nose marker as a fraction of the fleet's footprint radius"/>
<arg name="rmf_frame_id" default="map" description="The RMF global frame id"/>
Expand Down
Loading