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
We have controllers that require URDFs... but we do not want to install robot_dart on the robot.
=> I think we should have a git submodule with the URDF so that we can have a URDF library outside of robot_dart
We have controllers that require URDFs... but we do not want to install robot_dart on the robot.
=> I think we should have a git submodule with the URDF so that we can have a URDF library outside of robot_dart
The main downside is that a deep clone will be required (and that @costashatz does not like git submodules). Maybe we could use git subtrees? https://www.atlassian.com/git/tutorials/git-subtree
The text was updated successfully, but these errors were encountered: