ROS2 package for the control of the Festo VTEM motion terminal. Adapted from https://github.com/tarquasso/3d_soft_trunk_contact/blob/master/SoftTrunk/src/MPA.cpp
colcon build --packages-select vtem_control_cpp vtem_control_msgs
ros2 launch vtem_control_cpp vtem_control.launch.py
ros2 run vtem_control_cpp input_pressures_sub_node
ros2 run vtem_control_cpp output_pressures_pub_node
ros2 run vtem_control_cpp valve_test
python3 scripts/python_pub_node.py
cmake -S . -B build -DBUILD_WITH_ROS2=false
cmake --install build
/usr/local/lib/vtem_control_cpp/valve_test
Requires Python 3.7 to be installed to load custom FluidPressures messages