-
Notifications
You must be signed in to change notification settings - Fork 169
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
Fix issue #945 #961
base: rolling
Are you sure you want to change the base?
Fix issue #945 #961
Conversation
Signed-off-by: Sukhvansh2004 <[email protected]>
@Sukhvansh2004 thanks for the PR. i think you are still working on this, right? please let me know once it is ready to review, and DCO is missing. |
e044eaf
to
3ae96f6
Compare
Signed-off-by: Sukhvansh2004 <[email protected]>
Signed-off-by: Sukhvansh2004 <[email protected]>
Hi @fujitatomoya , my PR is complete and is ready for review. Let me know if any more changes are required. Thanks! |
@@ -108,7 +108,7 @@ def send_goal(action_name, action_type, goal_values, feedback_callback): | |||
goal = action_module.Goal() | |||
|
|||
try: | |||
set_message_fields(goal, goal_dict) | |||
set_message_fields(goal, goal_dict, expand_header_auto=True, expand_time_now=True) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i do not think this works, actually this does not change anything.
this method only returns setter functions, those setter functions need to be called to set the values to the field before sending goal request or service request.
Have made services and actions consistent with topics as mentioned in the issue
closes #945