Skip to content

Commit

Permalink
refactor: zonopy
Browse files Browse the repository at this point in the history
  • Loading branch information
Orbital-Web committed Dec 7, 2023
1 parent bced65d commit 45dcebb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ python-fcl==0.7.0.4
pyvista==0.39.0
PyYAML==6.0
requests==2.31.0
# -e git+https://github.com/roahmlab/rtd-code-python.git@8c11653276d0edb203bb39cb490977f429d2a698#egg=rtd_code_python
scipy==1.10.1
scooby==0.7.2
six==1.16.0
Expand All @@ -64,5 +63,4 @@ typing_extensions==4.7.1
urchin==0.0.27
urllib3==2.0.2
vtk==9.2.6
# -e git+https://github.com/BuildingAtom/zonopy.git@5a7060ac303393d6bd2cb120d2f4002b88ee4b2e#egg=zonopy
websockets==12.0
2 changes: 1 addition & 1 deletion scripts/demos/planner_demo.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#-------------------- agent parameters --------------------#
import rtd
rtd_code_basepath = os.path.dirname(rtd.__file__)
agent_urdf = "../../urdfs/kinova_arm/kinova_without_gripper.urdf"
agent_urdf = "../urdfs/kinova_arm/kinova_without_gripper.urdf"
agent_urdf = os.path.join(rtd_code_basepath, agent_urdf)
add_uncertainty_to = 'all' # choose 'all', 'link', 'none'
links_with_uncertainty = ['dumbell_link']
Expand Down

0 comments on commit 45dcebb

Please sign in to comment.