Ubuntu Deployment Workflow for ORB-SLAM2 and ROS Melodic Integration

Visual Simultaneous Localization and Mapping (SLAM) applications frequently leverage the ORB-SLAM framework due to its efficeincy. Establishing a functional workspace on Ubuntu involves installing specific libraries, compiling source code, and resolving common linkage errors. Prerequisite Tools Initialize the environment with essential version ...

Posted on Fri, 08 May 2026 08:57:16 +0000 by Bismark12

Installing and Localizing Jenkins on Ubuntu and Windows

Windows Localization Strategy The standard "Locale" plugin frequently fails to provide a complete translation for recent Jenkins releases on Windows. Reliable Chinese language support is best achieved using the "Localization: Chinese (Simplified)" plugin. However, this specific plugin is only compatible with Jenkins versions prior to 2.173. To ...

Posted on Fri, 08 May 2026 07:27:24 +0000 by neogemima

Setting Up vsftpd on Ubuntu for Browser Access and FileZilla Uploads

Installation Update the package repository and install vsftpd: sudo apt-get update sudo apt-get install vsftpd After installation, vsftpd creates an ftp system user by default. Set a password for this account: sudo passwd ftp The default home directory for this user is /srv/ftp. Basic Configuration Edit the vsftpd configuration file: sudo nan ...

Posted on Fri, 08 May 2026 00:14:51 +0000 by newdles

Configuring Persistent Shared Folders in Ubuntu Virtual Machines on VMware

Establishing Host-Guest File SharingEnsure VMware Tools is installed on the guest operating system. Create a designated directory on the host machine for data exchange and verify the path.Verifying and Creating the Mount PointFirst, confirm that the virtual machine detects the shared folder configuration.vmware-hgfsclientCheck if the standard m ...

Posted on Thu, 07 May 2026 08:18:07 +0000 by bh

Setting Up the HWT901B-485 IMU Sensor with ROS Noetic on Ubuntu 20.04

Prerequisites Ubuntu 20.04 with ROS1 Noetic installed, along with Python3. 1. Installing ROS IMU Dependencies sudo apt-get install ros-noetic-imu-tools ros-noetic-rviz-imu-plugin 2. Downloading the Official Example Program Download the ROS package from the official WIT Motion GitHub repository: GitHub - WITMOTION/WitStandardProtocol_JY901 Extr ...

Posted on Thu, 07 May 2026 03:44:55 +0000 by rmt123

Deploying PL-VIO with Intel RealSense D435i on Ubuntu

Compiling PL-VIO on Ubuntu 18.04 The PL-VIO system was successfully compiled and deployed on an Ubuntu 18.04 laptop. The compilation process completed without errors, likely due to prior installation of VINS-Fusion which shares dependencies. Topic Configuration for RealSense D435i PL-VIO expects specific topic names for IMU and imag ...

Posted on Thu, 07 May 2026 01:19:22 +0000 by ale1981