Skip to content

Commit

Permalink
fix pre-commit errors
Browse files Browse the repository at this point in the history
Signed-off-by: Tomohito ANDO <[email protected]>
  • Loading branch information
TomohitoAndo committed Oct 4, 2024
1 parent 09cae00 commit b8bf288
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions aip_x2_gen2_launch/launch/nebula_node_container.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

import os

from ament_index_python.packages import get_package_share_directory
import launch
from launch.actions import DeclareLaunchArgument
Expand Down Expand Up @@ -83,7 +81,6 @@ def str2vector(string):
# Model and make
sensor_model = LaunchConfiguration("sensor_model").perform(context)
sensor_make, sensor_extension = get_lidar_make(sensor_model)
nebula_decoders_share_dir = get_package_share_directory("nebula_decoders")

glog_component = ComposableNode(
package="glog_component",
Expand Down

0 comments on commit b8bf288

Please sign in to comment.