ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

Build ROS neotic on ubuntu 18.04 (nvidia jetson)

asked 2020-12-23 14:49:11 -0500

bjajo gravatar image

updated 2020-12-23 15:38:20 -0500

Hi,

I have a problem which I guess more people have, but no one shared any solution yet. Nvidias embedded hardware is still only supporting Ubuntu 18.04, but a lot of important packages rely on Python3.

Therefore my question is: Does anyone have experience or can provide any help how to build noetic on 18.04? (The robot or perception version should be enough) I guess it shouldn't be impossible.

Thanks for your help! :)

edit retag flag offensive close merge delete

Comments

Actually I dont have a solution to this yet I am just commenting to bring up this question. since i also have same problem

AmirSaman gravatar image AmirSaman  ( 2021-03-11 22:11:38 -0500 )edit

1 Answer

Sort by ยป oldest newest most voted
0

answered 2021-09-03 05:28:11 -0500

Native build is hardly possible: noetic has some system dependencies that are missing in 18.04, e.g., python3-pykdl-> https://github.com/ros/geometry2/blob.... It also wants OpenCV 4 -> https://github.com/ros-perception/vis..., while 18.04 provides version 3, which is partially overriden by version 4 from NVidia on Jetson (just to make things more interesting), I would expect this to be an issue as well.

There are containers though if you want to go this way -> https://github.com/dusty-nv/jetson-co...

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-12-23 14:49:11 -0500

Seen: 408 times

Last updated: Sep 03 '21