-
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 #21678
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.
@snktshrma, thanks for this. Can you change the commit to be, "Tools: add gazebo to install-ROS-ubuntu script" (or something similar).
Sure @rmackay9 sir! I changed it to "Tools: add ardupilot_gazebo to install-ROS-ubuntu script" |
@@ -209,6 +209,16 @@ 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.
shouldn't this be "ArduPilot" instead of "SwiftGust"?
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.
Sir the ArduPilot's package for ardupilot_gazebo doesn't have rover model
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.
let's add it!
This reverts commit d4a6956.
Txs for this. If you could remove the "merge" commits that would be good. |
Closing in favour of #21680 |
No description provided.