neil-okikiolu / blog-comments

1 stars 0 forks source link

posts/jetson-nano-ros-vision-ai/ #1

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Jetson Nano ROS Vision AI :: Okikiolu — The blog of Neil Okikiolu

Photo by Maxime VALCARCE on Unsplash Live Video Inferencing (ImageNet) Our Goal: to create a ROS node that receives raspberry Pi CSI camera images, run some inferencing on the image (e.g. classification, segmentation or object detection) then outputs the result as a message that we can view using rqt_image_view. Pre-requisites Hardware: Jetson Nano Dev kit with Jetpack 4.3 installed Raspberry Pi Camera V2 Software: ROS melodic - install instructions here ROS vision-opencv # install ros vision-opencv sudo apt-get install ros-melodic-vision-opencv Nvidia jetson-inferencing - install instructions here NOTE make sure to download at least one of each model type i.

https://blog.okikiolu.com/posts/jetson-nano-ros-vision-ai/

Zdravo1331 commented 2 years ago

Hello, I am trying to get this to work with Ubuntu 18.04 on a Jetson Nano Dev kit with Ros melodic. I have started with a clean install 3 times and still have an issue with running: $ roslaunch jetson_csi_cam jetson_csi_cam.launch sensor_id:=0 width:=1280 height:=720 fps:=24 I constantly get the following error: [ERROR] [1648831545.254730904]: Could not get gstreamer sample

Do you have any guidance on why this may be an issue or how to troubleshoot this? Nothing I try seems to work.