-
Notifications
You must be signed in to change notification settings - Fork 248
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
Pause/resume PlayerClock #704
Conversation
df6e5d8
to
f0bb3cf
Compare
227a5e7
to
e921b13
Compare
5e1012c
to
20f37f3
Compare
08e530d
to
daadf5b
Compare
e921b13
to
77161c8
Compare
@emersonknapp Could you please rebase your branch on top of master? |
I read your mind and did it 2 minutes before you asked :) |
adab12f
to
ba1e476
Compare
20c2131
to
df78227
Compare
Expose it on Player class as well Signed-off-by: Emerson Knapp <eknapp@amazon.com>
df78227
to
cdcd9a3
Compare
5325519
to
3a52671
Compare
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
3a52671
to
98079dc
Compare
@emersonknapp Looks good to me. |
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
I've added a new |
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Signed-off-by: Emerson Knapp <eknapp@amazon.com>
Gist: https://gist.githubusercontent.com/emersonknapp/93a1b355caa64dbd15867e203c48dcba/raw/e448dfbf5b37d9fabc6532e4c69b5961c7741736/ros2.repos |
Part of #696
Add
set_paused
andget_paused
functions toPlayerClock
and expose toPlayer
.