Skip to content

Commit

Permalink
Merge pull request #343 from husarion/ros2-gpio-controller-revision
Browse files Browse the repository at this point in the history
Move GPIO driver to hardware_interfaces
  • Loading branch information
KmakD authored Jun 18, 2024
2 parents d52b82a + 21e729b commit 5e0dcf3
Show file tree
Hide file tree
Showing 29 changed files with 408 additions and 742 deletions.
1 change: 1 addition & 0 deletions panther_controller/launch/controller.launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ def generate_launch_description():
("panther_system_node/aux_power_enable", "hardware/aux_power_enable"),
("panther_system_node/charger_enable", "hardware/charger_enable"),
("panther_system_node/digital_power_enable", "hardware/digital_power_enable"),
("panther_system_node/led_control_enable", "hardware/led_control_enable"),
("panther_system_node/motor_power_enable", "hardware/motor_power_enable"),
],
condition=UnlessCondition(use_sim),
Expand Down
292 changes: 0 additions & 292 deletions panther_gpiod/CHANGELOG.rst

This file was deleted.

71 changes: 0 additions & 71 deletions panther_gpiod/CMakeLists.txt

This file was deleted.

Loading

0 comments on commit 5e0dcf3

Please sign in to comment.