recipe_handler.py publishes setpoints to ROS, but does not store a desired datapoint.
What should happen:
Each operation in the recipe should create a desired datapoint in the database. Additional datapoints that are published to ROS between operations should not get stored.
What happens:
recipe_handler.py
publishes setpoints to ROS, but does not store a desired datapoint.What should happen: