- Update package description
- Merge pull request #60 from FRC900/remove_lib_from_cmake Removed teraranger_array library from catkin_package LIBRARIES
- Merge remote-tracking branch 'origin/master' into remove_lib_from_cmake
- Merge pull request #59 from FRC900/cpp_msg_header Move header to start of RangeArray.msg
- Add travis config
- Removed teraranger_array library from catkin_package LIBRARIES This file isn't built, so packages referencing teraranger_array fail when searching for the non-existent library
- Move header to start of RangeArray.msg The cpp tools require the header to be the first entry in the message for ros::message_traits to recognize that the message in fact has a header.
- Update links in Readme
- Contributors: Kevin Jaget, Pierre-Louis Kabaradjian
- Update maintainer list
- Fix reconfigure infos
- Make sure processAck always returns something
- Mention dependency on serial package in readme
- Avoid narrowing cast in switch case
- Contributors: Morten Fyhn Amundsen, Pierre-Louis Kabaradjian
- Update Readme for Evo 3m
- Add Evo 3m type to the list of available Evo's
- Contributors: BaptistePotier, Pierre-Louis Kabaradjian
- Update Readme for Tower Evo
- Set default rate to ASAP
- Add 500 et 600 Hz mode
- Add specific firing mode for TeraRanger Tower Evo
- Contributors: Baptiste Potier, Pierre-Louis Kabaradjian
- Change default modes
- Re-add line removed by mistake
- Correct typo in example launch files
- Contributors: Pierre-Louis Kabaradjian
- Add example launch files
- Update for evo 600hz
- Close serial port on shutdown
- Move input flush
- Fix/default modes
- Make separate function for each reconfigure parameter
- Initilalize all modes at first dynamic reconfigure call
- Remove min and max clipping for One and Evo
- Contributors: Pierre-Louis Kabaradjian, Baptiste Potier
- Correct linear acceleration conversion factor to a more accurate one
- Contributors: Pierre-Louis Kabaradjian
- Reduce queue sizes to 1
- Add separate topic for euler imu data
- Contributors: Pierre-Louis Kabaradjian
- Correct wrong euler factor
- Contributors: Pierre-Louis Kabaradjian
- Clean dynamic reconfigure .cfg files
- Remove unsupported modes
- Add node namespace to every log message
- Remove old debug messages
- Add ack check when sending commands
- Correct rate commands
- Set defaults modes in both dynamic reconfigure and driver init
- Disable custom firing mode
- Remove unnecessary rates
- Contributors: Pierre-Louis Kabaradjian
- Change license to MIT
- Update link
- Contributors: Pierre-Louis Kabaradjian, Baptiste Potier
- Update package.xml
- Contributors: Pierre-Louis Kabaradjian
- Use ros-serial and remove old serial files
- Standardize topic names
- Use REP 117
- Use RangeArray message, append namespace to frame_id
- Send disable cmd when driver exits
- Refactor trone and multiflex drivers
- Initial commit
- Contributors: Pierre-Louis Kabaradjian, Krzysztof Zurad, Mateusz Sadowski, Baptiste Potier