ROS學習過程中的Logs

2022-10-10 00:51:08 字數 605 閱讀 7716

編譯報警":this workspace contains non-catkin packages in it

報錯提示 ```this workspace contains non-catkin packages in it, and catkin cannot build a non-homogeneous workspace without isolation.

該工作空間包含了非catkin型別的package,並且catkin不能編譯乙個「非同步的工作空間」 without isolation

###### 解決方法

```catkin_make_isolated' command instead

使用『catkin_make_isolated』代替『catkin_make』進行編譯

解釋

catkin_make_isolated比catkin_make更好一點, catkin_make_isolated編譯時,會認為每乙個功能包都是乙個獨立的編譯空間, 因此不會像catkin_make需要求所有定義的目標變數名必須是唯一值以免衝突, 而colcon工具目前主要在ros2上開發應用,當然也可以適用於ros1的開發。

關於ROS學習過程中的N多問題,純粹自己記筆記了

一 catkin make編譯錯誤 1 could not find a package configuration file provided by gazebo ros control with any of the following names gazebo ros controlconfi...

python python學習過程中的記錄

python中的修飾器 python中的with語法與上下文管理器 關於python中帶下劃線的變數和函式的意義 使用python進行二進位制檔案讀寫 python python 中 name main 的作用 python 編譯器與直譯器 python3.7 argparse模組講解 u1 np....

Django學習過程中的BUG

在settings中配置rest framework的 page size 頁面中未出現分頁效果,rest framework 原因,在rest framework的原生settings.py檔案中看到 default pagination class none 第一種方法 直接將原生 中的 def...