原创 Essential C++ 4_Object-Based Programming

    Before we can use a class, we must make it known to the program because the class is not built into the language. U

原创 Essential C++ 1_Basic C++ Programming

1.1 How to Write a C++ Program     A function is an independent code sequence that performs some computation. It c

原创 先鋒機器人學習筆記_1-1 ARIA開發者參考手冊

1. Introduction   You can access ARIA at different levels, from simply sending commands to the robot through ArRobot to

原创 ROS入門_1.18 接下來做什麼?

此時你應該已經對ROS中的一些核心概念有了一定的理解。 給你一臺運行ROS的機器人,你應該能夠運用所學知識來列出機器人上發佈和訂閱的各種話題(topic),查看話題中發佈的消息,然後編寫你自己的節點(node)來處理傳感器數據,最後讓

原创 ROS實戰_1.1 ROS下 Pioneer-3DX 移動機器人學習指南

一:簡要介紹與資源彙總 1. Available Packages     You may choose to use one of three packages for using these robots with ROS: ROSA

原创 ROS入門_1.17 roswtf入門

在你開始本教程之前請確保roscore沒在運行。 安裝檢查 roswtf 可以檢查你的ROS系統並嘗試發現問題,我們來試看: $ roscd $ roswtf 你應該會看到(各種詳細的輸出信息): Stack: ros

原创 Essential C++ 2_Procedural Programming

2.1 How to Write a Function     Before a function can be called within our program, it must be declared. A function dec

原创 Essential C++ 5_Object-Oriented Programming

    The object-based class mechanisms of Chapter 4 cannot easily model both the commonality and the differences of the

原创 C++ Primer_10 泛型算法

。。。。