You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.
The functions to store points into a python file are added to the UI. For example F2 to create a new file, defining its filename, F3 to store the current robot Pose (entering its name) and F4 key to append a joint pose.
Only implements creation of points; remove, update, delete will be implemented later.
Wouldn't adding two parameters for file name and point name improve the usability a lot? Or will those be added in another PR along the possibility to add multiple points to one file?
The text was updated successfully, but these errors were encountered:
jschleicher
changed the title
[store points] improve node to save multiple positions with custom name in custom file
[store points] save multiple positions from UI
Feb 10, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The functions to store points into a python file are added to the UI. For example F2 to create a new file, defining its filename, F3 to store the current robot Pose (entering its name) and F4 key to append a joint pose.
Only implements creation of points; remove, update, delete will be implemented later.
Wouldn't adding two parameters for file name and point name improve the usability a lot? Or will those be added in another PR along the possibility to add multiple points to one file?Originally posted by @DamKoVosh in #49 (comment)
The text was updated successfully, but these errors were encountered: