You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With py_trees_js it is possible to visualize the behavior tree without the need for ROS2, using a web-socket.
Extend scenario-execution to support a py-trees-js-based visualization.
Required Skills
Javascript
network communication
optional: python, C++, Qt
Challenges
While the visualization parts are already available, the main challenge is to send the required data from scenario-execution to the visualization. As an extension the visualization might also be provided by an Qt/Rviz2 plugin.
The text was updated successfully, but these errors were encountered:
Currently there are two modes of viewing the current state of a behavior tree.
live_tree
argumentscenario_execution_rviz
plugin) or with the py_trees_ros_viewer.With py_trees_js it is possible to visualize the behavior tree without the need for ROS2, using a web-socket.
Extend scenario-execution to support a
py-trees-js
-based visualization.Required Skills
Challenges
While the visualization parts are already available, the main challenge is to send the required data from
scenario-execution
to the visualization. As an extension the visualization might also be provided by an Qt/Rviz2 plugin.The text was updated successfully, but these errors were encountered: