extras: mavros_plugins.xml: fix malform on XML file
landing_target: use m_uas
visualization: set the frame and child frame id back to map and base_link
general fixup to update the landing_target codebase
extras: landing target: improve usability and flexibility
ident correction
landing_target: use Eigen::Quaterniond::Identity()
visualization: small correction on cb
landing_target: ident correct
landing_target: ident correction
renamed copter_visualization to just visualization
landing_target: target orientation: assess it is not possible
copter_visualization: add target_size and landing_target subscriber in copter_visualization node, so to publish a marker of the target
uas_stringify: changed UAS::idx_frame() to UAS::frame_from_str()
landing_target: removed child_frame_id
landing_target: minor code tweak/restructure
landing_target: small correction on math
landing_target: uncrustify code
landing_target: updated to TF2 and Eigen math
landing_target: adapted to latest master code
landing_target: corrected pkt parser order
landing_target: added stringify usage on code
landing_target: added timestamp and target size fields [!Won't compile unless a new mavlink release!]
landing_target: removed PoseWithCovarianceStamped include
landing_target: remove the need of local_position subscription
landing_target: fixed local_position subscriber topic name
landing_target: updated notation and applied correct math to conversions
landing_target: first commit
Contributors: TSC21
0.30.0 (2019-05-20)
Fixed an issue when the laser scan topic contains NaN values they where being sent as 0 distances. (#1218)
extras #1223: Add eigen aligned allocators to plugin classes.
gps_rtk: fix multi segment messages
Update the readme
Contributors: Dr.-Ing. Amilcar do Carmo Lucas, Jaime Machuca, Vladimir Ermakov
0.29.2 (2019-03-06)
extras: odom: update velocity covariance fields from 'twist' to 'velocity_covariance'
Contributors: TSC21
0.29.1 (2019-03-03)
All: catkin lint files
cmake: fix #1174: add msg deps for package format 2
mavros_extras: Convert source files to Unix line endings
Contributors: Pierre Kancir, Vladimir Ermakov, sfalexrog
0.29.0 (2019-02-02)
obstacle_distance: align comments
obstacle_distance: fixup items after peer review
changes include using size_t instead of int for loop variables
scale_factor calculation ensures argument are floating point
remove unnecessary n variable
obstacle_distance: combine sensor distances to fit within outgoing message
gps_rtk: documentation fixes
Fix broken documentation URLs
added tf2_eigen to dependencies, so that building with catkin tools does not fail anymore
Merge branch 'master' into param-timeout
mavros_extras: Wheel odometry plugin updated according to the final mavlink WHEEL_DISTANCE message.
mavros_extras: mavros_plugins.xml fix after bad merge.
ENU<->ECEF transforms fix. (#847)
* ENU<->ECEF transforms fix.
* Changes after review. Unit tests added.
Contributors: pavloblindnology
0.21.3 (2017-10-28)
mavteleop: Move from iteritems to items for python3 support
Items work with python3 and python2.7
Signed-off-by: Patrick Jose Pereira <patrickelectric@gmail.com>
extras: Configurable base frame id on distance_sensor
Fix #835
debug_msgs: fix typo
debug_msgs: fix typo
extras: Use cog to reduce common msg filler code
add debug plugin
Contributors: Nuno Marques, Patrick Jose Pereira, TSC21, Vladimir Ermakov
0.21.2 (2017-09-25)
odom: fix typo
odom: general fixes and code tighting
Use tf2 for odom plugin and set reasoable defaults for local pos cov.
Contributors: James Goppert, TSC21
0.21.1 (2017-09-22)
0.21.0 (2017-09-14)
IMU and attitude: general clean-up
Using tabs as the file does
Updating comments for PX4Flow
Removing copter_visualization from the yaml files.
Adding odometry to apm_config
Changing frame_id to base_link for vibration
Update the apm_config and px4flow_config files
Update configuration from mavros_extras
Contributors: Alexis Paques, TSC21
0.20.1 (2017-08-28)
0.20.0 (2017-08-23)
Extras: Distance sensors add RADAR and UNKNOWN type
Extras: distance sensor don't spam when message are bounce back from FCU
Extras: add ardupilot rangefinder plugin
[WIP] Plugins: setpoint_attitude: add sync between thrust and attitude (#700)
* plugins: setpoint_attitude: add sync between throttle and attitude topics to be sent together
* plugins: typo correction: replace throttle with thrust
* plugins: msgs: setpoint_attitude: replaces Float32Stamped for Thrust msg
* plugins: setpoint_attitude: add sync between twist and thrust (RPY+Thrust)
* setpoint_attitude: update the logic of thrust normalization verification
* setpoint_attitude: implement sync between tf listener and thrust subscriber
* TF sync listener: generalize topic type that can be syncronized with TF2
* TF2ListenerMixin: keep class template, use template for tf sync method only
* TF2ListenerMixin: fix and improve sync tf2_start method
* general update to yaml config files and parameters
* setpoint_attitude: add note on Thrust sub name
* setpoint_attitude: TF sync: pass subscriber pointer instead of binding it
extras: fake_gps: use another method to throttle incoming msgs
extras: fake_gps: compute vector2d.norm()
frame tf: move ENU<->ECEF transforms to ftf_frame_conversions.cpp
extras: fake_gps: use rate instead of period
extras: fake_gps: style fix
extras: mocap_fake_gps->fake_gps: generalize plugin and use GeographicLib possibilites
extras: odom: Minor fixes
extras: Add odom plugin
Contributors: James Goppert, Nuno Marques, TSC21, Vladimir Ermakov, khancyr
0.19.0 (2017-05-05)
extras: fix package link
extras: Fix adsb plugin
extras: Add ADSB plugin
Add frame transform for vibration levels (#690)
* add frame transform for accel vibration levels
* use vectorEigenToMsg
* unscrustify
Contributors: Nuno Marques, Vladimir Ermakov
0.18.7 (2017-02-24)
vision plugin : Add missing transform
Contributors: Kabir Mohammed
0.18.6 (2017-02-07)
0.18.5 (2016-12-12)
0.18.4 (2016-11-11)
Code clean-up
code style fix
markup changes
Fake gps plugin
Update README for all packages
Contributors: Vilhjalmur, Vladimir Ermakov, vilhjalmur89
0.18.3 (2016-07-07)
0.18.2 (2016-06-30)
0.18.1 (2016-06-24)
0.18.0 (2016-06-23)
extras #560: remove cv_bridge and image_transport deps
plugin api #241: remove global private node handle.
Now all plugins should define their local node handle (see dummy.cpp).
Also partially does #233 (unmerge setpoint topic namespace).