How to install gazebo onto jetson tk1?
When I install gazebo using sudo apt-get install ros-indigo-gazebo-ros
, I get this error:
E: Unable to locate package ros-indigo-gazebo-ros
Why ? Can't the gazebo be installed on jetson tk1? Or I have got to install from source?
Asked by Fighting_bird on 2016-12-13 22:10:42 UTC
Answers
In general, please provide more info for troubleshooting questions. See wiki.ros.org/Support for more.
With lack of your info, I just recommend to internet search with the error message. There's a number of similar result on answer.ros.org.
Asked by 130s on 2016-12-13 23:00:26 UTC
Comments
I think the question complies with this forum's guidelines. It includes all the relevant information (platform that he is using, command that he executed and error message) for us to give an answer.
Asked by Martin Peris on 2016-12-14 05:33:26 UTC
Jetson TK1 has an ARM processor (armhf architecture) and ros-indigo-gazebo-ros is only available for i386 and amd64 architectures.
You could try to compile from source, but it is going to be difficult because probably gazebo's dependencies will not be available for ARM either. Besides, even if you could manage to compile gazebo in a Jetson TK1 it would run excruciatingly slow.
Asked by Martin Peris on 2016-12-14 05:36:00 UTC
Comments
This should be marked as the correct answer.
Asked by jayess on 2017-07-27 14:53:17 UTC
well if it says cannot locate package! that means the package is not yet released for jetson tk1.
Asked by Abhinav Sonone on 2016-12-14 06:15:29 UTC
Comments