We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Running the HMI without robot description parameter:
streamlit run src/rai_hmi/rai_hmi/streamlit_hmi_node.py
has some limitations, ie. it can't fetch the camera output.
When specifying the robot description, for example
ros2 run rai_whoami rai_whoami_node --ros-args -p robot_description_package:="rosbot_xl_whoami" streamlit run src/rai_hmi/rai_hmi/streamlit_hmi_node.py rosbot_xl_whoami
then everything is fine.
Is it expected behavior? If so, maybe some user feedback could be helpful. Also README should mention any limitations.
To Reproduce Steps to reproduce the behavior:
rclpy.Node object has no attribute 'get_raw_message_from_topic'
Expected behavior An image from the camera.
Platform
Version e0cff74
The text was updated successfully, but these errors were encountered:
It is for now. We are currently working on HMI refactor. README will also be updated. Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Running the HMI without robot description parameter:
has some limitations, ie. it can't fetch the camera output.
When specifying the robot description, for example
then everything is fine.
Is it expected behavior? If so, maybe some user feedback could be helpful. Also README should mention any limitations.
To Reproduce
Steps to reproduce the behavior:
streamlit run src/rai_hmi/rai_hmi/streamlit_hmi_node.py
rclpy.Node object has no attribute 'get_raw_message_from_topic'
Expected behavior
An image from the camera.
Platform
Version
e0cff74
The text was updated successfully, but these errors were encountered: