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

Update build scripts for uploading dartpy to PyPI #1341

Merged
merged 8 commits into from
May 28, 2019
Merged

Update build scripts for uploading dartpy to PyPI #1341

merged 8 commits into from
May 28, 2019

Conversation

jslee02
Copy link
Member

@jslee02 jslee02 commented May 27, 2019

dartpy is not available on PyPI.

Installation on Ubuntu:

# Required dependencies
sudo apt-get install build-essential cmake pkg-config git
sudo apt-get install libeigen3-dev libassimp-dev libccd-dev libfcl-dev libboost-regex-dev libboost-system-dev
sudo apt-get install libtinyxml2-dev liburdfdom-dev
sudo apt-get install libxi-dev libxmu-dev freeglut3-dev libopenscenegraph-dev

# Optional dependencies
sudo apt-get install libbullet-dev libode-dev liboctomap-dev
# Ubuntu 16.04 and 18.04
sudo apt-get install libnlopt-dev
# Ubuntu 18.10 and later
sudo apt-get install libnlopt-cxx-dev

pip3 install dartpy

Before creating a pull request

  • Document new methods and classes
  • Format new code files using clang-format

Before merging a pull request

  • Set version target by selecting a milestone on the right side
  • Summarize this change in CHANGELOG.md

@jslee02 jslee02 added this to the DART 6.9.1 milestone May 27, 2019
@jslee02 jslee02 changed the title Setup for dartpy PyPI package Update build scripts for uploading dartpy to PyPI May 27, 2019
@jslee02 jslee02 marked this pull request as ready for review May 27, 2019 18:45
@codecov
Copy link

codecov bot commented May 27, 2019

Codecov Report

Merging #1341 into release-6.9 will increase coverage by 0.01%.
The diff coverage is 28.57%.

@@               Coverage Diff               @@
##           release-6.9    #1341      +/-   ##
===============================================
+ Coverage        56.88%   56.89%   +0.01%     
===============================================
  Files              366      366              
  Lines            27173    27174       +1     
===============================================
+ Hits             15457    15461       +4     
+ Misses           11716    11713       -3
Impacted Files Coverage Δ
dart/lcpsolver/ODELCPSolver.cpp 0% <0%> (ø) ⬆️
dart/constraint/DantzigLCPSolver.cpp 0% <0%> (ø) ⬆️
dart/constraint/PgsBoxedLcpSolver.cpp 70.09% <0%> (ø) ⬆️
dart/constraint/DantzigBoxedLcpSolver.cpp 30% <100%> (+7.77%) ⬆️
dart/dynamics/Skeleton.cpp 66.12% <0%> (+0.16%) ⬆️

@jslee02 jslee02 merged commit 976026b into release-6.9 May 28, 2019
@jslee02 jslee02 deleted the pypi branch May 28, 2019 05:23
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