-
Notifications
You must be signed in to change notification settings - Fork 632
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
Mrpt 2.0 devel #454
Merged
Merged
Mrpt 2.0 devel #454
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[CReactiveNavigationSystem] Make loggingGetWSObstaclesAndShape protected
Generalize CLogFileRecord for other cmd types
Fix warnings
PIMPL refactor
Template <> for pimpl template specialization
Added to rawlog-viewer and ptg-configurator
Fix warnings with signed/unsigned int
Log an emergency stop command in navlog
This reverts commit 50ad7cf.
This is an extension of the gasmap gridmap-defined connectivity pattern: via a visitor object, users can now supply any arbitrary connectivity pattern (and variances for each edge) in a 2D or 3D MRF. This applies to gasmaps and all other MRF classes. (cc: @JGMonroy , FYI)
Conflicts: apps/ReactiveNav3D-Demo/CMakeLists.txt doc/doxygen-pages/lib_mrpt_reactivenav.h doc/doxygen-pages/lib_mrpt_scanmatching.h libs/maps/include/mrpt/slam/CBeacon.h libs/maps/include/mrpt/slam/CBeaconMap.h libs/maps/include/mrpt/slam/CColouredOctoMap.h libs/maps/include/mrpt/slam/CColouredPointsMap.h libs/maps/include/mrpt/slam/CGasConcentrationGridMap2D.h libs/maps/include/mrpt/slam/CHeightGridMap2D.h libs/maps/include/mrpt/slam/CLogOddsGridMap2D.h libs/maps/include/mrpt/slam/COccupancyGridMap2D.h libs/maps/include/mrpt/slam/COctoMap.h libs/maps/include/mrpt/slam/COctoMapBase.h libs/maps/include/mrpt/slam/CPointsMap.h libs/maps/include/mrpt/slam/CRandomFieldGridMap2D.h libs/maps/include/mrpt/slam/CReflectivityGridMap2D.h libs/maps/include/mrpt/slam/CSimplePointsMap.h libs/maps/include/mrpt/slam/CWeightedPointsMap.h libs/maps/include/mrpt/slam/CWirelessPowerGridMap2D.h libs/maps/include/mrpt/slam/PCL_adapters.h libs/nav/include/mrpt/reactivenav.h libs/nav/include/mrpt/reactivenav/CReactiveNavigationSystem.h libs/nav/include/mrpt/reactivenav/CReactiveNavigationSystem3D.h libs/obs/include/mrpt/slam/CAction.h libs/obs/include/mrpt/slam/CActionCollection.h libs/obs/include/mrpt/slam/CActionRobotMovement2D.h libs/obs/include/mrpt/slam/CActionRobotMovement3D.h libs/obs/include/mrpt/slam/CMetricMap.h libs/obs/include/mrpt/slam/CMetricMapEvents.h libs/obs/include/mrpt/slam/CObservation.h libs/obs/include/mrpt/slam/CObservation2DRangeScan.h libs/obs/include/mrpt/slam/CObservation3DRangeScan.h libs/obs/include/mrpt/slam/CObservation6DFeatures.h libs/obs/include/mrpt/slam/CObservationBatteryState.h libs/obs/include/mrpt/slam/CObservationBeaconRanges.h libs/obs/include/mrpt/slam/CObservationBearingRange.h libs/obs/include/mrpt/slam/CObservationCANBusJ1939.h libs/obs/include/mrpt/slam/CObservationComment.h libs/obs/include/mrpt/slam/CObservationGPS.h libs/obs/include/mrpt/slam/CObservationGasSensors.h libs/obs/include/mrpt/slam/CObservationIMU.h libs/obs/include/mrpt/slam/CObservationImage.h libs/obs/include/mrpt/slam/CObservationOdometry.h libs/obs/include/mrpt/slam/CObservationRFID.h libs/obs/include/mrpt/slam/CObservationRGBD360.h libs/obs/include/mrpt/slam/CObservationRange.h libs/obs/include/mrpt/slam/CObservationRawDAQ.h libs/obs/include/mrpt/slam/CObservationReflectivity.h libs/obs/include/mrpt/slam/CObservationStereoImages.h libs/obs/include/mrpt/slam/CObservationStereoImagesFeatures.h libs/obs/include/mrpt/slam/CObservationWindSensor.h libs/obs/include/mrpt/slam/CObservationWirelessPower.h libs/obs/include/mrpt/slam/CRawlog.h libs/obs/include/mrpt/slam/CSensoryFrame.h libs/obs/include/mrpt/slam/CSimpleMap.h libs/obs/include/mrpt/slam/CSinCosLookUpTableFor2DScans.h libs/tfest/include/mrpt/scanmatching/scan_matching.h libs/tfest/src/scanmatching_backwards_compat.cpp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changed apps/libraries:
I acknowledge to have:
CONTRIBUTING
pagedocs/doxygen-pages/changelog.h
to describe these changes (if applicable)AUTHORS
(if applicable)(Notify: @MRPT/owners )