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

Noetic devel #1

Open
wants to merge 274 commits into
base: noetic-devel
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Oct 18, 2020

  1. Selectively install font definition file

    thus suppressing Ogre runtime warning
    rhaschke committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    eb2e2cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d261007 View commit details
    Browse the repository at this point in the history
  3. 1.14.2

    rhaschke committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    0826d66 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2020

  1. Configuration menu
    Copy the full SHA
    2e96507 View commit details
    Browse the repository at this point in the history
  2. 1.14.3

    rhaschke committed Oct 20, 2020
    Configuration menu
    Copy the full SHA
    822dba9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2020

  1. PropertyWidget: Limit comboboxes to column width (#1558)

    Also consider QEvent::Show in SplitterHandle's event filter.
    rhaschke authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    7a4d92e View commit details
    Browse the repository at this point in the history
  2. Enforce GLSL 1.4 on Mesa systems (#1559)

    Newer versions of libMesa cause issues when rendering materials with glsl150 scripts.
    Thus, downgrade to glsl120 scripts.
    rhaschke authored Nov 16, 2020
    Configuration menu
    Copy the full SHA
    a10d559 View commit details
    Browse the repository at this point in the history
  3. 1.13.15

    rhaschke committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    2fe6d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d9847e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c36e265 View commit details
    Browse the repository at this point in the history
  6. 1.14.4

    rhaschke committed Nov 16, 2020
    Configuration menu
    Copy the full SHA
    e637ed7 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Configuration menu
    Copy the full SHA
    07cb891 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Fix Windows compilation (#1568)

    * Remove EXPORTs for ScrewVisual, ScrewDisplay
    Tobias-Fischer authored Dec 14, 2020
    Configuration menu
    Copy the full SHA
    d0def50 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2020

  1. Configuration menu
    Copy the full SHA
    f59a2ea View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2020

  1. Remove warnings about ignored marker scale

    The interactive_markers package auto-completes scales to 1.0 if they are zero.
    Hence, we should simply ignore those values.
    rhaschke committed Dec 28, 2020
    Configuration menu
    Copy the full SHA
    d4603a4 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2021

  1. Fix OGRE_INCLUDE_DIRS

    With OGRE's cmake files prior to version 1.11, OGRE_INCLUDE_DIRS
    doesn't comprise include dirs of components. Similarly for OGRE_LIBRARIES.
    While we don't find cmake files on Ubuntu (but use pkgconfig instead),
    on other systems, e.g. Arch Linux, the build would fail.
    rhaschke committed Jan 21, 2021
    Configuration menu
    Copy the full SHA
    65ea752 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Fix segfault in PathDisplay

    Given an empty vector, size()-1 would yield a huge number to delete items at...
    Fixup for a22c731
    Fixes #1583.
    rhaschke committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    5041755 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. Augment system info at startup with used OpenGL device

    As we see more OpenGL issues, this should facilitate issue handling on github.
    rhaschke committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    05f4c68 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. PointStampedDisplay: show points from the very beginning (#1586)

    PointStampedDisplay didn't display initial points (before the circular buffer was fully filled) because setting the point radius didn't update the (initially zero) scale.
    ns130291 authored Feb 9, 2021
    Configuration menu
    Copy the full SHA
    59e84bd View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Enforce GLSL 1.4 on more Mesa systems (#1588)

    Mesa-based rendering issues showed up e.g. on AMD GPU as well. The new approach should handle any Mesa 20-based system.
    rhaschke authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    882ee38 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2021

  1. Fix ScrewDisplay (#1593)

    * Fix creation of properties
    * Fix unresolved symbol processMessagePrivate
    rhaschke authored Mar 4, 2021
    Configuration menu
    Copy the full SHA
    14d067f View commit details
    Browse the repository at this point in the history
  2. 1.13.16

    rhaschke committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    e51648b View commit details
    Browse the repository at this point in the history
  3. IntensityPCTransformer: make min/max values read-only

    They are programmatically set to inform the user.
    rhaschke committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    0e4d854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36ec282 View commit details
    Browse the repository at this point in the history
  5. 1.14.5

    rhaschke committed Mar 4, 2021
    Configuration menu
    Copy the full SHA
    7383000 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2021

  1. Configuration menu
    Copy the full SHA
    6882299 View commit details
    Browse the repository at this point in the history
  2. 1.14.6

    rhaschke committed Mar 11, 2021
    Configuration menu
    Copy the full SHA
    ba536b2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    b3ce397 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03fe615 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Configuration menu
    Copy the full SHA
    e32a060 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a9631d View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2021

  1. Configuration menu
    Copy the full SHA
    1872e34 View commit details
    Browse the repository at this point in the history
  2. Fix spurious resizing issue for ImageDisplay panel (#1611)

    Occasionally, the RenderPanel received an additional resize event with a wrong size of 640x480.
    Further, floating and docked are two mutually exclusive properties of a QDockWidget. Thus, fixed default args.
    
    Co-authored-by: Robert Haschke <[email protected]>
    jeffryHo and rhaschke authored Apr 8, 2021
    Configuration menu
    Copy the full SHA
    757b445 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea89f55 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Configuration menu
    Copy the full SHA
    feb611e View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    4054a60 View commit details
    Browse the repository at this point in the history
  2. Apply pre-commit fixes

    - trailing whitespace
    - end of file
    - yaml: single doc
    rhaschke committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    697ed3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb76741 View commit details
    Browse the repository at this point in the history
  4. 1.13.17

    rhaschke committed Apr 10, 2021
    Configuration menu
    Copy the full SHA
    47708d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2021

  1. Fixup github actions

    - enable full (and slow) clang-tidy check via manual workflow triggering only
    - make CLANG_TIDY non-pendantic (there are too many open issues)
    - add prerelease workflow
    - auto-format .clang-format
    - drop caching of target_ws and docker image
      - the docker image continuously accumulates layers (comprising environment at least)
      - caching the target_ws missed to rebuild sometimes
    rhaschke committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    3917c01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a13dda9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a6699b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a5a375 View commit details
    Browse the repository at this point in the history
  5. 1.14.7

    rhaschke committed Apr 11, 2021
    Configuration menu
    Copy the full SHA
    22b81ec View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2021

  1. Configuration menu
    Copy the full SHA
    0e37abc View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2021

  1. Simplify prerelease workflow

    rhaschke committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    1a470c5 View commit details
    Browse the repository at this point in the history
  2. ABI check

    rhaschke committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    66c9331 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2021

  1. Configuration menu
    Copy the full SHA
    0a510f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6b6acd View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Configuration menu
    Copy the full SHA
    d1006b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebacfbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a84f31d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    73f0703 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2021

  1. Configuration menu
    Copy the full SHA
    0e5a1b6 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2021

  1. More explicit OGRE includes

    rhaschke committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    41d62f5 View commit details
    Browse the repository at this point in the history
  2. Fixup clang-format

    rhaschke committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    a2186e4 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2021

  1. Configuration menu
    Copy the full SHA
    3fa78da View commit details
    Browse the repository at this point in the history
  2. Stop asynchronous ROS updates with synchronous ones

    VisualizationManager uses [start|stop]Update() to pause ROS updates during dialog box interaction (#631).
    However, asynchronous updates via threaded_queue_ were still performed, leading to a memory leak (#1621),
    because messages were partially processed by the thread (i.e. kept in memory), but not finally processed
    (and cleaned up) by the synchronous Display::update() call.
    Pausing threaded processing too resolves that issue.
    rhaschke committed Jun 17, 2021
    Configuration menu
    Copy the full SHA
    9919269 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2021

  1. Configuration menu
    Copy the full SHA
    f3fb820 View commit details
    Browse the repository at this point in the history
  2. Cleanup quickfix

    ... since ros/geometry2#402 is released
    rhaschke committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    25d2c81 View commit details
    Browse the repository at this point in the history
  3. Use threaded callback queue for PointCloud displays

    PointCloudCommon was defining its own callback queue and spinner
    to allow for asynchronous processing of point cloud data.
    However, as most PointCloud displays just inherit MessageFilterDisplay,
    which is using the default update_nh_, eventually the default synchronous
    callback queue was used.
    (Although the callback queue was configured in the constructor to point
    to PointCloudCommon's private queue, Display::initialize() was resetting
    the queue back to the default.)
    rhaschke committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    b7bc6ad View commit details
    Browse the repository at this point in the history
  4. Emit signal VisualizationFrame::displayConfigFileChanged

    ... to allow rqt_rviz notice config file changes
    rhaschke committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    bd82ca2 View commit details
    Browse the repository at this point in the history
  5. Name quit action

    ... allowing rqt_rviz finding the action easily by name
    rhaschke committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    9b20006 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1df798c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2021

  1. 1.13.18

    rhaschke committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    8baaef6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5531206 View commit details
    Browse the repository at this point in the history
  3. Continue processing messages while displaying dialogues (#1639)

    Partially reverts #631. Fixes #1606.
    rhaschke authored Jun 19, 2021
    Configuration menu
    Copy the full SHA
    227678f View commit details
    Browse the repository at this point in the history
  4. 1.14.8

    rhaschke committed Jun 19, 2021
    Configuration menu
    Copy the full SHA
    9888a5d View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Fix memory leak

    rhaschke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    553ea58 View commit details
    Browse the repository at this point in the history
  2. DepthCloudDisplay: remove mutex for PointCloudCommon

    All sensitive members of PointCloudCommon are mutex-protected anyway.
    rhaschke committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    679c285 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

  1. Configuration menu
    Copy the full SHA
    47f8281 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7602083 View commit details
    Browse the repository at this point in the history
  3. Fix transform issue in odometry display plugin (#1631)

    * Smoothly update the scene node's position + orientation to keep history of arrows/axes 
      even if fixed_frame is different from parent frame_id of Odometry.msg
    * Handle large float values in Odometry message (e.g. when transforming GPS to UTM coordinates)
      * Introduce ref_pose
      * Use double precision to calculate the distance between the current and last position
    Institute for Autonomous Systems Technology authored Aug 19, 2021
    Configuration menu
    Copy the full SHA
    5b27a0c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2021

  1. Smoothly move an Odometry's path given a moving frame_id

    In order to correctly display the path/history of Odometry messages when the
    message's frame_id is moving relative to rviz' fixed frame, we need to update
    the pose of the corresponding scene node in each update() cycle.
    This is a partial backport of #1631.
    AndreasR30 authored and rhaschke committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    a6e58df View commit details
    Browse the repository at this point in the history
  2. Smoothly move PCL given a moving frame_id (#1655)

    Update the PCL's scene node in each update() cycle to ensure a smooth motion when the message's frame_id moves w.r.t. rviz' fixed frame. So far, the pose was only computed once when the message arrived.
    rhaschke authored Aug 20, 2021
    Configuration menu
    Copy the full SHA
    7bdbeea View commit details
    Browse the repository at this point in the history
  3. IntensityPCTransformer: make min/max values read-only if auto-compute…

    … is off
    
    Backward port from Noetic
    rhaschke committed Aug 20, 2021
    Configuration menu
    Copy the full SHA
    0237b28 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2021

  1. 1.13.19

    rhaschke committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    faf86db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd469f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2003373 View commit details
    Browse the repository at this point in the history
  4. 1.14.9

    rhaschke committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    a808401 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2021

  1. DisplayPanel: Simplify selection of current item after Remove (#1661)

    This fixes a segfault reported in #1658
    rhaschke authored Aug 27, 2021
    Configuration menu
    Copy the full SHA
    69e8c08 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    40af0bb View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. BillboardLine: Fix handling of many points (> 16384) (#1662)

    For a small number of total points, we can place several lines into
    a single Ogre::BillboardChain. However, if we have more than MAX_ELEMENTS
    points, we need to distribute a line across several BillBoardChains.
    rhaschke authored Sep 24, 2021
    Configuration menu
    Copy the full SHA
    54133f3 View commit details
    Browse the repository at this point in the history
  2. Restore workaround for ros/geometry2#402

    We need to wait for TF2 0.6.7 to be actually released.
    This reverts commit 25d2c81.
    rhaschke committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    29c2497 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    723a387 View commit details
    Browse the repository at this point in the history
  4. Revert "Smoothly move PCL given a moving frame_id (#1655)"

    This reverts commit 7bdbeea.
    rhaschke committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    84fcce3 View commit details
    Browse the repository at this point in the history
  5. 1.13.20

    rhaschke committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    fdb80a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fd7fb4b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d09214e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84057af View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    27f52ac View commit details
    Browse the repository at this point in the history
  10. 1.14.10

    rhaschke committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    639b1e4 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Drop unused rosbag dependency

    jspricke authored and rhaschke committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    164894d View commit details
    Browse the repository at this point in the history
  2. Update ABICHECK version

    rhaschke committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    b75a2b4 View commit details
    Browse the repository at this point in the history
  3. Fix compilation with OGRE 1.12

    roehling authored and rhaschke committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    a4919f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Fix assertion in billboard_line.cpp

    Fixes #1674
    rhaschke committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    7ef2068 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Configuration menu
    Copy the full SHA
    2386d5e View commit details
    Browse the repository at this point in the history
  2. CI: Add RoboStack cross-platform build (#1636)

    Co-authored-by: Robert Haschke <[email protected]>
    Tobias-Fischer and rhaschke authored Nov 3, 2021
    Configuration menu
    Copy the full SHA
    3924f0e View commit details
    Browse the repository at this point in the history
  3. Minor formatting

    rhaschke committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f4449ca View commit details
    Browse the repository at this point in the history
  4. 1.13.21

    rhaschke committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    440c19a View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Configuration menu
    Copy the full SHA
    45e5a9b View commit details
    Browse the repository at this point in the history
  2. AxisDisplay: allow ribbon trail (#1677)

    Co-authored-by: Robert Haschke <[email protected]>
    christian-rauch and rhaschke authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    e40d99a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7eba26e View commit details
    Browse the repository at this point in the history
  4. 1.14.11

    rhaschke committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    53ce310 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Create FUNDING.yml

    rhaschke authored Nov 10, 2021
    Configuration menu
    Copy the full SHA
    cae7396 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Drop proprietary COLLADA scaling (#1685)

    * Drop getMeshUnitRescale() for COLLADA files
      assimp provides the scale via the scene's root transform.
    * Fix mesh scaling using root transform provided by assimp
      ... but still ignore y-up rotation introduced by assimp.
    * Drop weird scaling of normals
      R^{-1}.T yields the scaling matrix. I don't see a reason to apply scaling and then revert it via Normalize().
    rhaschke authored Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7085a14 View commit details
    Browse the repository at this point in the history
  2. Update issue template: ask for C locale

    peci1 authored and rhaschke committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    b238655 View commit details
    Browse the repository at this point in the history
  3. 1.13.22

    rhaschke committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    6c53dfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186364e View commit details
    Browse the repository at this point in the history
  5. 1.14.12

    rhaschke committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    faebf64 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Fixup assimp loading

    This is a fixup of 7085a14.
    Obviously, assimp's root node is only sometimes, but not always applying a rotation
    to y-up orientation. This fixup, drops the rotation part of the root transform,
    but keeps the scaling (and position offset).
    rhaschke committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    8805a6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0b5c34 View commit details
    Browse the repository at this point in the history
  3. 1.13.23

    rhaschke committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    4ab4565 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dd2697b View commit details
    Browse the repository at this point in the history
  5. 1.14.13

    rhaschke committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    0476951 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dfcb83d View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Update issue ISSUE_TEMPLATE

    Mention Noetic and Melodic.
    rhaschke committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    62ba5cd View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Simplify code

    rhaschke committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    b310e16 View commit details
    Browse the repository at this point in the history
  2. New sync mode SyncFrame

    ... to sync TF lookups to current rendering frame
    rhaschke committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    95e187d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    293bac0 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. Switch roles of sync_time_ and current_delta_

    current_delta_ should denote the currently measured time offset
    sync_delta_ should denote the offset used to compute sync_time_
    rhaschke committed Jan 27, 2022
    Configuration menu
    Copy the full SHA
    db5cf02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aca46b8 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2022

  1. Configuration menu
    Copy the full SHA
    3935776 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2022

  1. Add service load_config_discarding_changes (#1710)

    ... to allow loading a new config without saving existing changes
    FSund authored Feb 6, 2022
    Configuration menu
    Copy the full SHA
    34d4aea View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2022

  1. 1.13.24

    rhaschke committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    0462dd2 View commit details
    Browse the repository at this point in the history
  2. Init fixed_frame_id_

    Fixup for #1497
    rhaschke committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    b0a9c4b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7aedcaa View commit details
    Browse the repository at this point in the history
  4. 1.14.14

    rhaschke committed Feb 12, 2022
    Configuration menu
    Copy the full SHA
    92d83c3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Adaptions for Ubuntu 22 (#1717)

    * Switch to new boost/bind/bind.hpp
    * Drop c++11 COMPILE_FLAGS
    * Do not force obsolete CXX14
    * support python_qt_bindings with sip5
    
    Co-authored-by: Jochen Sprickerhof <[email protected]>
    Co-authored-by: Timo Röhling <[email protected]>
    Co-authored-by: v4hn <[email protected]>
    4 people authored Feb 22, 2022
    Configuration menu
    Copy the full SHA
    968a654 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2022

  1. Configuration menu
    Copy the full SHA
    6d2ade4 View commit details
    Browse the repository at this point in the history
  2. fix clang-tidy: unused value

    moved is set to true several times
    rhaschke committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    3a4c471 View commit details
    Browse the repository at this point in the history
  3. Fix memory leaks

    rhaschke committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    465d13b View commit details
    Browse the repository at this point in the history
  4. Improve code readability

    rhaschke committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    ce068cb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e65e726 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2022

  1. Configuration menu
    Copy the full SHA
    16df936 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. Fix segfault when no tools are available (#1729)

    In that case, current_tool_ is NULL...
    rhaschke authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    23607d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Drop OGRE/ from #include directives (#1730)

    ${OGRE_INCLUDE_DIRS} points to <install folder>/include/OGRE. Thus #includes shouldn't comprise OGRE/*.
    Reverts 41d62f5
    rhaschke authored Mar 22, 2022
    Configuration menu
    Copy the full SHA
    83b1802 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2022

  1. Maintain original (mesh) materials for RobotLinks (#1704)

    rviz modifies a custom material (loaded together with a mesh model) within several functions, e.g. updateAlpha().
    This destroys the original properties of this material, e.g. transparency.
    To be able to restore the original material, we store it additionally to the active one.
    AndreasR30 authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    69c7cf7 View commit details
    Browse the repository at this point in the history
  2. RobotLink: Simplify material mode handling (#1732)

    rviz::RobotLink knows 3 material modes, showing:
    - original material of the mesh
    - a user-selected color
    - an error color (uniform white)
    
    Switching between these modes requires iterating through all subentities of the link, 
    which might be rather time-consuming. Also, this was done in each update() cycle!
    
    This commit simplifies the handling, performing the costly update only if really necessary.
    rhaschke authored Mar 25, 2022
    Configuration menu
    Copy the full SHA
    0217086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f622b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. README: Update build badges (#1734)

    Co-authored-by: Robert Haschke <[email protected]>
    MatthijsBurgh and rhaschke authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    a9de855 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    86f84f8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Don't disable display if associated widget tab changes (#1739)

    Rename Display::associated_widget_visible_ -> suppress_hiding_associated_widget_panel_
    
    We need the flag just to suppress hiding of the associated widget if it became an unselected tab.
    rhaschke authored May 13, 2022
    Configuration menu
    Copy the full SHA
    0c0d903 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2022

  1. CI: Test OGRE 1.12

    rhaschke committed May 18, 2022
    Configuration menu
    Copy the full SHA
    1dc4953 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. Configuration menu
    Copy the full SHA
    ec7ab1b View commit details
    Browse the repository at this point in the history

Commits on May 27, 2022

  1. Add missing include

    Jochen Sprickerhof authored and rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    554d032 View commit details
    Browse the repository at this point in the history
  2. SyncFrame: Adapt sync_time_ to avoid TF extrapolation

    In SyncFrame mode, we use ros::Time::now() for syncing, which is typically
    more recent than any TF stamp available, causing extrapolationn exceptions.
    To avoid that, we date back sync_time_ by a small amount sync_delta_, that
    is determined from observed lookup time differences.
    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    9a8f980 View commit details
    Browse the repository at this point in the history
  3. Simplify adjustTime()

    There is no need to explicitly call _getLatestCommonTime().
    First, this only succeeds if both frames have exactly the same time stamp.
    Second, lookupTransform() will throw an extrapolation exception anyway,
    if the lookup fails because the requested timestamp is too new.
    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    d880e7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    979c138 View commit details
    Browse the repository at this point in the history
  5. Testing TF time syncing

    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    0249331 View commit details
    Browse the repository at this point in the history
  6. Drop fixed_frame_id_

    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    2716a6e View commit details
    Browse the repository at this point in the history
  7. SyncFrame as last enum entry

    ... to keep existing config files valid
    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    1881e43 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf85b57 View commit details
    Browse the repository at this point in the history
  9. Merge #1698: Improve TF time syncing

    - New mode SyncFrame, syncing TF lookups within a visualization frame
    - Remove experimental status of time syncing
    - Simplify and document code
    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    02159c7 View commit details
    Browse the repository at this point in the history
  10. 1.13.25

    rhaschke committed May 27, 2022
    Configuration menu
    Copy the full SHA
    14216a6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8df909 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2022

  1. Fix transparency of RobotLinks (#1751)

    If a RobotLink has multiple visuals with different alpha values,
    only the last one was actually used (stored in material_alpha_).
    Instead, store the original material and use alpha from there.
    rhaschke authored Jun 4, 2022
    Configuration menu
    Copy the full SHA
    134828f View commit details
    Browse the repository at this point in the history
  2. Use more verbose material names for robot links

    robot link material -> robot link <link name>:<material name>
    rhaschke committed Jun 4, 2022
    Configuration menu
    Copy the full SHA
    49e6a0a View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2022

  1. Configuration menu
    Copy the full SHA
    fb8f306 View commit details
    Browse the repository at this point in the history
  2. Drop OGRE/ from #include directives

    Fixup to 83b1802
    rhaschke committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    d00a5c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9e8087 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2022

  1. Fix segfault in TimePanel::onTimeSignal

    Processing the slot onTimeSignal when the original sender() object was
    deleted, will cause a crash (#1753).
    
    - Drop Display* argument, but rely on QPointer<Display> that is part of the signal
    - Check for valid sender display
    rhaschke committed Jun 27, 2022
    Configuration menu
    Copy the full SHA
    3412c98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0edaa00 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. Configuration menu
    Copy the full SHA
    b2abeff View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Configuration menu
    Copy the full SHA
    f114fdc View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Fix (direct) dock panel deletion (#1759)

    When deleting a PanelDockWidget directly (i.e. not using the corresponding menu action), a dangling pointer was maintained (causing a crash e.g. on next Save) and the menu action wasn't removed.
    rhaschke authored Jul 29, 2022
    Configuration menu
    Copy the full SHA
    163c6c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2022

  1. Improve SplitterHandle of PropertyTreeWidgets (#1760)

    * Suppress horizontal scrolling and auto-resizing of columns:
      - setStretchLastSection(false)
      - use QHeaderView::resizeSection() instead of QTreeView::setColumnWidth
    * Correctly center splitter line
    * Simplify code
    * Correctly consider margin, border, padding: Only use actual contentsRect() for calculations
    * Double click auto-adjusts to content
    rhaschke authored Aug 1, 2022
    Configuration menu
    Copy the full SHA
    4f66819 View commit details
    Browse the repository at this point in the history
  2. 1.13.26

    rhaschke committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    5435574 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4b4930 View commit details
    Browse the repository at this point in the history
  4. 1.14.15

    rhaschke committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    a60b334 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Update maintainers

    rhaschke committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    3105119 View commit details
    Browse the repository at this point in the history
  2. Update maintainers

    rhaschke committed Aug 3, 2022
    Configuration menu
    Copy the full SHA
    95189c1 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

  1. Fix image display wrapping (#1763)

    * Avoid wrapping of texture in image displays
    * send_images: Use uniform border color for testing
    rhaschke authored Aug 8, 2022
    Configuration menu
    Copy the full SHA
    34ac2fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aad08ff View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. 1.13.27

    rhaschke committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    20c8a53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    477817b View commit details
    Browse the repository at this point in the history
  3. 1.14.16

    rhaschke committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    84ffa9e View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Fixup to #1759

    - Delete panels in reverse order to not conflict with cleanup in onPanelDeleted()
    - Don't delete associated delete_action as this is removed in onPanelDeleted() already
    rhaschke committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    e5c281d View commit details
    Browse the repository at this point in the history
  2. 1.13.28

    rhaschke committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    89657b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f42074 View commit details
    Browse the repository at this point in the history
  4. 1.14.17

    rhaschke committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    4550701 View commit details
    Browse the repository at this point in the history
  5. Fixup SplitterHandle (#1766)

    Fixup to #1760. 
    
    To avoid horizontal scrolling:
    - setStretchLastSection(false)
    - Decrease the shrinking column first before increasing the other one
    - Consider Resize events of the viewport, not the QTreeView itself
    - In case horizontal scrolling still occurs, have the scrollbar visible at least.
    
    New feature:
    - Allow zero width for both, name and value column
    rhaschke authored Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c1046a1 View commit details
    Browse the repository at this point in the history
  6. 1.13.29

    rhaschke committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    27fcc07 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    eae29aa View commit details
    Browse the repository at this point in the history
  8. 1.14.18

    rhaschke committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d71d996 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Configuration menu
    Copy the full SHA
    eb96419 View commit details
    Browse the repository at this point in the history
  2. Add LICENSE file

    rhaschke committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    b682a62 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb2168b View commit details
    Browse the repository at this point in the history
  4. 1.14.19

    rhaschke committed Aug 14, 2022
    Configuration menu
    Copy the full SHA
    6a234b4 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Enable dependabot

    rhaschke committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    741f2a1 View commit details
    Browse the repository at this point in the history
  2. Update GHA versions

    rhaschke committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    0d72ad1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5340258 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2023

  1. Update GHA versions

    rhaschke committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    a208a09 View commit details
    Browse the repository at this point in the history
  2. Update GHA versions

    rhaschke committed Jan 7, 2023
    Configuration menu
    Copy the full SHA
    d122ab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Robot: Correctly show joint axis initially

    When created, the Arrow direction was not configured correctly to consider axis_property_.
    Only after an update (calling setTransforms), the direction was fixed.
    rhaschke committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    88dd507 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Use static QCoreApplication::processEvents() w/o QApplication instance (

    #1772)
    
    Drop QApplication instance from VisualizationFrame
    ygerlach authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    15e148d View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Update ABI reference version

    rhaschke committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    baf08e4 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Cleanup robot joint axis drawing

    - avoid redudnant setOrientation() call
    - simplify/unify calculation of parent_link_orientation in updateAxis()
    rhaschke committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    922570d View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Configuration menu
    Copy the full SHA
    b9f72e2 View commit details
    Browse the repository at this point in the history
  2. Insert frame properties sorted

    Sorting frame names before insertion just ensures that frames are inserted
    initially in sorted fashion. To also insert frames showing up later in a
    sorted fashion, we need to explicitly insert them sorted.
    rhaschke committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    a21ff8a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45cc1af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ba642a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d19929 View commit details
    Browse the repository at this point in the history
  6. Add regex filters (white+black list) to TF Display (#1744)

    Co-authored-by: Robert Haschke <[email protected]>
    bpotokar and rhaschke authored Mar 29, 2023
    Configuration menu
    Copy the full SHA
    9450f78 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1bb573f View commit details
    Browse the repository at this point in the history
  8. 1.13.30

    rhaschke committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    3ae7f6d View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    0f22a8b View commit details
    Browse the repository at this point in the history
  2. 1.14.20

    rhaschke committed Mar 30, 2023
    Configuration menu
    Copy the full SHA
    fd566b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. clang-tidy fixup

    rhaschke committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    b023cc5 View commit details
    Browse the repository at this point in the history
  2. clang-tidy fixup

    rhaschke committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    68ce34b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c305f83 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    69108d7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d33e2ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d9c0fd2 View commit details
    Browse the repository at this point in the history
  7. Simplify MockPropertyChangeReceiver

    - publicly expose result
    - drop explicit default ctor and accessor
    rhaschke committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    1a5329e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b29cc02 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5164222 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f35dee1 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Configuration menu
    Copy the full SHA
    10cb16e View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Call propertyHiddenChanged synchronously (#1795)

    Otherwise, using queued signal-slot connection, the passed Property* might no longer exist anymore, when the slot is processed.
    simonschmeisser authored May 18, 2023
    Configuration menu
    Copy the full SHA
    fb5348f View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    93ac44b View commit details
    Browse the repository at this point in the history
  2. Improve error handling in LaserScanDisplay (#1798)

    * Improve "unknown TF error" message
    * LaserScanDisplay: warn about large scan time
    rhaschke authored May 25, 2023
    Configuration menu
    Copy the full SHA
    96a76a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0612105 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d560273 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    ff4e004 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4129ee4 View commit details
    Browse the repository at this point in the history
  3. Remove redundant check

    Validity is checked in indexOf() as well.
    rhaschke committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    c608239 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66791ab View commit details
    Browse the repository at this point in the history
  5. Postpone hiding of properties until insertion into model is finished

    When disabling and re-enabling a RobotModelDisplay, its hidden properties
    (e.g. Alpha of a link having no geometry), were not hidden anymore.
    rhaschke committed Nov 5, 2023
    Configuration menu
    Copy the full SHA
    df72fce View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4fbc3c View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    b466cb9 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Enable Qt6 compatibility (#1813)

    * QLayout::setMargin(int) -> setContentsMargins(...)
    * QRegExp -> QRegularExpression
    * QMouseEvent::[x|y]() -> position().[x|y]()
    * Allow specifying an order of Qt versions to consider
    * CI: Build against Qt 6
    
    Co-authored-by: Robert Haschke <[email protected]>
    simonschmeisser and rhaschke authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    fc75912 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2024

  1. Ogre 13 compatibility

    - Adapt to new createSceneManager
    - Add missing deque include
    - Ogre::UTFString was removed in 13.0
    - CI: Add Ogre 13.6
    simonschmeisser authored and rhaschke committed Feb 3, 2024
    Configuration menu
    Copy the full SHA
    9911c32 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Gracefully handle loops in TF tree (#1820)

    TF display was segfaulting when a loop was introduced in the tree_category_.
    rhaschke authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    02ea03e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ca7e79 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    2fd5e9d View commit details
    Browse the repository at this point in the history
  2. ImageDisplay: publish mouse clicks (#1737)

    Publish mouse clicks (or dragging) on <image_topic>/mouse_click
    
    Co-authored-by: Robert Haschke <[email protected]>
    miguelriemoliveira and rhaschke authored Apr 25, 2024
    Configuration menu
    Copy the full SHA
    23d9e81 View commit details
    Browse the repository at this point in the history
  3. 1.14.21

    rhaschke committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    c6e316b View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Reenable python bindings

    rhaschke committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    71cc8ae View commit details
    Browse the repository at this point in the history
  2. 1.14.22

    rhaschke committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b0ca390 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Fix #1825

    model_ is destroyed between registration of the single-shot timer and its execution
    rhaschke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e0ec5f6 View commit details
    Browse the repository at this point in the history
  2. 1.14.23

    rhaschke committed May 9, 2024
    Configuration menu
    Copy the full SHA
    b820db8 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Fix #1826: jitter in Map display updates (#1828)

    The queued connection update introduced in #1793 caused the map display
    to first update the pose of the map and then the map itself (in the next update cycle).
    The resulting jittering can be perfectly seen when throttling the rviz frame rate.
    
    Updates to the visualization should be handled in update() only.
    Thus, now, if a map update is received, a flag is set to perform the costly map update.
    If that flag is not set, only the transform is updated.
    rhaschke authored May 15, 2024
    Configuration menu
    Copy the full SHA
    7e65fd2 View commit details
    Browse the repository at this point in the history
  2. 1.14.24

    rhaschke committed May 15, 2024
    Configuration menu
    Copy the full SHA
    15ff3c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    29d6792 View commit details
    Browse the repository at this point in the history
  4. CI: Update action versions

    rhaschke committed May 15, 2024
    Configuration menu
    Copy the full SHA
    2db2c53 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    89a541f View commit details
    Browse the repository at this point in the history
  2. 1.14.25

    rhaschke committed May 21, 2024
    Configuration menu
    Copy the full SHA
    d1cea53 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2024

  1. CI: Reenable clang-tidy

    CLANG_TIDY arg wasn't forwarded to industrial_ci
    rhaschke committed May 25, 2024
    Configuration menu
    Copy the full SHA
    ba95c1f View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Fix #1834: segfault on addMaximizeButton

    ... for image/camera displays if no window manager is instantiated
    rhaschke committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fdcf656 View commit details
    Browse the repository at this point in the history