Skip to content

Commit

Permalink
Removed Valve Manip Node
Browse files Browse the repository at this point in the history
  • Loading branch information
Bunando committed Feb 22, 2025
1 parent c2b6ad0 commit 7caa350
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 73 deletions.
11 changes: 0 additions & 11 deletions src/pi/manipulators/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,6 @@ Toggle a manipulator on or off on receiving a msg.

The control message for activating manipulators. Set `manip_id` to anything other than "valve" to control the claw manips.


### valve_manipulator

Toggle the servo on or off on receiving a message.

#### Subscribed Topics

* **`/manipulator_control`** ([msg/Manip])

The control message for activating manipulators. Set `manip_id` to "valve" to control the valve manip.

### test

Sends on and off signals to the IC2 board to confirm it is working. There is no ROS features being used.
Expand Down
10 changes: 1 addition & 9 deletions src/pi/manipulators/launch/manip_launch.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,4 @@ def generate_launch_description() -> LaunchDescription:
output='screen',
)

valve_manip_node = Node(
package='manipulators',
executable='valve_manipulator',
remappings=[('/pi/valve_manipulator', '/tether/valve_manipulator')],
emulate_tty=True,
output='screen',
)

return LaunchDescription([manip_node, valve_manip_node])
return LaunchDescription([manip_node])
52 changes: 0 additions & 52 deletions src/pi/manipulators/manipulators/valve_manipulator_node.py

This file was deleted.

1 change: 0 additions & 1 deletion src/pi/manipulators/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
'console_scripts': [
'manipulators = manipulators.manipulator_node:main',
'dry_run_manipulators = manipulators.manipulator_dry_run:main',
'valve_manipulator = manipulators.valve_manipulator_node:main',
'dry_run_valve_manipulator = manipulators.valve_manipulator_dry_run:main',
],
},
Expand Down

0 comments on commit 7caa350

Please sign in to comment.