A top-level package to coordinate a robot with a soft pneumatic hand.
- A pressure control system running my custom firmware
- A robot arm (currently tested only with a UR5e)
- A desktop computer running Linux (currently tested only in Ubuntu 18.04)
- ROS Melodic
- My pressure_control_cbt package for ROS
- My version of rosbag_recorder for ROS
- The ur_modern_driver ROS package with e-series support (by plusone robotics)
- The bond package for ROS
- Various python libraries:
- Add this package to your
workspace/src
folder. - Run
catkin_make
to enable the custom python modules in this package to work