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

stopgap measure for handling use of 'package:/' in URDFs for #271 #273

Merged
merged 2 commits into from
Nov 24, 2014

Conversation

mxgrey
Copy link
Member

@mxgrey mxgrey commented Nov 24, 2014

Merged with the current master, and only contains urdf-parsing related changes.

@mxgrey mxgrey changed the title stopgap measure for handling use of 'package:/' in URDFs stopgap measure for handling use of 'package:/' in URDFs for #271 Nov 24, 2014
@@ -355,7 +390,8 @@ dynamics::Shape* DartLoader::createShape(const VisualOrCollision* _vizOrCol, std

// Mesh
else if(urdf::Mesh* mesh = dynamic_cast<urdf::Mesh*>(_vizOrCol->geometry.get())) {
std::string fullPath = _rootToSkelPath + mesh->filename;
// std::string fullPath = _rootToSkelPath + mesh->filename;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to keep the old code line as commented?

@mxgrey
Copy link
Member Author

mxgrey commented Nov 24, 2014

Changes made.

@jslee02
Copy link
Member

jslee02 commented Nov 24, 2014

+1

1 similar comment
@karenliu
Copy link
Member

+1

jslee02 added a commit that referenced this pull request Nov 24, 2014
stopgap measure for handling use of 'package:/' in URDFs for #271
@jslee02 jslee02 merged commit 72e9c1f into master Nov 24, 2014
@jslee02 jslee02 added this to the Release DART 4.3 milestone Jan 22, 2015
@mxgrey mxgrey deleted the grey/raw_urdf_package_parsing branch January 27, 2015 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants