-
Notifications
You must be signed in to change notification settings - Fork 163
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
Action server implementation #323
Commits on Nov 16, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 69d88a4 - Browse repository at this point
Copy the full SHA 69d88a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a26a61 - Browse repository at this point
Copy the full SHA 7a26a61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf16df - Browse repository at this point
Copy the full SHA 9bf16dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ffb59 - Browse repository at this point
Copy the full SHA 54ffb59View commit details -
Configuration menu - View commit details
-
Copy full SHA for f638f78 - Browse repository at this point
Copy the full SHA f638f78View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5b4ebb - Browse repository at this point
Copy the full SHA c5b4ebbView commit details -
Implement rcl_action_accept_new_goal()
* Add function, rcl_action_server_goal_exists(), for checking if goal is already being tracked by an action server * Add unit tests * Implement rcl_action_server_get_goal_handles()
Configuration menu - View commit details
-
Copy full SHA for d221b74 - Browse repository at this point
Copy the full SHA d221b74View commit details -
Configuration menu - View commit details
-
Copy full SHA for be6ce14 - Browse repository at this point
Copy the full SHA be6ce14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c84eba3 - Browse repository at this point
Copy the full SHA c84eba3View commit details -
Implement rcl_action_get_goal_status_array()
Update action server API to use size_t type instead of uint32_t.
Configuration menu - View commit details
-
Copy full SHA for c751648 - Browse repository at this point
Copy the full SHA c751648View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0dc950 - Browse repository at this point
Copy the full SHA b0dc950View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf26092 - Browse repository at this point
Copy the full SHA bf26092View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd6ab11 - Browse repository at this point
Copy the full SHA cd6ab11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 476b677 - Browse repository at this point
Copy the full SHA 476b677View commit details -
Bugfix: reset pointers and size in type finalize functions
Also let finalize functions be called on already finalized objects
Configuration menu - View commit details
-
Copy full SHA for 3caa6e7 - Browse repository at this point
Copy the full SHA 3caa6e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c13a5f - Browse repository at this point
Copy the full SHA 8c13a5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4f085d - Browse repository at this point
Copy the full SHA d4f085dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93c2120 - Browse repository at this point
Copy the full SHA 93c2120View commit details -
Configuration menu - View commit details
-
Copy full SHA for db818d8 - Browse repository at this point
Copy the full SHA db818d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd93ed2 - Browse repository at this point
Copy the full SHA cd93ed2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f53f77a - Browse repository at this point
Copy the full SHA f53f77aView commit details -
Add test for initializing action server with same name
Currently, this test is failing.
Configuration menu - View commit details
-
Copy full SHA for 45ea2b9 - Browse repository at this point
Copy the full SHA 45ea2b9View commit details -
* Move communcation tests to separate file * Define UUID_SIZE * Remove const for action server in rcl_action_accept_new_goal() * Make private function static * Add missing override specifiers
Configuration menu - View commit details
-
Copy full SHA for 5bb55ef - Browse repository at this point
Copy the full SHA 5bb55efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 260d93f - Browse repository at this point
Copy the full SHA 260d93fView commit details -
Implement rcl_action_clear_expired_goals()
Introduce rcl_clock_t to action server implementation.
Configuration menu - View commit details
-
Copy full SHA for f658280 - Browse repository at this point
Copy the full SHA f658280View commit details -
Finish rcl_action_clear_expired_goals() implementation
* Change internal goal handle array to be an array of pointers. * Add check for invalid action names
Configuration menu - View commit details
-
Copy full SHA for ef03884 - Browse repository at this point
Copy the full SHA ef03884View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c938cb - Browse repository at this point
Copy the full SHA 2c938cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bfa497 - Browse repository at this point
Copy the full SHA 6bfa497View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22d3ace - Browse repository at this point
Copy the full SHA 22d3aceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5488680 - Browse repository at this point
Copy the full SHA 5488680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 906c6ce - Browse repository at this point
Copy the full SHA 906c6ceView commit details -
Pass in rcl_clock_t to action server
Rather than initializing internally.
Configuration menu - View commit details
-
Copy full SHA for df742be - Browse repository at this point
Copy the full SHA df742beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 02b9c28 - Browse repository at this point
Copy the full SHA 02b9c28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 18fc054 - Browse repository at this point
Copy the full SHA 18fc054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c734fe - Browse repository at this point
Copy the full SHA 2c734feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7028e3f - Browse repository at this point
Copy the full SHA 7028e3fView commit details -
Do not finalize goal handles in expire function
Instead, leave it up to the caller to finalize goal handles. Renamed the function to rcl_action_expire_goals.
Configuration menu - View commit details
-
Copy full SHA for 1140112 - Browse repository at this point
Copy the full SHA 1140112View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aadb55 - Browse repository at this point
Copy the full SHA 7aadb55View commit details
Commits on Nov 17, 2018
-
Add tests for invalid action names and fix bug
Bugfix: Ensure options (containing allocator) are copied before a finalize occurs (e.g. goto fail).
Configuration menu - View commit details
-
Copy full SHA for aba8f86 - Browse repository at this point
Copy the full SHA aba8f86View commit details