-
Notifications
You must be signed in to change notification settings - Fork 48
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
ROS 'module' object has no attribute 'start_odrive' #12
Comments
Have you run a |
I did following steps: Installing ODrive Python tools: Include the odrive_ros into my workspace: Then I run the ROS: and yet I still got same error. |
I get the same error with ROS Melodic in Ubuntu 18.04, for some reason odrive_node in odrive_ros/nodes isn't recognized, but running odrive_node.py directly is fine. I can get the node to start by adding ".py" to the node type in odrive.launch. This line: With the .py extension added: |
Oops, sorry @rahasia86. I added a comment that you just use the main ODrive source tree now, and not my branch, but forgot to take the line out of the instructions. |
Hi, same problem here. |
I was having the same issue, the fix I found was to put '.' in front of the odrive_node in ( I also had to do the same for the odrive_interface and odrive_simulator imports in odrive_node.py. I'm using Python 3.8 and ROS Noetic, still having issues getting it to connect (odrivetool works fine) but this atleast gets rid of any errors, and I can see it searching for the odrive. |
I've run odrive v3.5 on ROS kinetic ubuntu 16.04 and i got this error
Any help appreciated ^_^ Thank you.
The text was updated successfully, but these errors were encountered: