-
Notifications
You must be signed in to change notification settings - Fork 11
Added Editor folder to controls panel #95
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Just a bit of refactoring needed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for implementing all the changes!
I tested it with URDFs which include mesh files and the Link Selector with the cursor was not able to select the links. Could you double check? Thanks!
That is weird. |
This PR adds the following features:
-New Editor folder in the controls panel allows users to add joints by either toggling on the "Editor Mode" (could use a better name perhaps) and clicking on the parent and child links, or selecting them from a drop-down menu. The user can then input the parameters for the joint and add it. The added joint (if applicable) will appear in the joints folder and users can use it to move the robot.
-Input validation is now enforced on everything but the color selectors.
-Removed the need to refresh after adding a joint, it's now added immediately to the joints folder.