mirror of
https://github.com/ROBOTIS-GIT/turtlebot3_simulations.git
synced 2025-09-15 13:08:35 +08:00
modified ament_pep8
This commit is contained in:
parent
2972b35e26
commit
1355f2273b
@ -23,9 +23,10 @@ from launch_ros.actions import Node
|
||||
|
||||
def generate_launch_description():
|
||||
rviz_config_dir = os.path.join(
|
||||
get_package_share_directory('turtlebot3_fake_node'),
|
||||
'rviz',
|
||||
'model.rviz')
|
||||
get_package_share_directory('turtlebot3_fake_node'),
|
||||
'rviz',
|
||||
'model.rviz'
|
||||
)
|
||||
|
||||
return LaunchDescription([
|
||||
Node(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user