We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@brand000 Why are you trying to use micro_ros_setup? This is not written in the readme of this repository
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: