- Nov 27, 2020
-
-
MelanieCarriere authored
The loop options of the PacketfileSender was broken. The pcap filename is open at the creation of the vvPacketSender and close when its delete. We now create a new vvPacketSender for each send.
-
- Aug 27, 2020
-
-
Nick Laurenson authored
On windows the tests were taking minutes instead of seconds. This is because it's not possible to sleep for a short period of time on this OS. Until now the tests were only trying to respect the time interval between two consecutive packets. A packet was send, a sleep was done, etc... But a thread can't sleep for an exact period of time. It can only sleep for a minimum period of time. As a result the pcap was send slower than expected on every OS. After this commit, the tests are only trying to respect the time interval between the first and the current packets. A sleep is done when the packets are in advance, otherwise the packet are just send one after each other.
-
- Nov 27, 2019
-
-
Nick Laurenson authored
-
- Nov 25, 2019
-
-
Nick Laurenson authored
-
- Nov 21, 2019
-
-
Nick Laurenson authored
separate the Plugin into: - LidarPlugin - VelodyneUiPlugin - VelodynePlugin
-
- Apr 23, 2019
-
-
Nick Laurenson authored
-
- Nov 19, 2018
-
-
Nick Laurenson authored
-
- Nov 16, 2018
-
-
Nick Laurenson authored
- use wall clock instead of CPU clock (bugfix) - make the CLI more user friendly
-
- Oct 19, 2018
-
-
Nick Laurenson authored
-
Nick Laurenson authored
-
- Jun 29, 2017
-
-
Bastien Jacquet authored
-
- Jan 24, 2017
-
-
Pierre Guilbert authored
-
Louis Amore authored
-
- Jan 03, 2017
-
-
Pierre Guilbert authored
-
- Dec 15, 2016
-
-
Pierre Guilbert authored
-
- Oct 27, 2016
-
-
Bastien Jacquet authored
-
Pierre Guilbert authored
-
- Oct 19, 2016
-
-
Pierre Guilbert authored
-
- Oct 18, 2016
-
-
Pierre Guilbert authored
-
- Oct 17, 2016
-
-
Pierre Guilbert authored
-
Pierre Guilbert authored
-
Pierre Guilbert authored
Changes : The ports in the PacketFileSender test are now customizable Ended : The ports are customizable
-
- Feb 12, 2015
-
-
Casey Goodlett authored
The previous design using multiple IOService objects was problematic to startup and shutdown correctly. Refactor the code to user a single IOService (and thread) with one handler per socket. Additionally make the PacketFileSender send position packets.
-
- Jan 19, 2015
-
-
Casey Goodlett authored
-
- Nov 25, 2014
-
-
Casey Goodlett authored
For testing purposes its nice to have a sensor stream that runs arbitrarily long
-
- Nov 17, 2014
-
-
Casey Goodlett authored
-
- Nov 12, 2014
-
-
Casey Goodlett authored
-
- Aug 13, 2013
-
-
Casey Goodlett authored
-
- Apr 10, 2013
-
-
Pat Marion authored
- add calibration file - add pcap writing - add cache / deque - bug fixes
-
- Feb 27, 2013
-
-
Pat Marion authored
-