-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
ROS2 rolling/galactic conversion #1622
base: ros2-dashing
Are you sure you want to change the base?
ROS2 rolling/galactic conversion #1622
Commits on Nov 18, 2021
-
Update clang-format to new Google style. (cartographer-project#1260)
Apparently the format bot uses a bleeding edge clang-format that uses the new Google style and reformats a bunch of files in every PR. This is an empty commit to trigger this in a separate commit. See llvm-mirror/clang@62e3198 Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 61126ec - Browse repository at this point
Copy the full SHA 61126ecView commit details -
Unify trajectory state checks for service handlers. (cartographer-pro…
…ject#1262) Some service handlers need to check if a trajectory is in a valid state for the requested operation. If it's not, they return an error response. `Node::CheckTrajectoryState` allows to avoid code duplication in such situations. Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 907080b - Browse repository at this point
Copy the full SHA 907080bView commit details -
Updated doc to remove abseil-cpp from ROS (cartographer-project#1211)
I have added a few lines to the doc to alert users to remove ros abseil-cpp and also to change the rosinstall file if they wish to checkout a different version of cartographer. As discussed in cartographer-project#1208 Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1f712de - Browse repository at this point
Copy the full SHA 1f712deView commit details -
Add explicit --save_state_filename to offline node options. (cartogra…
…pher-project#1204) This allows to serialize the state also when no bagfile is given, e.g. when the offline node is used to run an optimization and/or trimming configuration on a pbstream. Or simply when one wants to use a custom name directly. This doesn't break compatibility with the previous CLI. Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d497de9 - Browse repository at this point
Copy the full SHA d497de9View commit details -
Service to query trajectory segments from the pose graph. (cartograph…
…er-project#1222) This `/trajectory_query` service allows to look up trajectory segments from the pose graph. This can be useful if one wants to get optimized trajectory data from the current SLAM run and listening to live TF data would be too noisy. For example, to stitch buffered point cloud data from a depth sensor based on a recent localization trajectory segment of a robot. Before, the pose graph trajectory nodes were not available except for the trajectory marker topic (only positions, no orientation; inefficient) or after serialization (which is not practical in live operation). Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 289ec49 - Browse repository at this point
Copy the full SHA 289ec49View commit details -
Simplify start_trajectory service (RFC-28) (cartographer-project#1245)
* Simplify start_trajectory. * Ran clang-format. * Make corrections based on the review * Make corrections based on review cartographer-project#2, remove obsolete functions * Remove unnecessary local variables Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2c20ec3 - Browse repository at this point
Copy the full SHA 2c20ec3View commit details -
Update ROS API documentation with description of changed/new services (…
…cartographer-project#1282) Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 920db8a - Browse repository at this point
Copy the full SHA 920db8aView commit details -
Remove EOL Distros from CI matrix (cartographer-project#1379)
Indigo and Lunar are both EOL Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 76f8989 - Browse repository at this point
Copy the full SHA 76f8989View commit details -
Remove unnecessary eigen_conversions dependency. (cartographer-projec…
…t#1278) Seems to have been used in the past, but isn't needed anymore. Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d872cbe - Browse repository at this point
Copy the full SHA d872cbeView commit details -
Fix broken build for melodic. Use official ros docker image. (cartogr…
…apher-project#1484) Essentially revert cartographer-project#1021 as image seems to be fixed Signed-off-by: Bo Chen <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8c572b - Browse repository at this point
Copy the full SHA f8c572bView commit details -
Change Google CLA to DCO in CONTRIBUTING.md (cartographer-project#1482)
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a463034 - Browse repository at this point
Copy the full SHA a463034View commit details -
Fix build status on front page. (cartographer-project#1483)
* Fix build status on front page. Changes "googlecartographer" to "cartographer-project" for references to CI and GitHub. Following cartographer-project/cartographer#1693. Signed-off-by: Wolfgang Hess <[email protected]> * Remove Indigo and Lunar Dockerfiles. Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ad5e157 - Browse repository at this point
Copy the full SHA ad5e157View commit details -
Build Abseil dependency in CI. (cartographer-project#1485)
cartographer-project/cartographer#1711 removed building Abseil from the Cartographer library. We follow here the same approach as in cartographer CI. An alternative approach which is now possible is adding an Abseil package for catkin and depending on that. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d9a4ab - Browse repository at this point
Copy the full SHA 2d9a4abView commit details -
Remove support for Debian Jessie. (cartographer-project#1496)
It has reached end-of-life with the end of LTS on June 30, 2020. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 82dce2e - Browse repository at this point
Copy the full SHA 82dce2eView commit details -
Prepare GMock support for Noetic. (cartographer-project#1499)
This follows Cartographer installing libgmock-dev. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d903fab - Browse repository at this point
Copy the full SHA d903fabView commit details -
Changes for ROS Noetic support (cartographer-project#1494)
Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2654412 - Browse repository at this point
Copy the full SHA 2654412View commit details -
Remove legacy Jenkins quality pipeline. (cartographer-project#1510)
- it has been used only at Google for a quality pipeline - the worker.py is Python 2 and closely tied to Google Cloud, so I don't believe there is much to be reused by someone else nowadays and not worth the effort to port to Python 3. Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 622abfb - Browse repository at this point
Copy the full SHA 622abfbView commit details -
Update assets_writer.rst (cartographer-project#1442)
Signed-off-by: Geonhee-LEE <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 30d6430 - Browse repository at this point
Copy the full SHA 30d6430View commit details -
Remove unnecessary bottlenecks from Dockerfiles to speed up CI. (cart…
…ographer-project#1511) This should solve cartographer-project#1506. - Use osrf/ros-<distro>-desktop as base image for CI The basic ROS base image requires rosdep to install packages with many dependencies, e.g. rviz. Using the desktop base image should speed up CI because it has a good overlap with what we need and only little extra stuff. - Remove apt list only after installing everything. - Don't build protobuf 3 from source on Ubuntu 18 & 20. It should come with rosdep. Only on Ubuntu 16 we need to build manually because it ships with Protobuf 2. - No need to build Ceres from source on Ubuntu 18 & 20. The versions are greater or equal to 1.13, which is the one specified in the source build script. The apt packages should work just fine. The cartographer library is built from source in all cases, which is good to ensure that we always test compatibility with the latest version of it. Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108dbf9 - Browse repository at this point
Copy the full SHA 108dbf9View commit details -
Follow cartographer-project/cartographer#1749. (cartographer-project#…
…1516) Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9023f6e - Browse repository at this point
Copy the full SHA 9023f6eView commit details -
Follow cartographer-project/cartographer#1750. (cartographer-project#…
…1518) Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4c8d47a - Browse repository at this point
Copy the full SHA 4c8d47aView commit details -
Minor documentation tweaks for Noetic. (cartographer-project#1520)
Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f730df - Browse repository at this point
Copy the full SHA 4f730dfView commit details -
Use distinct issue templates for bugs, tuning and general things. (ca…
…rtographer-project#1521) This uses the more modern issue template mechanism of GitHub. Users will be able to choose one of these after clicking "add issue". --- The template for tuning is reworded to reflect that tuning issues are not guaranteed to be handled by maintainers. Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8712d1d - Browse repository at this point
Copy the full SHA 8712d1dView commit details -
Fix includes to follow style guide in playable_bag.h (cartographer-pr…
…oject#1524) Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 108f2c6 - Browse repository at this point
Copy the full SHA 108f2c6View commit details -
Fix Sphinx documentation errors & warnings. (cartographer-project#1523)
Fixes broken links, code blocks and other things that `sphinx-build docs/source docs/out -E` complained about. Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee785ad - Browse repository at this point
Copy the full SHA ee785adView commit details -
Follow cartographer-project/cartographer#1759. (cartographer-project#…
…1525) Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f372263 - Browse repository at this point
Copy the full SHA f372263View commit details -
Update "Getting involved" documentation page. (cartographer-project#1522
) Some things were outdated after recent changes. Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6daa4ac - Browse repository at this point
Copy the full SHA 6daa4acView commit details -
Make publishing tf optional, enable publishing PoseStamped (cartograp…
…her-project#1099) If the output of cartographer should be used as an input to an additional sensor fusion method, using the published TF transform is inconvenient or in our specific use case even harmful because we don't want to add the raw cartographer output to our TF tree. With this change it becomes optional to broadcast to /tf. Morever there is an option to publish the tracked frame pose as a PoseStamped message. We add two new optional parameters: - `publish_to_tf` if false no tf transform is broadcasted - `publish_tracked_pose` If set `true` a PoseStamped representing the position of the tracked pose w.r.t. map frame is published. If default launchers and settings are used this PR causes no change in the behavior. Signed-off-by: Guillaume Doisy <[email protected]>
Jonathan Huber authored and Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 804595b - Browse repository at this point
Copy the full SHA 804595bView commit details -
Add color requirement note for point_cloud_viewer (cartographer-proje…
…ct#1424) I was running through these docs and having [trouble](cartographer-project/point_cloud_viewer#389) with map visualization via `point_cloud_viewer`. Notably, color is required for plys ingested by `point_cloud_viewer` (in contrast to Meshlab). This PR adds a note to make this clear. Signed-off-by: Erik Reed <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cc08e9 - Browse repository at this point
Copy the full SHA 1cc08e9View commit details -
Default to master in rosinstall (fixes cartographer-project#1122). (c…
…artographer-project#1530) This makes much more sense than 1.0.0, which is counter-intuitive. If someone is building from source they usually do it to build the latest bleeding-edge version. Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 820881c - Browse repository at this point
Copy the full SHA 820881cView commit details -
Remove ceres-solver from cartographer_ros.rosinstall. (cartographer-p…
…roject#1532) Recent versions no longer build ceres-solver and instead depend on libceres-dev. See also cartographer-project#1518. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5ef6a4f - Browse repository at this point
Copy the full SHA 5ef6a4fView commit details -
Fix outdated build instructions (closes cartographer-project#1531). (c…
…artographer-project#1537) Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 00825c9 - Browse repository at this point
Copy the full SHA 00825c9View commit details -
Use PoseGraphInterface instead of PoseGraph. (cartographer-project#1547)
Tiny improvement to not depend on more than is needed. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fb81a3f - Browse repository at this point
Copy the full SHA fb81a3fView commit details -
Use the MapBuilder factory function. (cartographer-project#1551)
This follows cartographer-project/cartographer#1776. Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ae29b4 - Browse repository at this point
Copy the full SHA 2ae29b4View commit details -
Update algo_walkthrough.rst (cartographer-project#1545)
Fix typos. Signed-off-by: zhenzhenxiang <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 359e580 - Browse repository at this point
Copy the full SHA 359e580View commit details -
Check if we already publihed transformation at same timestamp Fix car…
…tographer-project#1555 (cartographer-project#1556) Signed-off-by: stribor14 <[email protected]> Co-authored-by: stribor14 <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1dfb8a0 - Browse repository at this point
Copy the full SHA 1dfb8a0View commit details -
Improve CONTRIBUTING.md and add a pull request template. (cartographe…
…r-project#1564) This is similar to cartographer-project/cartographer#1780, but - we add a pull request template (there was none before) - we refer to cartographer_ros CONTRIBUTING.md - we give different instructions to execute cartographer_ros tests Signed-off-by: Wolfgang Hess <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e0f6aa - Browse repository at this point
Copy the full SHA 3e0f6aaView commit details -
Fixing typo in the docs (cartographer-project#1588)
Signed-off-by: mohamedsayed18 <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cbe3f2 - Browse repository at this point
Copy the full SHA 2cbe3f2View commit details -
typo fix (cartographer-project#1591)
Signed-off-by: mohamedsayed18 <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0d7e742 - Browse repository at this point
Copy the full SHA 0d7e742View commit details -
Remove inactive mailing list from docs. (cartographer-project#1612)
Signed-off-by: Michael Grupp <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e34fd5 - Browse repository at this point
Copy the full SHA 4e34fd5View commit details -
[docs] Fix parameter name of publish_tracked_pose (cartographer-proje…
…ct#1620) Signed-off-by: Jonathan Huber <[email protected]> Signed-off-by: Guillaume Doisy <[email protected]>
Jonathan Huber authored and Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 30d4ac5 - Browse repository at this point
Copy the full SHA 30d4ac5View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for a967698 - Browse repository at this point
Copy the full SHA a967698View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for b244341 - Browse repository at this point
Copy the full SHA b244341View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d523f5 - Browse repository at this point
Copy the full SHA 9d523f5View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 65e1e81 - Browse repository at this point
Copy the full SHA 65e1e81View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 24bd93b - Browse repository at this point
Copy the full SHA 24bd93bView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1a44d0 - Browse repository at this point
Copy the full SHA c1a44d0View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 385c563 - Browse repository at this point
Copy the full SHA 385c563View commit details -
Still not compiling but almost there
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 45e6d0c - Browse repository at this point
Copy the full SHA 45e6d0cView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba35440 - Browse repository at this point
Copy the full SHA ba35440View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f2d4be3 - Browse repository at this point
Copy the full SHA f2d4be3View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1599871 - Browse repository at this point
Copy the full SHA 1599871View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aa8baf3 - Browse repository at this point
Copy the full SHA aa8baf3View commit details -
finally compiling but getting segmentation fault
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ddf2e31 - Browse repository at this point
Copy the full SHA ddf2e31View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c398712 - Browse repository at this point
Copy the full SHA c398712View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 46d6f4a - Browse repository at this point
Copy the full SHA 46d6f4aView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ebf144c - Browse repository at this point
Copy the full SHA ebf144cView commit details -
some other tries. i think the prob is in the linking to abseilcpp
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7154b7a - Browse repository at this point
Copy the full SHA 7154b7aView commit details -
solved one issue, got another one
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c5f73de - Browse repository at this point
Copy the full SHA c5f73deView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b9adbf - Browse repository at this point
Copy the full SHA 7b9adbfView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6924818 - Browse repository at this point
Copy the full SHA 6924818View commit details -
solved one issue, got another two
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6008cf3 - Browse repository at this point
Copy the full SHA 6008cf3View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9557e3a - Browse repository at this point
Copy the full SHA 9557e3aView commit details -
plugin can be loaded and used but only the submap markers are visualized
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 60f52b8 - Browse repository at this point
Copy the full SHA 60f52b8View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for eed779c - Browse repository at this point
Copy the full SHA eed779cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 624d2fb - Browse repository at this point
Copy the full SHA 624d2fbView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 9aadc1c - Browse repository at this point
Copy the full SHA 9aadc1cView commit details -
fixes to offline node and pbstream to map
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a4bd9ec - Browse repository at this point
Copy the full SHA a4bd9ecView commit details -
revert change in pbstream map node
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d1cb2c - Browse repository at this point
Copy the full SHA 9d1cb2cView commit details -
Q_EMIT / slot working but material error
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume dev PC committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 2d9dbbe - Browse repository at this point
Copy the full SHA 2d9dbbeView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume dev PC committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 14ea582 - Browse repository at this point
Copy the full SHA 14ea582View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume dev PC committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 991e6fb - Browse repository at this point
Copy the full SHA 991e6fbView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume dev PC committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for a8c2f85 - Browse repository at this point
Copy the full SHA a8c2f85View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3d6bcbc - Browse repository at this point
Copy the full SHA 3d6bcbcView commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36e7d16 - Browse repository at this point
Copy the full SHA 36e7d16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4865f84 - Browse repository at this point
Copy the full SHA 4865f84View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 18, 2021 Configuration menu - View commit details
-
Copy full SHA for 71b1b69 - Browse repository at this point
Copy the full SHA 71b1b69View commit details
Commits on Nov 22, 2021
-
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 7eab590 - Browse repository at this point
Copy the full SHA 7eab590View commit details
Commits on Nov 28, 2021
-
got rid of most stderr warnings
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7d0a7e - Browse repository at this point
Copy the full SHA c7d0a7eView commit details -
fix sharedptr operator bool misuse
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 923c8fc - Browse repository at this point
Copy the full SHA 923c8fcView commit details -
using latest tf available to avoid warning
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dbcac02 - Browse repository at this point
Copy the full SHA dbcac02View commit details -
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for d1fbd06 - Browse repository at this point
Copy the full SHA d1fbd06View commit details -
removed unused function arg + comment
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedNov 28, 2021 Configuration menu - View commit details
-
Copy full SHA for eb93b2d - Browse repository at this point
Copy the full SHA eb93b2dView commit details -
added 100ms timeout lookuptf rviz
Signed-off-by: Guillaume Doisy <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 22b3bbc - Browse repository at this point
Copy the full SHA 22b3bbcView commit details
Commits on Dec 9, 2021
-
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedDec 9, 2021 Configuration menu - View commit details
-
Copy full SHA for 4f38194 - Browse repository at this point
Copy the full SHA 4f38194View commit details
Commits on Jan 10, 2022
-
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 0c48092 - Browse repository at this point
Copy the full SHA 0c48092View commit details -
offline_backpack_2d.launch conversion
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for 4d65069 - Browse repository at this point
Copy the full SHA 4d65069View commit details -
fix demo_2d.rviz and set_remap for offline demo
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 10, 2022 Configuration menu - View commit details
-
Copy full SHA for c2760d6 - Browse repository at this point
Copy the full SHA c2760d6View commit details
Commits on Jan 13, 2022
-
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 13, 2022 Configuration menu - View commit details
-
Copy full SHA for cb2e96b - Browse repository at this point
Copy the full SHA cb2e96bView commit details
Commits on Jan 27, 2022
-
fix assets_writer for MultiEchoLaserScan and PointCloud2
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 5e04306 - Browse repository at this point
Copy the full SHA 5e04306View commit details -
assets writer launch conversion
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 27, 2022 Configuration menu - View commit details
-
Copy full SHA for d9daae8 - Browse repository at this point
Copy the full SHA d9daae8View commit details
Commits on Jan 28, 2022
-
args for asserts writer backpack 3d
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedJan 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 446f5a3 - Browse repository at this point
Copy the full SHA 446f5a3View commit details
Commits on Feb 22, 2022
-
change folder structure to standard ros2
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedFeb 22, 2022 Configuration menu - View commit details
-
Copy full SHA for c91cac5 - Browse repository at this point
Copy the full SHA c91cac5View commit details
Commits on Mar 7, 2022
-
Signed-off-by: Guillaume Doisy <[email protected]>
Guillaume Doisy committedMar 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 061b6bd - Browse repository at this point
Copy the full SHA 061b6bdView commit details