-
Notifications
You must be signed in to change notification settings - Fork 50
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
can't load the new state package in flexbe #81
Comments
Hello , I just had that problem too |
Presume above comment fixed this. If not, need more information about your set up including OS version, ROS version, and branches for flexbe_behavior_engine and flexbe_app. I plan to close this issue shortly if I don't hear otherwise. |
Behaviors already exist in source form under behavior packages in ros2 galactic are not discovered by flexbe_app. Furthermore, newly created behaviors are saved under build and or install directory and not in source directory. OS: Ubuntu 20.04 May be related to #80 |
Yes, created behaviors are saved under build/install and must be manually copied to src for saving and distribution. New source files need to copied using standard colcon for ROS 2, but we do not yet have a script in place for moving new behaviors that are saved in build over to the "src" folder for saving (e.g. under git repo). Creating such a script is on our todo list this summer. it will probably start as a regular script that you run manually, but then integrate into the UI with option to save this way. |
Hey because hardware problem I still use ROS. I try to use flexBe and it turn out that the app can't find any other packages beside the first one I create. I use ROS noetic with flexBe app version 2.3.0. When I install, I use master branches I assume (branch in the main wepsite). I try to use noetic branch but flexBe app dosen't work If anyone can fix this problem pls help |
@PanithanRit If you are building from source, use the Noetic branch for both onboard and flexbe_app. check console messages carefully. There is a post build step that is required to install the Node JS libraries. If you try to launch everything in one terminal you might miss the message about running the "nwjs_install" script. If you have further issues, open a new issue and include some screen shots of your errors. |
Hi deconner
Thank you for your advice!! I did use the Noetic branch and it worked well. However, by the time came I noticed the problem that the app couldn't connect onboard behavior (I saw that other people have the same problem as well on the flexBe bug report). I decided to delete both the flexBe app and onboard package and download again with the Noetic branch (same branch) this time it faced an error like this.
[cid:5d8a6f7f-712e-48f5-b27a-dbf60a744b28]
I assume that because I updated ubuntu maybe there is a problem with the version or something. If you find any solution, please inform me.
Thank you. I still use ubuntu 20.04 LST with Noetic version of ROS
Best
Panithan Rithburi
…________________________________
จาก: dcconner ***@***.***>
ส่ง: 5 มกราคม 2567 0:05
ถึง: FlexBE/flexbe_app ***@***.***>
สำเนาถึง: Panithan Rithburi ***@***.***>; Comment ***@***.***>
ชื่อเรื่อง: Re: [FlexBE/flexbe_app] can't load the new state package in flexbe (Issue #81)
If you are building from source, use the Noetic branch for both onboard and flexbe_app.
The standard versions of both should now be available as debian installs.
check console messages carefully. There is a post build step that is required to install the Node JS libraries. If you try to launch everything in one terminal you might miss the message about running the "nwjs_install" script.
If you have further issues, open a new issue and include some screen shots of your errors.
—
Reply to this email directly, view it on GitHub<#81 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AU7QB7JVL7JINC4SSTTCHPLYM3OL3AVCNFSM6AAAAAAQMQMJ2SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNZXGQ3DANRWGE>.
You are receiving this because you commented.
|
I'm not sure what the error code [cid:5d8a6f7f-712e-48f5-b27a-dbf60a744b28] means. See you posted another comment in #53, possibly the same error. I'll respond there. If not, I'll need more information about the error referenced here. |
Hello everyone,
i created a new state package, but can't see/load that in flexbe. i tried 'force Discover', but that didn't help.
any help will be highly appreciated.
Thanks in advance
The text was updated successfully, but these errors were encountered: