Implenting py_trees issues. #410
Replies: 4 comments
-
Didn't quite get there for the foxy release, so not suprised to hear there are problems. I've skipped directly through to fixing everything for Humble and Rolling
^This one was a typo that I've subsequently fixed in the docs, should be
You could try dropping the release/2.1.x branch (don't use the
Does the |
Beta Was this translation helpful? Give feedback.
-
Yes ended doing a clean install on the OS and I actually saw the typo before you fixed it. Afterwards i got everything running and no more issues. Thank you. I ended installing trough the terminal instead of the pypi, and somehow got it to work. Is it possible to update the local installation instructions using the terminal? I think this is how i got everything to work but apt ended fixing and installing the correct dependencies. Not sure if this the correct order or missing something for the 2.1 sudo apt-get install ros-foxy-py-trees |
Beta Was this translation helpful? Give feedback.
-
Aye, going via Nonetheless, a full ros installation should always be via the ros debs as you have done. I've explicitly added apt install instructions to the py_trees_ros/README. |
Beta Was this translation helpful? Give feedback.
-
Thank you, should be very helpful for people in the future, or myself when I come back 6 months later and forgot how to get everything running agian. |
Beta Was this translation helpful? Give feedback.
-
I want to use py_trees in my ROS2 (Foxy) project. I need to run everything locally, having issues running/installing the examples in the documentation. I am using a M2 mac, running Ubuntu 20.04 in parrallels. Addtionally I think im missing how to integrate py_trees_ros in.
Installation:
When running tutorial: ros2 launch py_trees_ros_tutorials tutorial_eight_dynamic_application_laoding_launch.py
file 'tutorial_eight_dynamic_application_laoding_launch.py' was not found in the share directory of package 'py_trees_ros_tutorials' which is at '/opt/ros/foxy/share/py_trees_ros_tutorials'
When running git clone https://github.com/splintered-reality/py_trees_js
cd py_trees_js
. ./virtualenv.bash
py-trees-demo-viewer
I get
Beta Was this translation helpful? Give feedback.
All reactions