Keyboard_velmux_launch importing Arm error #627
Unanswered
piratax007
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Did you try a clean build? Are there any errors during the build? The service is defined here: https://github.com/IMRCLab/crazyswarm2/blob/main/crazyflie_interfaces/srv/Arm.srv and seems to be somehow not get Python bindings in your case. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm using Vicon as a motion capture system and I change the Crazyflie ID in the
keyborad_velmux_launch.py
file.When I run
ros2 launch crazyflie_examples keyboard_velmux_launch.py
I get the error
[crazyflie_server.py-1] ImportError: cannot import name 'Arm' from 'crazyflie_interfaces.srv' (/home/fausto/ros2_ws/install/crazyflie_interfaces/local/lib/python3.10/dist-packages/crazyflie_interfaces/srv/__init__.py)
and the execution is blocked there.
Any idea about how to solve it?
Thanks a lot.
Beta Was this translation helpful? Give feedback.
All reactions