-
Notifications
You must be signed in to change notification settings - Fork 173
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
[jsk_interactive_marker] transformable_markers_client.py fails without chainer #800
Comments
I think |
Currently, |
This is a complicated problem. Line 23 in e308bd7
Line 67 in e308bd7
But while it is imported, __init__.py of jsk_recognition_utils is also executed and it imports chainer -dependent feature:https://github.com/jsk-ros-pkg/jsk_recognition/blob/2c1400e15d79b4f5f9fc7e6784a58bb277ebd8e3/jsk_recognition_utils/python/jsk_recognition_utils/__init__.py#L1 When we want to fix this, we have to check all software using |
@Naoki-Hiraoka can you try this PR? jsk-ros-pkg/jsk_recognition#2565 |
@pazeshun @knorth55 With jsk-ros-pkg/jsk_recognition#2565 ,
|
|
@knorth55 Thank you for your nice workaround!
|
@pazeshun Thank you for information. My environment
Cannot upgrade pip by default.
In additon to |
When I executed
transformable_markers_client.py
throughroslaunch jsk_interactive_markersample_transformable_markers_client.launch
onmelodic
, I got an error.I am not a
chainer
user andchainer
is not automatically installed by default, sochainer
is not installed on my PC now.I am not familiar with installation procedure of
chainer
, and simplesudo pip install chainer
did not worked on mymelodic
PC.Does anyone know how to use transformable_markers_client.py?
The text was updated successfully, but these errors were encountered: