rubato

@rubato

Joined on Nov 8, 2018

  • 群聯 PCIE SSD 韌體開發工程師 08 台南 01 指標 #include <stdio.h> int main() { short str[] ={0x2,0x4,6,8,0xA, 0xC}; // 0002|0004|0006|0008|000a|000c printf("1.%d\r\n", sizeof(str)); // 12 printf("2.%d\r\n", *(str+1)); // 4 printf("3.%d\r\n", (str+1)[1]); // 6
     Like 2 Bookmark
  • tags: vsclab :::spoiler Outline ::: 台達 DRV70L 機械手臂控制程式 (Visual Studio ver.) VSCLAByouBot/DELTA - GitHub 碩論相關 碩論程式建置
     Like  Bookmark
  • :arrow_backward: 回到 2023 VSCLab 温梓傑 交接資料 :::spoiler Outline ::: Git Config user.email=n26104256@gs.ncku.edu.tw user.name=112-VSCLAB.Wun Installation
     Like  Bookmark
  • :::spoiler Outline ::: Installation MoveIt 2 Source Build - Linux缺點:編譯時間過長 MoveIt 2 Binary Install - Linux Doc: Getting Start :::warning 2022/9/25:
     Like  Bookmark
  • Linux Bash Tutorials 以下為幾個推薦的終端機指令教學課程 Linux Command Line Full course: Beginners to Experts. Bash Command Line Tutorials Beginner's Guide to the Bash Terminal https://hackmd.io/svr1GhAQSDi8ixD-n4mZsA vim Tutorials
     Like  Bookmark
  • :::spoiler Contents ::: :shield: Update Ubuntu Softwares / Security Login LivePatch Run update with Software Updater :keyboard: Preliminary Works Install by Ubuntu Software:mag: dconf
     Like  Bookmark
  • 新生訓練課程規劃 :page_with_curl: :star: PART1 基礎教學 內容由淺入深,適合完全不懂 ROS 的人 ==:male-teacher: 2021_ROS Taoyuan Summer School== 請依序閱讀以下資料夾內的內容,並且搭配課程影片與講義來學習:
     Like 1 Bookmark
  • :::spoiler 文章目錄 [toc] ::: :::warning Install TP-link TL-WN725N USB wifi driver on Ubuntu 20.04 Ubuntu 20.04 需要額外安裝套件才有 ifconfig$ sudo apt install net-tools 查看是否已安裝 ROS 套件$ dpkg --list | grep ROS
     Like 1 Bookmark
  • [ToC] 在開始重灌之前... Step 1 :floppy_disk: 確認硬碟空間足夠 :::warning 建議硬碟(HDD/SSD)總空間大於 500 GB Win10 建議大於 250 GB Ubuntu 建議大於 50 GB :::
     Like 5 Bookmark
  • vsclab IMP2 Win10 IMP2 是什麼 IMP2 驅動程式下載 :::info 由於 IMP2 最高僅支援到 Windows 7,若要安裝在 Windows 10,需要經過以下步驟 ::: Step 1. 關閉安全開機
     Like  Bookmark
  • [ToC] ::: info 你將會學到以下技能: 建立 C/C++ 的 VSCode 環境 (使用 MinGW-w64 編譯器) 建立 Makefile C/C++ 專案 (需先備 Makefile 基本常識) 設定快速鍵來編譯並執行 Makefile C/C++ 專案 建立 VSCode 的 Debug 環境 :::
     Like 2 Bookmark
  • test.cpp #include <iostream> #include <iomanip> #include <thread> #include <chrono> bool flag = true; int force_data = 0; void force_sensor()
     Like  Bookmark
  • :memo: Where do I start? Step 1: Install Python 3.X and pip :::info pip for python 2.X (windows) curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py --ssl-no-revoke python2 get-pip.py pip for python 3.X (windows) curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py --ssl-no-revoke
     Like  Bookmark