2019年8月13日 星期二

14 Installing Python3.6 on a Raspberry Pi


14

Installing Python3.6 on a Raspberry Pi

I’m mostly happy with older Python versions, but Python3.6 offers a new method for string generation, the f-string syntax, which i prefer over older methods.
>>Installation
Enter in the terminal

>>Test
Start Python3 with
and enter in the IDE
Links
Realpython f-string syntax introduction: https://realpython.com/python-f-strings/

ROS/ROS2 機器人開發、模擬與實作簡介

  主題總覽 #文件主要涵蓋了以下主題: ROS/ROS2 機器人開發框架 : 介紹了 ROS/ROS2 的概念、架構、工具以及它們在機器人開發中的應用。 Gazebo 模擬器 : 介紹了 Gazebo 模擬器的使用,包括環境設定、模型建立、插件應用以及如何與 ROS/ROS2 ...