-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Remove pre-configured images for Rolling and Iron #3794
Merged
clalancette
merged 6 commits into
ros2:rolling
from
cyberbotics:enhancement-add-preconfigured-2023-1-1
Jul 25, 2023
Merged
Remove pre-configured images for Rolling and Iron #3794
clalancette
merged 6 commits into
ros2:rolling
from
cyberbotics:enhancement-add-preconfigured-2023-1-1
Jul 25, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Update launch files to declare WebotsController node (#11) (ros2#3763) * change launch files * Update Setting-Up-Simulation-Webots-Basic.rst * update minimal version tutorial 2 * add upcoming versions * New Reset Handler tutorial (#12) (ros2#3764) * new tutorial Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com> * Update macOS-Development-Setup.rst (ros2#3758) - add Xcode App Store link - BASH -> ZSH (default) - make homebrew paths generic Co-authored-by: Philipp Dittmann <dittmann@cs.uni-bremen.de> * Change confusing title between Debian package and Debian platform (ros2#3771) Currently Debian does not offer ROS2 packages. Change the title that can be confusing. * Make the calendar more mobile-friendly. (ros2#3774) * Make the calendar more mobile-friendly. When looking at some of the analytics, it looks like this page is particularly not mobile friendly. That's because the Google calendar embedded on the bottom of the page is of fixed with 800x600, which doesn't work well on many mobile devices. What we do here is to see if a device has 767 or less pixels. If it does, then we just show the agenda, which fits in just 280 pixels. If we have more than that, we have room for the full monthly agenda, so we show the full thing. Signed-off-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com> --------- Signed-off-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Olivier Michel <Olivier.Michel@cyberbotics.com> Co-authored-by: PhDittmann <dittmann@tzi.de> Co-authored-by: Philipp Dittmann <dittmann@cs.uni-bremen.de> Co-authored-by: Quentin Quadrat <lecrapouille@gmail.com> Co-authored-by: Chris Lalancette <clalancette@gmail.com> Co-authored-by: Tomoya Fujita <Tomoya.Fujita@sony.com>
ygoumaz
changed the title
Add preconfigured 2023.1.1
Add pre-configured 2023.1.1 UTM image link to installation tutorial
Jul 25, 2023
clalancette
reviewed
Jul 25, 2023
source/Tutorials/Advanced/Simulators/Webots/Installation-MacOS.rst
Outdated
Show resolved
Hide resolved
ygoumaz
changed the title
Add pre-configured 2023.1.1 UTM image link to installation tutorial
Remove pre-configured images for Rolling and Iron
Jul 25, 2023
clalancette
approved these changes
Jul 25, 2023
clalancette
added
the
backport-iron
backport at reviewers discretion; from rolling to iron
label
Jul 25, 2023
mergify bot
pushed a commit
that referenced
this pull request
Jul 25, 2023
* remove pre-configured for iron and rolling (cherry picked from commit a053856)
clalancette
pushed a commit
that referenced
this pull request
Jul 25, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pre-configured images are only for Humble, so they should be removed from Rolling and Iron distributions.
This PR can be backported to Iron.