Skip to content

Commit

Permalink
Replace double quotes with single ones (#243) (#244)
Browse files Browse the repository at this point in the history
(cherry picked from commit f991075)

Co-authored-by: Christoph Fröhlich <christophfroehlich@users.noreply.github.com>
  • Loading branch information
mergify[bot] and christophfroehlich committed Nov 20, 2023
1 parent 4296265 commit f6a2a9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gazebo_ros2_control_demos/launch/tricycle_drive.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ def generate_launch_description():
)

rviz = Node(
package="rviz2",
executable="rviz2",
package='rviz2',
executable='rviz2',
arguments=[
"-d",
os.path.join(gazebo_ros2_control_demos_path, "config/config.rviz"),
'-d',
os.path.join(gazebo_ros2_control_demos_path, 'config/config.rviz'),
],
output="screen",
output='screen',
)

return LaunchDescription([
Expand Down

0 comments on commit f6a2a9b

Please sign in to comment.