Skip to content

Commit

Permalink
Remove the package initializations that depend on robot packages
Browse files Browse the repository at this point in the history
  • Loading branch information
civerachb-cpr committed Dec 11, 2024
1 parent 51df8e9 commit fbf3d33
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,9 +297,7 @@ def __init__(self,
self.setup_path, self.MANIPULATORS_PATH, self.LAUNCH_PATH)

# Packages
self.pkg_clearpath_sensors = Package('clearpath_sensors')
self.pkg_clearpath_common = Package('clearpath_common')
self.pkg_clearpath_hardware_interfaces = Package('clearpath_hardware_interfaces')
self.pkg_clearpath_manipulators = Package('clearpath_manipulators')
self.pkg_clearpath_platform_description = Package('clearpath_platform_description')
self.pkg_clearpath_sensors_description = Package('clearpath_sensors_description')
Expand Down

0 comments on commit fbf3d33

Please sign in to comment.