Skip to content

Commit

Permalink
Fix sytle
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Nov 2, 2023
1 parent fdf5f21 commit f446f76
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ros/launch/odometry-composable.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.

from launch_ros.actions import ComposableNodeContainer, Node
from launch_ros.descriptions import ComposableNode
from launch_ros.substitutions import FindPackageShare

from launch import LaunchDescription
from launch.actions import DeclareLaunchArgument, ExecuteProcess
from launch.conditions import IfCondition
from launch.substitutions import LaunchConfiguration, PathJoinSubstitution, PythonExpression
from launch.substitutions import (
LaunchConfiguration,
PathJoinSubstitution,
PythonExpression,
)
from launch_ros.actions import ComposableNodeContainer, Node
from launch_ros.descriptions import ComposableNode
from launch_ros.substitutions import FindPackageShare


def generate_launch_description():
Expand Down

0 comments on commit f446f76

Please sign in to comment.