Skip to content
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

lg_activity add new node to write the scene timestamps #471

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

constantegonzalez
Copy link
Contributor

add the node to keep updating a file with the scene timestamps inside the lg_activity package

def save_scene_played_time(data):
"""Callback for /director/scene listener, updates the played time for the scene."""
#input_file_path = '/media/videos/scene_times.json'
json_file_path = '/home/lg/scene_times.json'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this path could be a ros_param and might want to be in the /media directory like you have it above so it survives a reboot.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the /media path is not writable on the docker so the video_manager.py reads this file in the docker and updates the scene_times.json file in the /media folder for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants