-
Notifications
You must be signed in to change notification settings - Fork 41
Description
Hi, I got this message when I attempt to install dm-robotics-moma/dm-robotics-manipulation.
ERROR: Could not find a version that satisfies the requirement dm-robotics-controllers (from dm-robotics-moma) (from versions: none)
ERROR: No matching distribution found for dm-robotics-controllers
I think the issue comes from the fact that dm-robotics-controllers are not fully in python mode. If I drag the whole dm_robotics package to my local directory, where I also extract the controllers folder and put it in the dm_robotics folder, it still doesn't run since files such as cartesian_6d_to_joint_velocity_mapper are written in C++. Is it possible to have a complete python version of the dm_robotics package as soon as possible since I'm working on a robotic project and the deadline is really close. Thanks for your understanding!
FYI I use macOS.