Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Describe this pull request. Link to relevant GitHub issues, if any.
The PR, joint with
ada_feeding
#164, allows users to simulate bite acquisition.Specifically, it provides two ways to simulate bite acquisition:
Explain how this pull request was tested, including but not limited to the below checkmarks.
ada_feeding
#164, rebuild your workspace.mock
as documented here.ros2 launch feeding_web_app_ros2_test feeding_dummy_acquirefood_launch.py
feeding
to another one based on the launch argument.perception
andrepublisher
screens.perception
, run real perception:ros2 launch ada_feeding_perception ada_feeding_perception.launch.py
republisher
, run only the dummy RealSense:ros2 launch feeding_web_app_ros2_test feeding_web_app_dummy_nodes_launch.xml run_web_bridge:=false run_food_detection:=false run_face_detection:=false run_motion:=false
pickle_goal_path
parameter to the AcquireFoodTree, pointing to a path you'd like to store the pickled goal request.feeding
code.Before creating a pull request
npm run format
python3 -m black .
in the top-level of this repositoryBefore merging a pull request
Squash and Merge
)