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

How to start using the HRI #1

Closed
grafoteka opened this issue Oct 27, 2021 · 4 comments
Closed

How to start using the HRI #1

grafoteka opened this issue Oct 27, 2021 · 4 comments

Comments

@grafoteka
Copy link

Hi @skohlbr thank you for sharing your develop, I have read your paper and is very interesting.

But I have a question, for a newbie researcher in HRI, can you share some steps explaining how to use it and launch your demo?

I'm using ROS Noetic together with Ubuntu 20.04, I have downloaded your repository to my workspace and launch rviz.

$ roscore && rosrun rviz rviz

Then, I try to add a new RViz panel:
image

But if I try to load any overlay with the QML tag it does not show anything.
image

I imagine that by default, it will load the scene as Fig.1 from your paper even if I haven't launch anything else in ROS. Is this correct?

I have also search for dependencies, but it says that I don't need to install anything extra.

$ rosdep install --from-paths . --ignore-src -r -y
#All required rosdeps installed successfully

Thank you,
Jorge

@skohlbr
Copy link
Member

skohlbr commented Oct 27, 2021

Credit where credit is due, @StefanFabian is the main developer of this repo, I'm just vaguely related ;) I'm sure he'll get back to you.

@StefanFabian
Copy link
Member

Hey Jorge,
the UI in Fig. 1 in my paper is an example and not publicly available.
Some QML components we have developed will probably be open-sourced at some point but the UI as a whole is tailored to our robots and software, hence, open-sourcing it wouldn't be of too much use.

Regarding the QML overlay, you can check the console for the error message. I'm assuming it is missing a dependency.
I've added all the missing dependencies that I could identify.
If you want to run the QML ROS demo, you'll need my other repo: qml_ros_plugin

@grafoteka
Copy link
Author

Hi @StefanFabian

Hey Jorge, the UI in Fig. 1 in my paper is an example and not publicly available. Some QML components we have developed will probably be open-sourced at some point but the UI as a whole is tailored to our robots and software, hence, open-sourcing it wouldn't be of too much use.

Thank you for clarify that point.

Regarding the QML overlay, you can check the console for the error message. I'm assuming it is missing a dependency. I've added all the missing dependencies that I could identify. If you want to run the QML ROS demo, you'll need my other repo: qml_ros_plugin

Ok, I will download the other repo and tell you something

@StefanFabian
Copy link
Member

Closing this due to inactivity, feel free to reopen if your problem wasn't solved.

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

No branches or pull requests

3 participants