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

Compile and run natively in Noetic/Qt5 #211

Open
wants to merge 4 commits into
base: indigo-devel
Choose a base branch
from

Commits on Jan 22, 2022

  1. Compile and run natively in Noetic/Qt5

    Updates to the build and configuration files to allow the STDR Simulator to work in Noetic and Qt5 have been created.  Minor alterations to code were needed to accommodate the different locations of some Qt header files.  Some code was altered to remove the accommodating UTF8 coding as it is now default.  Finally, an alteration was necessary to accommodate the new way timers in Qt work.
    
    This update also fixes a bug in stdr_specifications.xml that prevented co2_sensors from working.
    leegs committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    ec04b53 View commit details
    Browse the repository at this point in the history
  2. Dependency fixes

    There was a typo in a dependency in CMakeLists.txt that missed the last commit.  Also added a long overdue dependency on map_server.
    leegs committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    ce0d0d5 View commit details
    Browse the repository at this point in the history
  3. There was a race condition that may have been fixed

    A QTimer issues resulting from the update to Qt5 is being fixed.
    leegs committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    61ccf79 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Update .travis.yml

    First attempt at creating a file for the travis-ci test build for the repository.
    leegs authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    35c6d63 View commit details
    Browse the repository at this point in the history