Skip to content

Merge push_anything_dev into push_anything #388

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

Open
wants to merge 9 commits into
base: push_anything
Choose a base branch
from

Conversation

siddhantmody
Copy link

@siddhantmody siddhantmody commented Jul 10, 2025

  • Added mesh normal sampling with Drake with optimized mesh loading
  • SDF generation pipeline and yaml updates are now a single button in Procman

This change is Reviewable

Copy link

@ebianchi ebianchi left a comment

Choose a reason for hiding this comment

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

Overall looks good, though I'd like to review again after some changes I suggested are implemented.

While reviewing, I merged push_anything into push_anything_merge since there were some changes already in push_anything that were still showing up here in the diff. After doing that, I tried ensuring the code still ran, but ran into issues with python scripts requiring packages I did not have installed. Can you do:

  1. Document somewhere what python packages are required for your python scripts.
  2. Ensure the code on this branch still runs, after my merge.

@siddhantmody siddhantmody requested a review from ebianchi July 11, 2025 13:46
Copy link

@ebianchi ebianchi left a comment

Choose a reason for hiding this comment

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

Another round of comments. In addition to the inline comments, ensure all the URDFs/SDFs in this PR were autogenerated with the latest version of the generation scripts. That way, the first time you re-run the autogeneration script, it won't show changes to the file.


SDF_TEMPLATE = """<?xml version="1.0"?>
<sdf version="1.7">
<model name="t_shape">

Choose a reason for hiding this comment

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

That's fair -- at least remove the extra _ at the end of one of them so their names are consistent.

@siddhantmody siddhantmody requested a review from ebianchi July 11, 2025 16:40
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