Robotics StackExchange | Archived questions

Unable to locate package ros-noetic-jackal-desktop

Hi I followed the guide of Jackal website https://www.clearpathrobotics.com/assets/guides/noetic/jackal/simulation.html using "sudo apt-get install ros-noetic-jackal-simulator" ".......noetic-jackal-desktop" " .......noetic-jackal-navigation" respectively but it seems that only package of simulator and navigation successfully installed. As for the desktop, the command line runs" Unable to locate package ros-noetic-jackal-desktop" ,so does anyone know what's the problem? and even more, how what is the alternative approach to simulate jackal in gazebo? Im new in ROS

It'll be appreciated if someone has useful advice.

Asked by finnn on 2022-07-14 15:47:38 UTC

Comments

Answers

I tried installing using this command:

sudo apt-get install ros-noetic-jackal-*

And everything seems to be correctly installed.

Do you have your repositories configured correctly?

https://wiki.ros.org/noetic/Installation/Ubuntu#Installation.2FUbuntu.2FSources.Configure_your_Ubuntu_repositories

1.1 Configure your Ubuntu repositories

Configure your Ubuntu repositories to allow "restricted," "universe," and "multiverse." You can follow the Ubuntu guide for instructions on doing this.

Asked by ljaniec on 2022-07-15 06:41:55 UTC

Comments