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

Update bot_core_sensor_status_t.lcm #19

Open
wants to merge 8 commits into
base: drake
Choose a base branch
from

Commits on Mar 12, 2018

  1. Fix shebang lines

    Jamie Snape committed Mar 12, 2018
    Configuration menu
    Copy the full SHA
    b2686b4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2018

  1. Add packaging and setup scripts for bionic

    Jamie Snape committed May 10, 2018
    Configuration menu
    Copy the full SHA
    6923342 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Replace HUGE by HUGE_VAL

    HUGE is not defined in math.h anymore in Ubuntu/bionic. This is most likely
    due to a newer version of glibc.
    Francois Budin committed May 17, 2018
    Configuration menu
    Copy the full SHA
    421f914 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Enable creating packages on Ubuntu bionic,xenial, and trusty

    Package creation was broken because dpkg-shlibdeps could not find
    liblcm.so inside the created package. This is because the package
    is installing the tools and the libraries in a non-standard location.
    As a work around, we set R(UN)PATH to be able to find liblcm.so
    at packaging time. RPATH or RUNPATH are set depending on the
    default configuration of the compiler/linker on the current platform.
    CMake 3.6 is required to use $ORIGIN in R(UN)PATH for CPackDeb.cmake
    module to work.
    Francois Budin committed May 18, 2018
    Configuration menu
    Copy the full SHA
    5b79794 View commit details
    Browse the repository at this point in the history
  2. Merge pull request RobotLocomotion#18 from fbudin69500/packaging_fix_…

    …ubuntu
    
    Packaging fix ubuntu
    jamiesnape committed May 18, 2018
    Configuration menu
    Copy the full SHA
    693bfd8 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Add options to enable/disable certain subprojects

    Jamie Snape committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    74fa6ff View commit details
    Browse the repository at this point in the history
  2. Set PIC if building static libraries

    Jamie Snape committed Jun 25, 2018
    Configuration menu
    Copy the full SHA
    e28237d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Update bot_core_sensor_status_t.lcm

    updated sensor status to include Velodyne 16 (Puck)
    mrwalter committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    4fa7138 View commit details
    Browse the repository at this point in the history