-
Notifications
You must be signed in to change notification settings - Fork 695
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
Spacenav Error while using moveit servo tutorial #754
Comments
It sounds like this is not a MoveIt question but it's really about getting the SpaceNav input device to work on Linux. But if you learn something useful, it might be nice to add to the tutorial! If you plug the SpaceNav in, do you see a new entry in the Here's a Google search that will probably help: https://www.google.com/search?channel=fs&client=ubuntu&q=linux+spacenavd |
Try installing the spacenav daemon: |
Afaik the daemon is not needed on recent Linux kernels. It's also deprecated I believe. The "only" thing you'll miss are some configuration options. |
The |
You don't even need the I've never missed the daemon. |
So, we should cleanup |
I don't know. I just wanted to report my experiences with spacenavs and ROS and whether the |
I guess , yes cleaning up the spacenav_node would be good Idea. @rhaschke I am working on making a easy example using with detail |
Noting that there currently is no dependency on |
Background
I am following the (moveit servoing tutorial)[https://ros-planning.github.io/moveit_tutorials/doc/realtime_servo/realtime_servo_tutorial.html], however I am getting the following error related to spacenavd
Instructions
I did git clone UR Repo.
Run the following command
However, after the roslaunch move_group.launch I am getting the above error.
I tried to fix the the code using the following site http://wiki.ros.org/spacenav_node/Troubleshooting
I am using Ubuntu 20.04 and ROS Noetic
The text was updated successfully, but these errors were encountered: