Skip to content

Conversation

@gwennlbh
Copy link

@gwennlbh gwennlbh commented May 22, 2025

Description

Migrate from setup.py to a PEP 621 pyproject.toml file along uv for dependency management

How I Tested

(not tested yet)

Do not merge before

I fulfilled the following requirements

  • All new code is formatted according to our style guide (for C++ run clang-format, for Python, run flake8 and fix all warnings).
  • All new functions/classes are documented and existing documentation is updated according to changes.
  • No commented code from testing/debugging is kept (unless there is a good reason to keep it).


nativeBuildInputs = [ pkgs.python3Packages.setuptools pkgs.rosPackages.rolling.xacro ];

buildInputs = with pkgs.python3Packages; [ meshcat pybullet ];
Copy link
Author

@gwennlbh gwennlbh May 22, 2025

Choose a reason for hiding this comment

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

TODO: bullet_utils

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.

1 participant