-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
ERROR: cannot launch node of type [px4/px4]: can't locate node [px4] in package [px4] #14762
Comments
Did you build the gazebo simulation? By |
YES I did.
I have launched the gazebo by running the following codes.
DONT_RUN=1 make px4_sitl_default gazebo
source ~/catkin_ws/devel/setup.bash # (optional)
source Tools/setup_gazebo.bash $(pwd) $(pwd)/build/px4_sitl_default
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)
export ROS_PACKAGE_PATH=$ROS_PACKAGE_PATH:$(pwd)/Tools/sitl_gazebo
roslaunch px4 posix_sitl.launch
…On Sun, Apr 26, 2020 at 10:06 PM kritz ***@***.***> wrote:
Did you build the gazebo simulation? By DONT_RUN=1 make px4_sitl gazebo
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#14762 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AMQTJGPAPVYSQ2ZPL4DFVWTRORPKRANCNFSM4MRF2RBA>
.
|
Then I don't know what could be the issue, sry. I am sure, someone else can. |
Hello, I was getting similar error along with permission error and I was able to mitigate the issue by running the scripts in: https://dev.px4.io/master/en/setup/dev_env_linux_ubuntu.html Hope this helps |
This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions. |
I also met the problem. The reason is that PX4 is not installed successfully. My error is libgazebo-dev failed. I installed gazebo9 in ubuntu16.04 and solved. |
Describe the bug
ERROR: cannot launch node of type [px4/px4]: can't locate node [px4] in package [px4]
I am getting the above error while launching gazebo7 on ubuntu 16.04, drone has been launched in gazebo environment but i am not able to connect with FCU while runing with mavros node.
The text was updated successfully, but these errors were encountered: