[PythonAPI] Python bindings refactoring#94
Draft
EulalieCoevoet wants to merge 70 commits into
Draft
Conversation
- disable changing workbench when the robot is connected - disable the simulation/robot button if no robot (from the python API) has been detected - minor renaming
…dings Merge robotics
* [SceneGraphWindow] cleaning * Update SofaImGui/src/SofaImGui/windows/SceneGraphWindow.cpp Co-authored-by: HanaeRateau <hanaerateau@yahoo.fr> --------- Co-authored-by: HanaeRateau <hanaerateau@yahoo.fr>
* [All] Adds video recorder * records in screenshots folder * generalizes generated filename with date and time * disabled in scene editor workbench * adds to viewmenu and viewport context menu * [ComponentsWindow] list components examples (SofaComplianceRobotics#102) * [ComponentsWindow] list components examples * [SofaImGui] ImGuiGUIEngine: init mouse interaction enabled (SofaComplianceRobotics#101) --------- Co-authored-by: HanaeRateau <hanaerateau@yahoo.fr> * [SofaImGui] Widget: adds missing float widget (SofaComplianceRobotics#103) * [SofaImGui] Widget: adds missing float widget * fixes scientific e format * [SofaGLFW] use ctrl+shift for keyboard events (SofaComplianceRobotics#104) * [SofaGLFW] use ctrl+shift for keyboard events * [SofaImGui] Format LocalTextLinkOpenURL and add useful links (SofaComplianceRobotics#106) * [SofaImGui] open documentation and format LocalTextLinkOpenURL * correct usage of ellipsis * adds more links * [MouseManagerWindow] fixes crash (SofaComplianceRobotics#107) * [Widgets] refactoring and limits table vertical size in windows (SofaComplianceRobotics#105) * [Widgets] refactoring and limits table vertical size in windows * add bounding box widget * Precomputes table size before starting the table --------- Co-authored-by: HanaeRateau <hanaerateau@yahoo.fr> * [SofaImGui] Cleaning simulation driving window (SofaComplianceRobotics#109) * [SofaImGui] cleaning simulation driving window * fixes compilation * [resources] adds new icons and fixes alignement * adds RecordVideoWindow * review requested changes: adds message on footer status bar in failure * Apply suggestion from @EulalieCoevoet * Adds error footer message if no file has been recorded * Apply review suggestion --------- Co-authored-by: HanaeRateau <hanaerateau@yahoo.fr>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Implements #69
New API:
no quick accesssetKinematicsComponents()setInverseProblemSolver()addActuator()addTCP()addAccessoryComponent()getRobotConnectionToggle()setRobotConnectionToggle()addData()addData()// both input and outputaddData()addData()getSelectedPort()registerAvailablePortsCallback()updateAvailablePorts()addData()addData()addData()importProgram()