ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | Q&A answers.ros.org |
![]() | 1 | initial version |
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
![]() | 2 | No.2 Revision |
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.
![]() | 3 | No.3 Revision |
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.