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

Updated "cut at specified angle feature" with latest master version. #126

Commits on Oct 10, 2014

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

Commits on Oct 11, 2014

  1. cleanup debug line

    ddillenberger committed Oct 11, 2014
    Configuration menu
    Copy the full SHA
    e1aa46a View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2015

  1. fixed missing header

    bricerebsamen committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    f366bca View commit details
    Browse the repository at this point in the history
  2. parameters to set the udp port

    junior authored and bricerebsamen committed Jan 8, 2015
    Configuration menu
    Copy the full SHA
    d48c203 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2015

  1. Merge pull request ros-drivers#39 from zooxco/multivelodyne

    support for multiple velodynes
    jack-oquin committed Sep 22, 2015
    Configuration menu
    Copy the full SHA
    89aa0a6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2015

  1. permit min_range settings below 0.9 meters (ros-drivers#60)

    No known models are currently known to return closer measurements.
    jack-oquin committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    d65ef88 View commit details
    Browse the repository at this point in the history
  2. restore VLP-16 min_range setting to 0.4 (ros-drivers#60)

    NOTE: There is still some other problem keeping that from working.
    jack-oquin committed Oct 14, 2015
    Configuration menu
    Copy the full SHA
    85228ed View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2015

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

Commits on Nov 21, 2015

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

Commits on Nov 29, 2015

  1. Remove unused variable

    I think that `dsr` was unused. See line 317: 
    
    for (int dsr=0; ...
    jlblancoc committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    f75228e View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros-drivers#68 from jlblancoc/patch-1

    Remove unused variable
    jack-oquin committed Nov 29, 2015
    Configuration menu
    Copy the full SHA
    455721b View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

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

Commits on Feb 9, 2016

  1. Configuration menu
    Copy the full SHA
    597aa91 View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros-drivers#73 from fudger/master

    Correct important data type error for VLP-16
    jack-oquin committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    fd36398 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. resolve sign error

    pomerlef committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    3f6924e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df0861 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

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

Commits on Feb 18, 2016

  1. Configuration menu
    Copy the full SHA
    acce5e1 View commit details
    Browse the repository at this point in the history
  2. Add a missing space.

    acschaefer committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    2856180 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ros-drivers#77 from fudger/pretty_print

    Fix output of calibration data onto console
    jack-oquin committed Feb 18, 2016
    Configuration menu
    Copy the full SHA
    79c8d82 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Add docs to gitignore.

    Documentation tools create this folder that shall not be uploaded to git.
    acschaefer committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    80a1494 View commit details
    Browse the repository at this point in the history
  2. Set up dynamic reconfiguration for transform_node.

    Previously, transform_node has neither read parameters other than frame_id from the command line nor has it exposed these parameters via dynamic reconfigure. As parameters like max_range and view_width have been initialized to zero, the inconfigurable transform_node has returned an empty point cloud.
    
    Now, transform_node launches an reconfigure server just as cloud_node. In contrast to cloud_node, transform node exposes another parameter for dynamic reconfiguration: frame_id, i.e. the frame of reference the incoming Velodyne points are transformed to.
    acschaefer committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    26fface View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Improve coding style.

    acschaefer committed Feb 22, 2016
    Configuration menu
    Copy the full SHA
    95b4691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7d0ce4 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Configuration menu
    Copy the full SHA
    47df691 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ccb9a0b View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. Merge pull request ros-drivers#80 from ros-drivers/fix_yaml_import

    allow floats in min/max_intensity and make horiz_offset_correction optional
    jack-oquin committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    f896e22 View commit details
    Browse the repository at this point in the history
  2. add travis pr testing

    wjwwood committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    bf1592c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b1eced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b82b20 View commit details
    Browse the repository at this point in the history
  5. try to fixup travis-ci

    wjwwood committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    f3f1fde View commit details
    Browse the repository at this point in the history
  6. fix test_results call

    wjwwood committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    594d0be View commit details
    Browse the repository at this point in the history
  7. Merge pull request ros-drivers#82 from ros-drivers/fix_pr_80

    Fix pr 80; adding travis CI tests.
    jack-oquin committed Mar 12, 2016
    Configuration menu
    Copy the full SHA
    3fc2d20 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2016

  1. Merge pull request ros-drivers#76 from pomerlef/master

    Sign inversion in some equations
    jack-oquin committed Mar 19, 2016
    Configuration menu
    Copy the full SHA
    71d6ec2 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2016

  1. calibration: make max_intensity and min_intensity optional (ros-drive…

    …rs#84)
    
    This fixes a regression in the 32e and VLP-16 calibrations which do not contain
    intensity values. There is still a problem with the 64e_s2.1 calibration.
    jack-oquin committed Mar 20, 2016
    Configuration menu
    Copy the full SHA
    fbe603a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2016

  1. calibration: add gtest for ros-drivers#84

    This currently fails on 64e_s2.1-sztaki.yaml and on issue_84_float_intensities.yaml.
    jack-oquin committed Mar 21, 2016
    Configuration menu
    Copy the full SHA
    c3e5178 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a5d583 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

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

Commits on Mar 25, 2016

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

Commits on Apr 12, 2016

  1. Configuration menu
    Copy the full SHA
    b344cf0 View commit details
    Browse the repository at this point in the history
  2. velodyne_pointcloud: fix transform unit tests

    Use tf2_ros static_transform_publisher for more consistent timing (ros-drivers#2)
    jack-oquin committed Apr 12, 2016
    Configuration menu
    Copy the full SHA
    196f273 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    76e5f85 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c434f43 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    893bdcb View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2016

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

Commits on Apr 22, 2016

  1. Configuration menu
    Copy the full SHA
    094db69 View commit details
    Browse the repository at this point in the history
  2. velodyne_driver: Add dynamic_reconfigure and time_offset correction

    The value of time_offset is added to the calculated time stamp in live mode for each packet.
    Tones29 committed Apr 22, 2016
    Configuration menu
    Copy the full SHA
    ed051a8 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2016

  1. Merge pull request ros-drivers#89 from Tones29/feat_dynrec_driver

    Add dynamic latency configuration to velodyne_driver
    jack-oquin committed May 25, 2016
    Configuration menu
    Copy the full SHA
    bd05bf4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca4f47 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ros-drivers#91 from chukcha2/master

    update velodyne_driver package description to include all models
    jack-oquin committed May 25, 2016
    Configuration menu
    Copy the full SHA
    b8e8faa View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2016

  1. Modified velodyne_pointcloud/src/conversion/colors.cc to remove

    address build warning for strict-aliasing.
    
    velodyne/velodyne_pointcloud/src/conversions/colors.cc:84:58:
     error: dereferencing type-punned pointer will break strict-aliasing rules [-Werror=strict-aliasing]
             p.rgb = *reinterpret_cast<float*>(&rainbow[color]);
                                                              ^
    Adam Stambler committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    00db43d View commit details
    Browse the repository at this point in the history
  2. Modified velodyne_point_cloud/src/lib/rawdata.cc to address warning

    that last_azimuth_diff variable may be used uninitialized.  Variable
    is now initialized to 0 at creation.
    
    velodyne/velodyne_pointcloud/src/lib/rawdata.cc:328:57: error: ‘last_azimuth_diff’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
               azimuth_corrected_f = azimuth + (azimuth_diff * ((dsr*VLP16_DSR_TOFFSET) + (firing*VLP16_FIRING_TOFFSET)) / VLP16_BLOCK_TDURATION);
    Adam Stambler committed Jun 2, 2016
    Configuration menu
    Copy the full SHA
    252615c View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2016

  1. Merge pull request ros-drivers#92 from adasta/master

    GCC Build Warnings
    jack-oquin committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    2887506 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2016

  1. Configuration menu
    Copy the full SHA
    f2bfe50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    075cb76 View commit details
    Browse the repository at this point in the history
  3. Merge pull request ros-drivers#94 from ros-drivers/pcap_port

    velodyne_driver: use port number for PCAP data (ros-drivers#46, ros-drivers#66)
    jack-oquin committed Jun 16, 2016
    Configuration menu
    Copy the full SHA
    618a73a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2016

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

Commits on Jun 30, 2016

  1. update change history

    jack-oquin committed Jun 30, 2016
    Configuration menu
    Copy the full SHA
    f85ab35 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2016

  1. updated VLP-16 packet rate from user manual.

    Also verified with sensor. It reduced overlap in the pointcloud
    Priyanka Dey committed Jul 1, 2016
    Configuration menu
    Copy the full SHA
    58040a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2016

  1. Merge pull request ros-drivers#96 from priyankadey/master

    updated VLP-16 packet rate from user manual.
    jack-oquin committed Jul 3, 2016
    Configuration menu
    Copy the full SHA
    2095ee3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

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

Commits on Aug 9, 2016

  1. velodyne_driver/src/lib/input.cc : fix for device_ip filter

    Fix for device_ip filter in InputSocket: initialization of devip_ for correct ip filtering in InputSocket::getPacket.
    teosnare committed Aug 9, 2016
    Configuration menu
    Copy the full SHA
    2495c8f View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2016

  1. Fix misleading typecasts.

    intensity and VPoint::intensity are both of type float.
    Alexander Schaefer committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    3a19dcc View commit details
    Browse the repository at this point in the history
  2. Add more options in launch files.

    - rpm, device_ip, port, read_once, read_fast, repeat_delay
    Daniel Jartoux committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    26c24ef View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2016

  1. Merge pull request ros-drivers#103 from fudger/patch-1

    Fix misleading typecasts.
    jack-oquin committed Aug 15, 2016
    Configuration menu
    Copy the full SHA
    109a51f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2016

  1. Remove unused constants.

    DISTANCE_MAX and DISTANCE_MAX_UNITS are not used anywhere in the code.
    
    Furthermore, using them would lead to errors as both VLP-64 manuals state that returns above 120 m should not be used. The VLP-32 manual allows 70 m as the maximum valid sensor range.
    Alexander Schaefer committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    e3d7e74 View commit details
    Browse the repository at this point in the history
  2. Rearranged alphabetically.

    Daniel Jartoux committed Aug 16, 2016
    Configuration menu
    Copy the full SHA
    0b03832 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2016

  1. Merge pull request ros-drivers#104 from altrouge/launch_options

    Add more options in launch files.
    jack-oquin committed Aug 26, 2016
    Configuration menu
    Copy the full SHA
    34d1dad View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2016

  1. Merge pull request ros-drivers#105 from fudger/patch-1

    Remove unused constants.
    jack-oquin committed Sep 20, 2016
    Configuration menu
    Copy the full SHA
    d8b0c2f View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Merge pull request ros-drivers#101 from teosnare/master

    velodyne_driver/src/lib/input.cc : fix for device_ip filter
    jack-oquin committed Oct 6, 2016
    Configuration menu
    Copy the full SHA
    611df63 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2016

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

Commits on Oct 9, 2016

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

Commits on Dec 8, 2016

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

Commits on Dec 20, 2016

  1. Added an interface to set up raw data processing from a locally defin…

    …ed calibration file. This method is useful when processing data offline from a bag file, without starting any ros master
    tstoyanov committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e6560cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request ros-drivers#111 from OrebroUniversity/master

    Added an interface to set up raw data processing offline
    jack-oquin committed Dec 20, 2016
    Configuration menu
    Copy the full SHA
    e263b80 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2017

  1. velodyne_pointcloud: remove incorrect catkin_package() DEPENDS option (

    …ros-drivers#93)
    
    This eliminates a CMake warning when building on Xenial.
    jack-oquin committed Apr 19, 2017
    Configuration menu
    Copy the full SHA
    3747e93 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2017

  1. Configuration menu
    Copy the full SHA
    00f407e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8898d View commit details
    Browse the repository at this point in the history
  3. Add VLP16 Puck Hi-Res support

    Kris Kozak committed Sep 28, 2017
    Configuration menu
    Copy the full SHA
    462c809 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2017

  1. Merge pull request ros-drivers#1 from volkandre/master

    Fixed bug. Laserscans now cover full 360 degrees.
    khallenbeck-dsi committed Sep 30, 2017
    Configuration menu
    Copy the full SHA
    7b7be3c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Configuration menu
    Copy the full SHA
    d6fce8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    345820e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    269e83c View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2017

  1. Merge pull request ros-drivers#127 from swri-robotics/add_vlp16_hires…

    …_support
    
    Add VLP16 Puck Hi-Res config file
    Joshua Whitley committed Oct 18, 2017
    Configuration menu
    Copy the full SHA
    76be2be View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2017

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

Commits on Nov 6, 2017

  1. Merge pull request ros-drivers#129 from kmhallen/pluginlib_macro

    Modern pluginlib macro
    Joshua Whitley committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    78ee547 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f40555d View commit details
    Browse the repository at this point in the history
  3. Merge pull request ros-drivers#110 from kmhallen/master

    Added velodyne_laserscan package
    Joshua Whitley committed Nov 6, 2017
    Configuration menu
    Copy the full SHA
    8e999eb View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2017

  1. Updating change logs for release.

    Joshua Whitley committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    722b849 View commit details
    Browse the repository at this point in the history
  2. Testing removing single quotes in changelog.

    Joshua Whitley committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    d17e252 View commit details
    Browse the repository at this point in the history
  3. Bumping version.

    Joshua Whitley committed Nov 10, 2017
    Configuration menu
    Copy the full SHA
    f8c6e82 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Configuration menu
    Copy the full SHA
    7fde5de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4800414 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'cut_at_specified_angle_feature' of https://github.com/v…

    …olkandre/velodyne into cut_at_specified_angle_feature
    Andre Volk committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    bb8401b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2f168c View commit details
    Browse the repository at this point in the history