Changes¶
- Add pconnect() service to connect to multiple hardware devices.
- Update the e_rate exception to report the name of the low-rate sensor.
- Fix set_zero* functions not resetting the gyroscope bias.
- Fix possible deadlock when stopping component while the connection is broken.
- Receive and log IMU temperature if present.
- Log battery level.
- Log raw IMU and magnetometer measurements in addition to filtered ones, so that the filtering performance can be assessed.
- Log IMU filter settings, IMU calibration and sensor rates at the beginning of the log file and as soon as they are updated, so that the log file analysis gives all the important configuration details.
- Log only new data samples and use '-' for unchanged data. Missing data (i.e. not updated since last log line) is replaced by '-' (ASCII 0x2d). This provides better feedback on the sample rates of the sensors and time of reception. This is compatible with "set datafile missing '-'" in gnuplot. An incompatible change is that column headers are in a different order than before. The column labels have been kept identical though, so log parsing scripts using the labels instead of the column number will continue to work as before.
- Collect temperature during calibration and record the average. The calibration has a new 'temperature' parameter. It is unused at the moment (so it can be set to anything when loading calibration data from older versions). It gives an indication at which temperature the calibration was done so that it can be redone if necessary.
Download¶
rotorcraft-genom3-3.4.tar.gz
Changes¶
- Use dpkg-architecture to retrieve the debian architecture name (fix aarch64 support).
Download¶
pkgrepo2deb-1.12.tar.gz
Changes¶
- Sync with unconstified '_maximum' member in C bounded sequences (genom3-2.99.40).
- Better actionlib client initialization so that a request sent quickly after loading the client will not fail because of incomplete initialization.
Download¶
genom3-ros-1.29.tar.gz
Changes¶
- port->data() returns NULL if a previous port->read() had an error.
- port->read() errors are reported only once for consecutive errors (all errors are still reported in debug mode).
- Default control task stack size is 8MB.
- Require genom3-2.99.40 for unconstified _maximum member of bounded sequences
Download¶
genom3-pocolibs-1.21.tar.gz
Changes¶
- Remove the 'const' qualifier from the C mapping of _maximum in bounded sequence
- Allow 'stack' property to be specified at component level (for all tasks)
- Fix possibly missing 'optional' keyword in generated type documentation
Download¶
genom-2.99.40.tar.gz
Changes¶
- Fix Jacobian of the "MRP to quaternion" function (#353).
- Fix computation of the orientation measurements delta and covariance
- Log variance of roll, pitch, yaw angles instead of those of the quaternion
- Log euler angles of measurement offset instead of quaternion
Download¶
pom-genom3-3.4.tar.gz
Changes¶
- Add an explicit emergency state in the permanent activity automata
- Add set_gtmrp_geom() helper for Generically Tilted Multi-Rotor Platform
- Don't fly until a robot geometry has been explicitly configured
Download¶
nhfc-genom3-2.2.tar.gz
Changes¶
- Remove unused inertia matrix parameter
- Optimize controller (specialized version assuming a cylindric approximation of the admissible thrust).
Download¶
uavpos-genom3-1.2.tar.gz
Changes¶
- Remove unused inertia matrix parameter (in set_geom() et al.)
- Add set_gtmrp_geom() helper for Generically Tilted Multi-Rotor Platform
- Don't fly until a robot geometry has been explicitly configured
- Fix computation of thrust in body frame
- Fix default thrust when no reference is present and robot is not horizontal
Download¶
uavatt-genom3-1.2.tar.gz
Changes¶
- Fix internal error when the client load options are empty
- Fix internal error trying to set default values for non-existent output variables in input argument
- Fix default values of missing arguments sometimes not set when partial arguments are given
- Fix potiential internal syntax error (break inside switch)
Download¶
tcl-genomix-1.8.tar.gz