does joy support lunar?
I try to install ros-lunar-joy on my ubuntu 17.04 os, but i cannot locate the package. Anyone know how to fix this?
ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
I try to install ros-lunar-joy on my ubuntu 17.04 os, but i cannot locate the package. Anyone know how to fix this?
I try to install ros_lunar_joy
If that is the actual package name that you asked apt-get
to install, then that would not work. The debian/ubuntu package name is ros-lunar-joy
(note the dashes (-
) instead of the underscores (_
)).
The following should work:
sudo apt-get install ros-lunar-joy
Edit: this was not immediately clear from the joy wiki page when I checked it, but apparently the joystick_drivers
packages have only been released into Lunar 13 days ago (as of 2017-09-05) and are not yet available in the main repository.
See status_page/ros_lunar_default.html?q=joy.
You have a few options:
joy
(and all other joystick_drivers
pkgs)Option 1 is probably the best - if you can wait.
Option 2 could get you access to the binary packages right now - but be aware of the potential consequences
Option 3 is not recommended, but is an option. Note that just cloning the repository is not enough. See #q252478 for how to build a package from source. But again: don't do this if you don't actually need to.
Then we are going to need more information:
apt-get update
?And please provide the complete output of the command. Add it to your original question (use the edit button/link).
Please start posting anonymously - your entry will be published after you log in or create a new account.
Asked: 2017-09-05 04:13:57 -0500
Seen: 124 times
Last updated: Sep 05 '17