-
Notifications
You must be signed in to change notification settings - Fork 40
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
Add TerrainSimplification and TerrainSimplificationRos packages #5
base: master
Are you sure you want to change the base?
Commits on Jan 17, 2021
-
Add TerrainSimplification and TerrainSimplificationRos packages
oliwiermelon committedJan 17, 2021 Configuration menu - View commit details
-
Copy full SHA for 6660160 - Browse repository at this point
Copy the full SHA 6660160View commit details -
Configuration menu - View commit details
-
Copy full SHA for c93e508 - Browse repository at this point
Copy the full SHA c93e508View commit details
Commits on Jan 21, 2021
-
Check that the queried position is inside the map
oliwiermelon committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for b4c9391 - Browse repository at this point
Copy the full SHA b4c9391View commit details -
Add ros server to get a value from a map at a position, create a srv
oliwiermelon committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for c7a61f4 - Browse repository at this point
Copy the full SHA c7a61f4View commit details -
Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…
…_seg into add-terrain-simplification
oliwiermelon committedJan 21, 2021 Configuration menu - View commit details
-
Copy full SHA for e676deb - Browse repository at this point
Copy the full SHA e676debView commit details
Commits on Jan 26, 2021
-
[TerrainSimplification] change from boost::shared_mutex to std::mutex
Use std::lock_guard() whenever possible. getSimplifiedGridMap() continues to use many lock() and unlock() because some functions, e.g. FilterChain-relatd, can take a long time
oliwiermelon committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 55810e6 - Browse repository at this point
Copy the full SHA 55810e6View commit details -
[TerrainSimplificationRos::getTraversability] add missing return keyword
oliwiermelon committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for f21eebc - Browse repository at this point
Copy the full SHA f21eebcView commit details -
[TerrainSimplificationRos] load parameters from a yaml config file
oliwiermelon committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for a8eff16 - Browse repository at this point
Copy the full SHA a8eff16View commit details -
[TerrainSimplificationRos] add doxygen comments
oliwiermelon committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 38bffbc - Browse repository at this point
Copy the full SHA 38bffbcView commit details -
[TerrainSimplification, TerrainSimplificationRos] use setGridMap() an…
…d setRobotPose() in the ROS class
oliwiermelon committedJan 26, 2021 Configuration menu - View commit details
-
Copy full SHA for 4b6bd58 - Browse repository at this point
Copy the full SHA 4b6bd58View commit details
Commits on Jan 27, 2021
-
[TerrainSimplification, TerrainSimplificationRos] use shared_ptr to T…
…errainSimplification instead of inheriting from it
oliwiermelon committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for a6c8887 - Browse repository at this point
Copy the full SHA a6c8887View commit details -
[TerrainSimplificationRos] add getTerrainSimplification()
oliwiermelon committedJan 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 91f2839 - Browse repository at this point
Copy the full SHA 91f2839View commit details
Commits on Jan 28, 2021
-
[TerrainSimplificationRos] fix ROS param name
oliwiermelon committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 772755f - Browse repository at this point
Copy the full SHA 772755fView commit details -
[TerrainSimplificationRos] make getTerrainSimplification() public
oliwiermelon committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 5a24948 - Browse repository at this point
Copy the full SHA 5a24948View commit details -
[TerrainSimplification] add catkin dependencies and link libraries
oliwiermelon committedJan 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 0fae537 - Browse repository at this point
Copy the full SHA 0fae537View commit details
Commits on Jan 29, 2021
-
[TerrainSimplification::getSimplifiedGridMap] Rearrange and group pro…
…cesses
oliwiermelon committedJan 29, 2021 Configuration menu - View commit details
-
Copy full SHA for a4a5f56 - Browse repository at this point
Copy the full SHA a4a5f56View commit details
Commits on Feb 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 7ab7b59 - Browse repository at this point
Copy the full SHA 7ab7b59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61cf5fc - Browse repository at this point
Copy the full SHA 61cf5fcView commit details
Commits on Feb 5, 2021
-
[TerrainSimplificationRos::pubSimplifiedMap] fix small x offset in th…
…e published map
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 2fd6ade - Browse repository at this point
Copy the full SHA 2fd6adeView commit details -
[terrain_simplification] add OpenCV to CMakeLists
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 422ca45 - Browse repository at this point
Copy the full SHA 422ca45View commit details -
[TerrainSimplification] create containers (struct) for related images…
… (e.g. derivatives)
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for a5bca91 - Browse repository at this point
Copy the full SHA a5bca91View commit details -
[TerrainSimplification] compute first- and second-order partial deriv…
…atives of images
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 0bd4b6f - Browse repository at this point
Copy the full SHA 0bd4b6fView commit details -
Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…
…_seg into add-terrain-simplification
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for ed9d96f - Browse repository at this point
Copy the full SHA ed9d96fView commit details -
[TerrainSimplification] add a base-motion-constraint gif
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 7e16a61 - Browse repository at this point
Copy the full SHA 7e16a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e28902 - Browse repository at this point
Copy the full SHA 6e28902View commit details -
[TerrainSimplification] add an image of the computed derivatives of t…
…he elevation
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 95bda33 - Browse repository at this point
Copy the full SHA 95bda33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2824628 - Browse repository at this point
Copy the full SHA 2824628View commit details -
[TerrainSimplification] add another gif and image
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4bbd36e - Browse repository at this point
Copy the full SHA 4bbd36eView commit details -
Merge branch 'add-terrain-simplification' of github.com:ori-drs/plane…
…_seg into add-terrain-simplification
oliwiermelon committedFeb 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 000f946 - Browse repository at this point
Copy the full SHA 000f946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d727e3 - Browse repository at this point
Copy the full SHA 0d727e3View commit details
Commits on Feb 7, 2021
-
[terrain_simplification_ros] add the main config file
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for aaef071 - Browse repository at this point
Copy the full SHA aaef071View commit details -
[TerrainSimplification::getValueAtPosition] add cerr
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 8937546 - Browse repository at this point
Copy the full SHA 8937546View commit details -
[terrain_simplification_ros] uncomment a slope-blurring filter
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for dc67894 - Browse repository at this point
Copy the full SHA dc67894View commit details -
[TerrainSimplification] check that robot position is inside the map
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 30b4bee - Browse repository at this point
Copy the full SHA 30b4beeView commit details -
[terrain_simplification_ros] change config to use an unscaled 2.5x2.5…
… map by default
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 9aaa83e - Browse repository at this point
Copy the full SHA 9aaa83eView commit details -
[TerrainSimplification::convertCvImagesOfSecondOrderDerivativesToGrid…
…Map] comment out the conversion of dd Because dd is empty, not currently computed
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 32c088f - Browse repository at this point
Copy the full SHA 32c088fView commit details -
[TerrainSimplification::simplifyGridMap] remove slope conversion
oliwiermelon committedFeb 7, 2021 Configuration menu - View commit details
-
Copy full SHA for 317ea82 - Browse repository at this point
Copy the full SHA 317ea82View commit details
Commits on Feb 9, 2021
-
[TerrainSimplification, TerrainSimplificationRos] account for the poi…
…nt_cloud_odom to odom transformation Publish the simplified map in odom, with an offset to compensate for the drift
Oliwier Melon committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for a12b94c - Browse repository at this point
Copy the full SHA a12b94cView commit details -
[terrain_simplification_ros] change trottled topic name
Oliwier Melon committedFeb 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 35b4c1b - Browse repository at this point
Copy the full SHA 35b4c1bView commit details
Commits on Feb 10, 2021
-
[TerrainSimplification] fix minor bug
oliwiermelon committedFeb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for ab200cc - Browse repository at this point
Copy the full SHA ab200ccView commit details -
[terrain_simplification] clean CMakeLists.txt and package.xml
oliwiermelon committedFeb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for 0f879e5 - Browse repository at this point
Copy the full SHA 0f879e5View commit details -
[terrain_simplification_ros] update README.md
oliwiermelon committedFeb 10, 2021 Configuration menu - View commit details
-
Copy full SHA for ab459ba - Browse repository at this point
Copy the full SHA ab459baView commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 448eb58 - Browse repository at this point
Copy the full SHA 448eb58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9471693 - Browse repository at this point
Copy the full SHA 9471693View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2541404 - Browse repository at this point
Copy the full SHA 2541404View commit details -
[terrain_simplification] Make grid resolution configurable
Removes hard-coded assumptions about a 2cm elevation map grid resolution
Configuration menu - View commit details
-
Copy full SHA for b3bd970 - Browse repository at this point
Copy the full SHA b3bd970View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8c9b25 - Browse repository at this point
Copy the full SHA c8c9b25View commit details -
Configuration menu - View commit details
-
Copy full SHA for e18c39d - Browse repository at this point
Copy the full SHA e18c39dView commit details
Commits on Mar 1, 2021
-
[terrain_simplification_ros] comment out filters in filter_chain for …
…use with rhecall
oliwiermelon committedMar 1, 2021 Configuration menu - View commit details
-
Copy full SHA for 318ee8f - Browse repository at this point
Copy the full SHA 318ee8fView commit details
Commits on Mar 13, 2021
-
[TerrainSimplification] make filter chain an option
oliwiermelon committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 608777b - Browse repository at this point
Copy the full SHA 608777bView commit details -
[TerrainSimplification::simplifyGridMap] remove default "simplified" …
…layer from map_simplified_wo_traversability
oliwiermelon committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 9b6e9b4 - Browse repository at this point
Copy the full SHA 9b6e9b4View commit details -
[TerrainSimplification::simplifyGridMap] fix spelling
oliwiermelon committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 11a102f - Browse repository at this point
Copy the full SHA 11a102fView commit details -
[TerrainSimplification::simplifyGridMap] change arguments of addDataF…
…rom to prevent the issue of the map being resized
oliwiermelon committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 9156a01 - Browse repository at this point
Copy the full SHA 9156a01View commit details -
[TerrainSimplification::convertCvImageToGridMap] check and print out …
…problems with addLayerFromImage()
oliwiermelon committedMar 13, 2021 Configuration menu - View commit details
-
Copy full SHA for 7284ba0 - Browse repository at this point
Copy the full SHA 7284ba0View commit details
Commits on Jul 5, 2021
-
[terrain_simplification_ros] load filter_chain within the ros node
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 147218f - Browse repository at this point
Copy the full SHA 147218fView commit details -
[TerrainSimplificationRos] improve warnings
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for b746de5 - Browse repository at this point
Copy the full SHA b746de5View commit details -
[TerrainSimplification, TerrainSimplificationRos] update deprecated f…
…ilter_chain header TODO: remove filter chain from TerrainSimplification
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 2b1deb8 - Browse repository at this point
Copy the full SHA 2b1deb8View commit details -
[terrain_simplification, terrain_simplification_ros] use grid_map_fil…
…ters_drs for inpainting NOTE: pull changes in grid_map_filters_drs TODO: remove filter_chain from TerrainSimplification
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for 4d642ac - Browse repository at this point
Copy the full SHA 4d642acView commit details -
[TerrainSimplification] comment out derivatives
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for a372902 - Browse repository at this point
Copy the full SHA a372902View commit details -
[terrain_simplification_ros] add fake tf publisher
odom to point cloud odom
oliwiermelon committedJul 5, 2021 Configuration menu - View commit details
-
Copy full SHA for a599266 - Browse repository at this point
Copy the full SHA a599266View commit details
Commits on Jul 26, 2021
-
[ts, ts_ros] make filtered layer name settable
oliwiermelon committedJul 26, 2021 Configuration menu - View commit details
-
Copy full SHA for df88525 - Browse repository at this point
Copy the full SHA df88525View commit details
Commits on Jul 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 25c688c - Browse repository at this point
Copy the full SHA 25c688cView commit details
Commits on Aug 4, 2021
-
[terrain_simplification_ros] Remove explicit dependency on grid_map_f…
…ilters_drs It's a runtime plugin, not a compile-time dependency
Configuration menu - View commit details
-
Copy full SHA for d1f2c28 - Browse repository at this point
Copy the full SHA d1f2c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for a3efd44 - Browse repository at this point
Copy the full SHA a3efd44View commit details