Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update noether_gui documentation #269

Open
wants to merge 2 commits into
base: dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ See the [`noether_tpp` documentation](noether_tpp/README.md) for more details on
Custom behavior can be added by providing a class that overrides one of the interface classes.
See the implementations in the [`mesh_modifiers`](noether_tpp/include/noether_tpp/mesh_modifiers), [`tool_path_planners`](noether_tpp/include/noether_tpp/tool_path_planners), and [`tool_path_modifiers`](noether_tpp/include/noether_tpp/tool_path_modifiers) for reference.

See the [`noether_gui` documentation](noether_gui/README.md) for more details on how to a GUI plugin for a custom implementation of one of the interfaces.
See the [`noether_gui` documentation](noether_gui/README.md) for more details on how to create a GUI plugin for a custom implementation of one of the interfaces.

## Build
Nominally, this project is ROS-independent, but it is convenient to use the ROS dependency management and build tools to build the repository.
Expand Down
Binary file added docs/linear_approach_modifier_widget_ui_file.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/noether_app_linear_approach.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/vector3d_editor_widget_ui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
449 changes: 449 additions & 0 deletions noether_gui/README.md

Large diffs are not rendered by default.

Loading