开源项目
首先创建python虚拟环境,克隆项目;
编译的时候,发现各种依赖没有,先按照ROS 2 User Guide | PX4 User Guide (main)执行了:
bash ./PX4-Autopilot/Tools/setup/ubuntu.sh
安装了一部分依赖
然后:
source /opt/ros/humble/setup.bash
编译仍然报错:
AttributeError: 'NoneType' object has no attr
开源项目
首先创建python虚拟环境,克隆项目;
编译的时候,发现各种依赖没有,先按照ROS 2 User Guide | PX4 User Guide (main)执行了:
bash ./PX4-Autopilot/Tools/setup/ubuntu.sh
安装了一部分依赖
然后:
source /opt/ros/humble/setup.bash
编译仍然报错:
AttributeError: 'NoneType' object has no attr
1862

被折叠的 条评论
为什么被折叠?