Jaeyoung-Lim / px4-offboard

Example of PX4 offboard control over microdds using python ROS 2
BSD 3-Clause "New" or "Revised" License
120 stars 52 forks source link

getting the error Package 'micro_ros_setup' not found #15

Open brand000 opened 1 year ago

brand000 commented 1 year ago

hello. l'm having some serious problem getting the px4-offboard example to work. but I was wondering if how to resolve the following error.

os: ubuntu 22.04 ros: humble python: 3.11

command:

cd ~ mkdir ~/microros_ws cd microros_ws git clone -b $ROS_DISTRO https://github.com/micro-ROS/micro_ros_setup.git mkdir src mv micro_ros_setup/ src/ colcon build source install/local_setup.sh

output:

Cloning into 'micro_ros_setup'... remote: Enumerating objects: 3539, done. remote: Counting objects: 100% (116/116), done. remote: Compressing objects: 100% (81/81), done. remote: Total 3539 (delta 68), reused 64 (delta 35), pack-reused 3423 Receiving objects: 100% (3539/3539), 836.08 KiB | 3.36 MiB/s, done. Resolving deltas: 100% (2457/2457), done. Package 'micro_ros_setup' not found Package 'micro_ros_setup' not found

Jaeyoung-Lim commented 1 year ago

@brand000 Why are you trying to use micro_ros_setup? This is not written in the readme of this repository