Skip to content
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

WIP: Add ARM64 Kinetic and Melodic CI builds #670

Open
wants to merge 309 commits into
base: kinetic-eol
Choose a base branch
from

Conversation

pjreed
Copy link
Contributor

@pjreed pjreed commented Jan 20, 2020

No description provided.

Marc Alban and others added 30 commits January 28, 2016 10:27
Adding the ability to toggle anti-aliasing
…aliasing

Enabling anti-aliasing for QPainter drawing
The ROS build farm has moved to a new server, and all of the button URLs
have been changed to point to the new server.
Fixes build status buttons.

The ROS build farm has moved to a new server, and all of the button URLs
have been changed to point to the new server.
A plugin for displaying std_msgs/Strings
Now that update() is being called automatically at a rate of 50 Hz,
the explicit calls in many locations are unnecessary.  It was also
possible for it to be called in some of these locations from a
non-main thread, which is invalid and could cause crashes.
…updates

Removes extraneous calls to MapCanvas::update()
First, the model view matrix needs to be saved and restored around
QPainter operations because Qt clears several GL variables.  Also, the
image plugin needed to explicitly call glMatrixMode(GL_PROJECTION);
it does a few operations on the projection matrix and was just assuming
that was the current matrix mode.  Also, I added a function that plugins
need to override if they want to do QPainter operations; this will
eliminate unnecessary overhead for plugins that do not.
I had switched the order while debugging things and forgot to set it
back to the way it originally was.
Generating TexturedMarker textures on the main thread
Fixing swri-robotics#317; weird plugin transformation glitches
Previously, the MapCanvas::MapGlCoordToFixedFrame function relied on
the transform_ member variable being set, but it is not set if the
target frame is <none>.  Instead it will now use the qtransform_
variable, which is always initialized for the purpose of QPainters.
Removes saucy builds from the build list and makes the installation instructions more prominent.
mattrich37 and others added 26 commits March 20, 2019 15:50
…wri-robotics#625)

* fixed issue swri-robotics#616 by connecting the "Marker Clear All" button to the reset action
* added slider for adjusting alpha level of textured markers
…o prevent other fields from obtaining it by default
* Allows the tile loader to load tiles from local_xy origin if gps fix is not desired/available
Could help to maintain consistent coding styles

What is .editorconfig:
http://editorconfig.org/#overview

Plugins for IDEs to support:
http://editorconfig.org/#download
* Display measurement tags alongside measurement lines on the map
…owing configuration of plug-ins that have config settings that are too large to fit in the panel all at once. (swri-robotics#646)
swri-robotics#658)

* Add ability to use relative paths for images in the robot image plugin using the $(find x) syntax from launch files
@pjreed pjreed self-assigned this Jan 20, 2020
@pjreed pjreed changed the base branch from master to kinetic-devel January 20, 2020 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.