Update F/T Sensor Re-tare Service Name for Articutool Integration #152
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.
This PR updates the service name used by the web interface to zero (tare) the Force/Torque sensor. This aligns the frontend with the recent infrastructure changes in the
ada_ros2andarticutool_ros2packages.Key Changes:
feedingwebapp/src/Pages/Constants.js: UpdatedRETARE_FT_SENSOR_SERVICE_NAMEfrom 'wireless_ft/set_bias' to 'ft_sensor/tare'.Context:
Without this change, the "Re-tare Sensor" button in the web interface will fail to locate the service, as the underlying driver node has been updated to publish/subscribe to the new namespace.
Before merging a pull request
Squash and Merge)