-
Notifications
You must be signed in to change notification settings - Fork 164
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
install_linorobot2.bash fails at line 150 #86
Comments
fixed here: 7351907 . Please let me know if the problem persists |
Yes, the Next 2 lines also required space before the flower bracket. total 3 places. |
Hi Juan,Linorobot2 is great! I cannot find you on linkedin.Paul EkasSAKE RoboticsSokul AutomationOn Sep 20, 2023, at 11:18, Juan Miguel Jimeno ***@***.***> wrote:
fixed here: 7351907 . Please let me know if the problem persists
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Juan,
I am using linorobot2 as a flexible foundation robot for all the robots we
build. I'd like to setup a parallel package that has its own urdfs that
instantiate linorobot2 configurations. We will essentially have a fleet of
different robots operating all with linorobot2 bases (but with different
configurations).
My thought is this.
mypackage/
mypackage/robots/
mypackage/robots/robot1
mypackage/robots/robot2
mypackage/robots/robot3/urdf /launch /meshes ...
Do you have an idea or an example that explains how you would do this?
In our implementation, we are not using any of the linobot2 microros
implementation. We have all our own hardware and software drivers, etc.
That should not be an issue should it?
Thank you for your thoughts.
Is there somewhere else you'd like me to ask these types of questions?
Thank you,
Paul
On Thu, Sep 21, 2023 at 2:27 PM ***@***.*** ***@***.***>
wrote:
… Hi Juan,
Linorobot2 is great! I cannot find you on linkedin.
Paul Ekas
SAKE Robotics
Sokul Automation
On Sep 20, 2023, at 11:18, Juan Miguel Jimeno ***@***.***>
wrote:
fixed here: 7351907
<7351907>
. Please let me know if the problem persists
—
Reply to this email directly, view it on GitHub
<#86 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AP6SQTVTGSFN3Q3UBIOFOBLX3MXQ3ANCNFSM6AAAAAA5AJH5AA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Lines 149, 155, 159 associated with OakD support have a missing space
function install_oakd{
needs to be changed to
function install_oakd {
The text was updated successfully, but these errors were encountered: