Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting the error Package 'micro_ros_setup' not found #15

Open
brand000 opened this issue May 10, 2023 · 1 comment
Open

getting the error Package 'micro_ros_setup' not found #15

brand000 opened this issue May 10, 2023 · 1 comment

Comments

@brand000
Copy link

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants