Preliminary HRI Challenge#680
Conversation
There was a problem hiding this comment.
Is filename correct? hric.mmd
There was a problem hiding this comment.
yep, Human Robot Interaction Challenge (HRIC). Do you suggest another one?
| self.subtask_manager.manipulation.move_to_position("front_low_stare") | ||
| self.subtask_manager.vision.follow_by_name(guest_1.name) | ||
| self.subtask_manager.hri.say( | ||
| f"Thanks for taking a seat {guest_2.name}. Allow me to introduce you to {guest_1.name}, they're favorite drink is {guest_1.drink}.", |
There was a problem hiding this comment.
Might be good to check if the names aren't default values. I think we can get penalized if we say wrong info, so it would be better to omit the names in such case.
|
|
||
| for state, time_spent in sorted_states: | ||
| percentage = (time_spent / total_task_time) * 100 | ||
| Logger.info(self, f"{state}: {time_spent:.2f}s ({percentage:.1f}%)") |
There was a problem hiding this comment.
We could make our own Logger class and include functions to handle the timing report and other functionalities (very low priority, but could be useful in the future)
There was a problem hiding this comment.
I'll create an issue on this
|
| GitGuardian id | GitGuardian status | Secret | Commit | Filename | |
|---|---|---|---|---|---|
| 18167028 | Triggered | Generic Password | 7e67d00 | .github/workflows/docker-publish.yml | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secret safely. Learn here the best practices.
- Revoke and rotate this secret.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
* updated ask_and_confirm * inverted logic operator * replaced all receptionist mentions and started task manager * added temporary todo * finished preliminary implementation * restored receptionist * added diagram * feat: added placae floor poses * some bag manipulation * Add hric.launch.py for motion planning and face tracking nodes * Update run.sh to launch hric node for manipulation task * change receptionist name vision * change receptionist name vision * change receptionist name vision * some fixes + better take bag * fixed follow face, ollama, and extract data * refactor manipulation tasks to use 'pick_stare_at_table' position and improve retry logic for placing on sides * fix pre-commit * fix: update return values for path scanning to reflect execution status * change constant name to hric * use bool instead --------- Co-authored-by: Hector Tovar <h.tovarm07@gmail.com> Co-authored-by: JLDominguezM <A01285873@tec.mx> Co-authored-by: Danaé <A00836760@tec.mx> Co-authored-by: GerardoFJ <A00838645@tec.mx>
* updated ask_and_confirm * inverted logic operator * replaced all receptionist mentions and started task manager * added temporary todo * finished preliminary implementation * restored receptionist * added diagram * feat: added placae floor poses * some bag manipulation * Add hric.launch.py for motion planning and face tracking nodes * Update run.sh to launch hric node for manipulation task * change receptionist name vision * change receptionist name vision * change receptionist name vision * some fixes + better take bag * fixed follow face, ollama, and extract data * refactor manipulation tasks to use 'pick_stare_at_table' position and improve retry logic for placing on sides * fix pre-commit * fix: update return values for path scanning to reflect execution status * change constant name to hric * use bool instead --------- Co-authored-by: Hector Tovar <h.tovarm07@gmail.com> Co-authored-by: JLDominguezM <A01285873@tec.mx> Co-authored-by: Danaé <A00836760@tec.mx> Co-authored-by: GerardoFJ <A00838645@tec.mx>
* updated ask_and_confirm * inverted logic operator * replaced all receptionist mentions and started task manager * added temporary todo * finished preliminary implementation * restored receptionist * added diagram * feat: added placae floor poses * some bag manipulation * Add hric.launch.py for motion planning and face tracking nodes * Update run.sh to launch hric node for manipulation task * change receptionist name vision * change receptionist name vision * change receptionist name vision * some fixes + better take bag * fixed follow face, ollama, and extract data * refactor manipulation tasks to use 'pick_stare_at_table' position and improve retry logic for placing on sides * fix pre-commit * fix: update return values for path scanning to reflect execution status * change constant name to hric * use bool instead --------- Co-authored-by: Hector Tovar <h.tovarm07@gmail.com> Co-authored-by: JLDominguezM <A01285873@tec.mx> Co-authored-by: Danaé <A00836760@tec.mx> Co-authored-by: GerardoFJ <A00838645@tec.mx>
Uh oh!
There was an error while loading. Please reload this page.