Uncategorized

Install OpenAI Codex and Google Gemini AI coding agent

Installing npm on Ubuntu To install npm (the Node.js package manager) on Ubuntu, follow one of the clean, up-to-date methods below. Option 1: Install from NodeSource (Recommended) This gives you the latest stable Node.js and npm.

Verify installation:

Option 2: Install via Ubuntu’s Default Repositories (Older Version) This is simpler but often outdated: […]

Install OpenAI Codex and Google Gemini AI coding agent Read More »

Computing Essential and Fundamental Matrix Using OpenCV (8 Points Algorithm) With C++

 

Computing Essential and Fundamental Matrix Using OpenCV (8 Points Algorithm) With C++ Read More »

Publishing video file and images with ROS

If you have video/image file on your disk and you want to publish it without coding, you can use the following nodes: image_publisher video_stream_opencv Publishing Images Here are some examples to publish an image:

And more Advanced launch file:

  Publishing Videos

Publishing video file and images with ROS Read More »