-
Notifications
You must be signed in to change notification settings - Fork 7
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
Port point_cloud_transport to ROS2 #1
Commits on Jun 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fd0aafa - Browse repository at this point
Copy the full SHA fd0aafaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b24d141 - Browse repository at this point
Copy the full SHA b24d141View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4caa745 - Browse repository at this point
Copy the full SHA 4caa745View commit details
Commits on Jun 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 8f86c97 - Browse repository at this point
Copy the full SHA 8f86c97View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09fc407 - Browse repository at this point
Copy the full SHA 09fc407View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aafa65 - Browse repository at this point
Copy the full SHA 0aafa65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 663feb1 - Browse repository at this point
Copy the full SHA 663feb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6d551a1 - Browse repository at this point
Copy the full SHA 6d551a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f878c2 - Browse repository at this point
Copy the full SHA 4f878c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a86b0 - Browse repository at this point
Copy the full SHA 55a86b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4758df7 - Browse repository at this point
Copy the full SHA 4758df7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8db3df2 - Browse repository at this point
Copy the full SHA 8db3df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d6f71 - Browse repository at this point
Copy the full SHA 64d6f71View commit details
Commits on Jun 25, 2023
-
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccec889 - Browse repository at this point
Copy the full SHA ccec889View commit details
Commits on Jul 10, 2023
-
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a3ea8eb - Browse repository at this point
Copy the full SHA a3ea8ebView commit details -
Install tl/expected in Cmake - tag a version (#5)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6fa159e - Browse repository at this point
Copy the full SHA 6fa159eView commit details -
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a659059 - Browse repository at this point
Copy the full SHA a659059View commit details
Commits on Jul 21, 2023
-
Added QoS override and tests (#7)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7833f94 - Browse repository at this point
Copy the full SHA 7833f94View commit details -
Allow to include param description (#9)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a6564c6 - Browse repository at this point
Copy the full SHA a6564c6View commit details -
Fixed subscriber filters (#10)
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f8149d - Browse repository at this point
Copy the full SHA 4f8149dView commit details -
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b527a21 - Browse repository at this point
Copy the full SHA b527a21View commit details
Commits on Jul 25, 2023
-
Fix pointcloud-codec and python bindings (#3)
* Update topic / transport name introspection * Fix some build errors * Replacing shapeshifter with rclcpp::serializedmessage * remove c_api * consolidate bindable code into codec * Update tests * Get pybind working * remove stale comments * Fix python nodes * doc update * Add pybind11_vendor * Update include/point_cloud_transport/point_cloud_codec.hpp * Add license to pybind_codec * param docs + standardize \param * remove references to ros wiki * make flake8 happy * cpplint --------- Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ce50faf - Browse repository at this point
Copy the full SHA ce50fafView commit details
Commits on Jul 27, 2023
-
Add ThirdParty folder to support building offline without FetchContent (
#12) * Update package to support building offline * Exclude thirdparty folder from ament_lint * Suggestions to #12 - Fixed linters (#14) * Suyggestions to #12 - Fixed linters Signed-off-by: Alejandro Hernández Cordero <[email protected]> * missing dependency Signed-off-by: Alejandro Hernández Cordero <[email protected]> --------- Signed-off-by: Alejandro Hernández Cordero <[email protected]> --------- Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de25c8a - Browse repository at this point
Copy the full SHA de25c8aView commit details -
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95bd228 - Browse repository at this point
Copy the full SHA 95bd228View commit details
Commits on Jul 28, 2023
-
Use whitelist instead of blacklist (#13)
* Use whitelist instead of blacklist Signed-off-by: Alejandro Hernández Cordero <[email protected]> * Feedback Signed-off-by: Alejandro Hernández Cordero <[email protected]> * feedback Signed-off-by: Alejandro Hernández Cordero <[email protected]> * Updates to param namespacing (#16) --------- Signed-off-by: Alejandro Hernández Cordero <[email protected]> Co-authored-by: john-maidbot <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f476edb - Browse repository at this point
Copy the full SHA f476edbView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b77c9bd - Browse repository at this point
Copy the full SHA b77c9bdView commit details
Commits on Aug 6, 2023
-
Bug fixes from porting tutorials (#18)
* Define declareParameters for raw pub/sub * Add queue_size version of advertise * Fix copyright linting
Configuration menu - View commit details
-
Copy full SHA for 406559f - Browse repository at this point
Copy the full SHA 406559fView commit details
Commits on Aug 17, 2023
-
* Add gitignore * Test coverage for message filter subscriber * Remove cras expected.hpp * Standardize docstrings * Fix typo
Configuration menu - View commit details
-
Copy full SHA for dc88529 - Browse repository at this point
Copy the full SHA dc88529View commit details