-
Notifications
You must be signed in to change notification settings - Fork 97
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Polymetis] Fix spdlog dependency break (#1393)
* Pin spdlog * Pin pytest-benchmark * Pin lower pytest-benchmark version * Unpin polymetis in eyehandcal * Debug * Pin same version of spdlog * Update graspnet-baseline Co-authored-by: 1heart <yixin1996@gmail.com>
- Loading branch information
Showing
4 changed files
with
7 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ dependencies: | |
- scipy=1.7.3 | ||
- cmake | ||
- pybind11 | ||
- py | ||
- pip | ||
- pip: | ||
- ../../realsense_driver/ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6d2dc81
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure if this is you guys or me, but just to be safe I thought I'd let you guys know that after this update I'm getting the following issue:
(polymetis-local) sasha@watney:~/household_robot_dataset/R2D2/scripts/server$ launch_robot.py robot_client=franka_hardware
Warning: Failed to load 'libtorchscript_pinocchio.so' from CONDA_PREFIX, loading from default build directory instead: '/home/sasha/household_robot_dataset/fairo/polymetis/polymetis/build/torch_isolation/libtorchscript_pinocchio.so'
Warning: Failed to load 'libtorchrot.so' from CONDA_PREFIX, loading from default build directory instead: '/home/sasha/household_robot_dataset/fairo/polymetis/polymetis/build/torch_isolation/libtorchrot.so'
/home/sasha/anaconda3/envs/polymetis-local/lib/python3.8/site-packages/hydra/plugins/config_source.py:190: UserWarning:
Missing @Package directive robot_client/franka_hardware.yaml in pkg://polymetis.conf.
See https://hydra.cc/docs/next/upgrades/0.11_to_1.0/adding_a_package_directive
warnings.warn(message=msg, category=UserWarning)
Traceback (most recent call last):
File "/home/sasha/anaconda3/envs/polymetis-local/lib/python3.8/pathlib.py", line 1266, in mkdir
self._accessor.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: 'outputs/2022-11-04/15-52-59'
Set the environment variable HYDRA_FULL_ERROR=1 for a complete stack trace.
6d2dc81
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AlexanderKhazatsky Try running
sudo chown $USER:$GROUP outputs/*