-
Notifications
You must be signed in to change notification settings - Fork 69
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
[Re-write] Free fleet adapter using easy-full-control fleet adapter and zenoh bridges #145
base: main
Are you sure you want to change the base?
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fb1270 - Browse repository at this point
Copy the full SHA 5fb1270View commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 73b008a - Browse repository at this point
Copy the full SHA 73b008aView commit details -
Basic example of navigate_to_pose
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for da8c3f3 - Browse repository at this point
Copy the full SHA da8c3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2058661 - Browse repository at this point
Copy the full SHA 2058661View commit details
Commits on Sep 2, 2024
-
Basic tests and README updated, started with fleet adapter template
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 292be14 - Browse repository at this point
Copy the full SHA 292be14View commit details -
Tweaking results and got cancellation
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c6e8330 - Browse repository at this point
Copy the full SHA c6e8330View commit details
Commits on Sep 11, 2024
-
Using tf_transformations, flesh out more implementation
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a29278c - Browse repository at this point
Copy the full SHA a29278cView commit details
Commits on Sep 18, 2024
-
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b76ab27 - Browse repository at this point
Copy the full SHA b76ab27View commit details
Commits on Sep 19, 2024
-
Basic working with patrol tasks
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 552e7e6 - Browse repository at this point
Copy the full SHA 552e7e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2cf257 - Browse repository at this point
Copy the full SHA c2cf257View commit details
Commits on Sep 25, 2024
-
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5fc16db - Browse repository at this point
Copy the full SHA 5fc16dbView commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for cf71e16 - Browse repository at this point
Copy the full SHA cf71e16View commit details
Commits on Sep 30, 2024
-
Update README, reorganized and renamed configs, testing unique tb3 sim
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for de67ea8 - Browse repository at this point
Copy the full SHA de67ea8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65f1505 - Browse repository at this point
Copy the full SHA 65f1505View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7273c2 - Browse repository at this point
Copy the full SHA e7273c2View commit details
Commits on Oct 1, 2024
-
Style workflow on push and PR, lint
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2a4c26 - Browse repository at this point
Copy the full SHA b2a4c26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82e10a0 - Browse repository at this point
Copy the full SHA 82e10a0View commit details
Commits on Oct 15, 2024
-
* Pytest setup Signed-off-by: Aaron Chong <[email protected]> * Add workflow Signed-off-by: Aaron Chong <[email protected]> * On push for testing Signed-off-by: Aaron Chong <[email protected]> * Remove branch override Signed-off-by: Aaron Chong <[email protected]> * Use workflow directory Signed-off-by: Aaron Chong <[email protected]> * Basic testing ci without RMF Signed-off-by: Aaron Chong <[email protected]> * Use containers Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 57b17fc - Browse repository at this point
Copy the full SHA 57b17fcView commit details
Commits on Nov 7, 2024
-
update script with latest zenoh api (#149)
* rebase with latest change Signed-off-by: thomasung <[email protected]> * add missing \ in readme Signed-off-by: thomasung <[email protected]> * update readme informations about zenoh version Signed-off-by: thomasung <[email protected]> clean dangling code * fix linting issues and test example test files Signed-off-by: thomasung <[email protected]> --------- Signed-off-by: thomasung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cdc298 - Browse repository at this point
Copy the full SHA 8cdc298View commit details -
Merge branch 'main' into easy-full-control
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3e4a141 - Browse repository at this point
Copy the full SHA 3e4a141View commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 80df611 - Browse repository at this point
Copy the full SHA 80df611View commit details
Commits on Nov 10, 2024
-
Fix enum comparison value, add replanning, update docs
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c7de3ac - Browse repository at this point
Copy the full SHA c7de3acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 75b4d22 - Browse repository at this point
Copy the full SHA 75b4d22View commit details
Commits on Nov 15, 2024
-
fix Crash node if easy_fleet creation fails (#159)
* fix Crash node if easy_fleet creation fails Upon creation of the EasyFullControl object the node may keep running even tho the returned pointer is null Signed-off-by: thomasung <[email protected]> lint Signed-off-by: thomasung <[email protected]> * rephrase comments Signed-off-by: thomasung <[email protected]> follow pycodestyle Signed-off-by: Thomas Ung <[email protected]> --------- Signed-off-by: thomasung <[email protected]> Signed-off-by: Thomas Ung <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d57714b - Browse repository at this point
Copy the full SHA d57714bView commit details -
Efc/integration testing (#157)
* Adding dockerfiles for building tests Signed-off-by: Aaron Chong <[email protected]> * Initial docker compose nightly workflow Signed-off-by: Aaron Chong <[email protected]> * Using new docker compose command Signed-off-by: Aaron Chong <[email protected]> * Fix zenoh bridge image branch Signed-off-by: Aaron Chong <[email protected]> * Use curl for repo tar Signed-off-by: Aaron Chong <[email protected]> * Use docker compose command for down too Signed-off-by: Aaron Chong <[email protected]> * Setup integration testing with flag, test with workflow Signed-off-by: Aaron Chong <[email protected]> * Install docker-compose in ros container Signed-off-by: Aaron Chong <[email protected]> * Ommit setup-ros step and fix linting Signed-off-by: Aaron Chong <[email protected]> * Revert setup ros step, use cmake -args Signed-off-by: Aaron Chong <[email protected]> * Use 1.0.1 API Signed-off-by: Aaron Chong <[email protected]> * Using client and router method Signed-off-by: Aaron Chong <[email protected]> * Remove command in docker compose Signed-off-by: Aaron Chong <[email protected]> * Working locally, commented out zenohd Signed-off-by: Aaron Chong <[email protected]> * Spinning up minimal-zenoh too Signed-off-by: Aaron Chong <[email protected]> * Moving docker files, trying with client mode Signed-off-by: Aaron Chong <[email protected]> * Use official zenoh docker image and compose example, rename client zenoh config, update README, test build docker images Signed-off-by: Aaron Chong <[email protected]> * Re-usable workflow actions, split integration testing Signed-off-by: Aaron Chong <[email protected]> * Missing docker-compose installation Signed-off-by: Aaron Chong <[email protected]> * Fix broken action, rename test job Signed-off-by: Aaron Chong <[email protected]> * Fix shell selection, use composite Signed-off-by: Aaron Chong <[email protected]> * Set nightly schedule, fix steps in unit-tests Signed-off-by: Aaron Chong <[email protected]> * Remove minimal zenoh router dockerfile, add checkout to unit-tests Signed-off-by: Aaron Chong <[email protected]> * Isolating tf listner components for testing Signed-off-by: Aaron Chong <[email protected]> * Use correct robot name, lint Signed-off-by: Aaron Chong <[email protected]> * Clean up imports and fix namespacing Signed-off-by: Aaron Chong <[email protected]> * Refactor to TfHandler, added testing Signed-off-by: Aaron Chong <[email protected]> * Simplifying API Signed-off-by: Aaron Chong <[email protected]> * Moved integration testing to free fleet adapter, added abstract RobotAdapter Signed-off-by: Aaron Chong <[email protected]> * Abstract out robot adapter, slight refactor Signed-off-by: Aaron Chong <[email protected]> * Robot existense test, with a planned failure to verify that it is running Signed-off-by: Aaron Chong <[email protected]> * setup rclpy node for testing too Signed-off-by: Aaron Chong <[email protected]> * Add coverage and fix lint Signed-off-by: Aaron Chong <[email protected]> * Use unit test test cases Signed-off-by: Aaron Chong <[email protected]> * Move tests Signed-off-by: Aaron Chong <[email protected]> * Fix launch files Signed-off-by: Aaron Chong <[email protected]> * Rename functions Signed-off-by: Aaron Chong <[email protected]> * Not to check execution, comment out stop command test Signed-off-by: Aaron Chong <[email protected]> * Use helper function for stop Signed-off-by: Aaron Chong <[email protected]> * Using all statuses Signed-off-by: Aaron Chong <[email protected]> * Badges Signed-off-by: Aaron Chong <[email protected]> * Switch to easy-full-control branch before merging Signed-off-by: Aaron Chong <[email protected]> * Update readme Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bdc9f87 - Browse repository at this point
Copy the full SHA bdc9f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cebc33 - Browse repository at this point
Copy the full SHA 6cebc33View commit details -
Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c1eeae2 - Browse repository at this point
Copy the full SHA c1eeae2View commit details
Commits on Nov 19, 2024
-
* Add ignore to codecov Signed-off-by: Aaron Chong <[email protected]> * Test ignore Signed-off-by: Aaron Chong <[email protected]> --------- Signed-off-by: Aaron Chong <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4e0c932 - Browse repository at this point
Copy the full SHA 4e0c932View commit details