-
Notifications
You must be signed in to change notification settings - Fork 17.6k
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
Tools: add ardupilot_gazebo to install-ROS-ubuntu script - WIP #21680
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ardupilot_ros package should form part of the ardupilot workspace. This just clones the repo into the Tools folder and compiles in there.... I'll submit a change.
@@ -209,8 +209,43 @@ heading "${green}Initializaing rosdep${reset}" | |||
sudo rosdep init || true | |||
# To find available packages, use: | |||
rosdep update | |||
|
|||
# Installing ardupilot_gazebo | |||
git clone https://github.com/SwiftGust/ardupilot_gazebo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should point to https://github.com/ardupilot/ardupilot_gazebo
If that repo is missing something when we should make pull requests to that repo to bring it up to date.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this is incorrect... this should be cloned into the workspace and be part of the ardupilot_ws .....
64a78da
to
61fb93b
Compare
Co-authored-by: Jaime Machuca <[email protected]>
61fb93b
to
9d59d0f
Compare
@jmachuca77 happy with this now? |
Thanks for the follow-up. A number of issues have appeared with this script. I've created an issue and @snktshrma is working on some fixes. .. so for now I've changed this to a WIP. References PRs and issues: |
Closing in favour of #22598 |
This is a replacement for PR #21678 which adds gazebo to the AP-ROS install scripts. This is all @snktshrma's work, I've raise the PR just to get over some merge issues.
The purpose of all of this of course is to make it easy to get AP and ROS running at least in SITL.