Closed Akumar201 closed 8 months ago
Please provide the following:
joystick_drivers
you are trying to installspacenav
you are trying to installI am using Ubuntu 20.04 ROS Noetic I am trying to install spacenav from here http://wiki.ros.org/spacenav_node
On Ubuntu, you can just sudo apt install libspnav-dev
. However, this will be done automatically using rosdep
. From the base of your workspace, run sudo apt update && rosdep install --from-paths src -i -y
to get dependencies automatically.
Hello, I am trying to install spacenav_node and for that I have to install spacenav, I would like to know how can I install this? I tried to follow the instruction on the ros webpage but it is not working for me.
I am cloning the repository from github and inside it running the
rosmake spacenav
command. I am new to ROS , any help would be much appreciated.