Skip to content

Commit

Permalink
apply format
Browse files Browse the repository at this point in the history
  • Loading branch information
koki0624 authored and github-actions[bot] committed Oct 26, 2023
1 parent 1307e43 commit 8236d63
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions orange_gazebo/launch/orange_hosei.launch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@
<param name="robot_description" value="$(command 'xacro $(var xacro_file_path)')"/>
</node>
<!-- spawn_entity -->
<node pkg="gazebo_ros" exec="spawn_entity.py"
args="-entity orange_robot -topic /robot_description -x $(var x) -y $(var y) -Y $(var yaw)">
<node pkg="gazebo_ros" exec="spawn_entity.py" args="-entity orange_robot -topic /robot_description -x $(var x) -y $(var y) -Y $(var yaw)">
<param name="use_sim_time" value="$(var use_sim_time)"/>
</node>
</launch>

0 comments on commit 8236d63

Please sign in to comment.