Fwd: installation orocos-bfl

---------- Forwarded Message ----------

Subject: [Orocos-Dev] Re: Orocos-Dev Digest, Vol 44, Issue 5
Date: Friday 05 September 2008
From: "Aldo Camargo" <aldo [dot] camargo [..] ...>
To: orocos-dev [..] ...

Hi Group:

I am trying to install the orocos-bfl library under Linux Ubuntu.

I follow the steps of the web site:

1. First add the following line to your /etc/apt/sources.list:

deb http://people.mech.kuleuven.be/~tdelaet/bfl _mydistro_ main

where _mydistro_ is breezy, dapper, edgy or feisty.
2. Then apt-get the packages:

sudo apt-get update
sudo apt-get install orocos-bfl

By I got this problem:

E: Couldn't find package orocos-bfl

Please any input will be useful,

Have a nice day,

Aldo

On Fri, Sep 5, 2008 at 5:00 AM,
<orocos-dev-request [..] ...>wrote:

> Send Orocos-Dev mailing list submissions to
> orocos-dev [..] ...
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
> or, via email, send a message with subject or body 'help' to
> orocos-dev-request [..] ...
>
> You can reach the person managing the list at
> orocos-dev-owner [..] ...
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Orocos-Dev digest..."
>
>
> Today's Topics:
>
> 1. New Viewer for KDL Chains written in Python
> (Jonathan Kleinehellefort)
> 2. Re: New Viewer for KDL Chains written in Python
> (Herman Bruyninckx)
> 3. Re: New Viewer for KDL Chains written in Python
> (Jonathan Kleinehellefort)
> 4. Re: New Viewer for KDL Chains written in Python
> (Herman Bruyninckx)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Thu, 4 Sep 2008 16:15:11 +0200
> From: Jonathan Kleinehellefort <jk [..] ...>
> Subject: [Orocos-Dev] New Viewer for KDL Chains written in Python
> To: orocos-dev [..] ...
> Message-ID: <20080904141511.GA25368@ranz>
> Content-Type: text/plain; charset="us-ascii"
>
> Hallo,
>
> I wrote a viewer program for kinematic chains using KDL's Python bindings.
>
> You can get it from this webpage:
>
>
http://www9.in.tum.de/~kleinehe/roboview.html
>
> It's based on VTK and Gtk+, so you will need the
> Python
> bindings of these two libraries, as well as KDL's Python bindings.
>
> I tested it against KDL SVN, but there's a small bug in the Python bindings
> for
> which I attached a patch. I made another patch that fixes some complilation
> problem I'm having on my machine.
>
> If you're interested please test the program. I'm always happy about
> feedback.
>
> -- Jonathan
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: kdl-python-jnttocart-segmentnr.patch
> Type: text/x-diff
> Size: 1390 bytes
> Desc: not available
> Url :
>
http://lists.mech.kuleuven.be/pipermail/orocos-dev/attachments/20080904/8f64536c/kdl-python-jnttocart-segmentnr-0001.bin
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: kdl-include-cstring.patch
> Type: text/x-diff
> Size: 866 bytes
> Desc: not available
> Url :
>
http://lists.mech.kuleuven.be/pipermail/orocos-dev/attachments/20080904/8f64536c/kdl-include-cstring-0001.bin
>
> ------------------------------
>
> Message: 2
> Date: Thu, 4 Sep 2008 16:28:22 +0200 (CEST)
> From: Herman Bruyninckx <Herman [dot] Bruyninckx [..] ...>
> Subject: Re: [Orocos-Dev] New Viewer for KDL Chains written in Python
> Cc: Orocos Developers <orocos-dev [..] ...>
> Message-ID:
> Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
>
> On Thu, 4 Sep 2008, Jonathan Kleinehellefort wrote:
>
> > I wrote a viewer program for kinematic chains using KDL's Python
> bindings.
> > You can get it from this webpage:
> >
http://www9.in.tum.de/~kleinehe/roboview.html
> > It's based on VTK and Gtk+, so you will need the
> Python
> > bindings of these two libraries, as well as KDL's Python bindings.
> >
> > I tested it against KDL SVN, but there's a small bug in the Python
> > bindings for which I attached a patch. I made another patch that fixes
> > some complilation problem I'm having on my machine.
> >
> > If you're interested please test the program. I'm always happy about
> feedback.
> >
>
> Your webpage doesn't tell me anything about the (long term) purpose of your
> project. So, I ask myself the question why you want to start all over again
> from scratch, instead of using _much_ more developed projects like Blender,
> that have already built-in support for kinematic chains?
> And VTK is first of all targeting static, large-scale data visualisation,
> so not the best infrastructure project to build upon.
>
> With all respect, but I have the strong feeling that our project will never
> be able to reach a critical mass... Of course, feel free to prove me
> wrong:-)
>
> Best regards,
>
> Herman
>
>
> ------------------------------
>
> Message: 3
> Date: Thu, 4 Sep 2008 16:52:05 +0200
> From: Jonathan Kleinehellefort <jk [..] ...>
> Subject: Re: [Orocos-Dev] New Viewer for KDL Chains written in Python
> To: orocos-dev [..] ...
> Cc: Herman Bruyninckx <Herman [dot] Bruyninckx [..] ...>
> Message-ID: <20080904145205.GA25552@ranz>
> Content-Type: text/plain; charset=us-ascii
>
> On Thu, Sep 04, 2008 at 04:28:22PM +0200, Herman Bruyninckx wrote:
> > Your webpage doesn't tell me anything about the (long term) purpose of
> your
> > project. So, I ask myself the question why you want to start all over
> again
> > from scratch, instead of using _much_ more developed projects like
> Blender,
> > that have already built-in support for kinematic chains?
>
> Yes, I should add something about its intended use there.
>
> It's just for seeing (and testing) chain descriptions done with KDL. I just
> did it to visualize a KDL description I had and then extended it so it
> could
> be used by another person.
>
> I'm not really planing on adding a lot of features to it at the moment, I
> will
> just fix bugs that might come up.
>
> I will of course consider suggestions for improvements.
>
> > And VTK is first of all targeting static, large-scale data visualisation,
> > so not the best infrastructure project to build upon.
>
> This is true, VTK is not really helping here, but I first did a small
> visualization using it and then extended it a bit. Also I wanted to learn
> using it.
>
> > With all respect, but I have the strong feeling that our project will
> never
> > be able to reach a critical mass... Of course, feel free to prove me
> > wrong:-)
>
> I'm not really trying to get many users. I thought since I have the code
> anyway, I might as well publish it.
>
> -- Jonathan
>
>
> ------------------------------
>
> Message: 4
> Date: Thu, 4 Sep 2008 16:58:10 +0200 (CEST)
> From: Herman Bruyninckx <Herman [dot] Bruyninckx [..] ...>
> Subject: Re: [Orocos-Dev] New Viewer for KDL Chains written in Python
> Cc: Orocos Developers <orocos-dev [..] ...>
> Message-ID:
> Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed
>
> On Thu, 4 Sep 2008, Jonathan Kleinehellefort wrote:
>
> > On Thu, Sep 04, 2008 at 04:28:22PM +0200, Herman Bruyninckx wrote:
> >> Your webpage doesn't tell me anything about the (long term) purpose of
> your
> >> project. So, I ask myself the question why you want to start all over
> again
> >> from scratch, instead of using _much_ more developed projects like
> Blender,
> >> that have already built-in support for kinematic chains?
> >
> > Yes, I should add something about its intended use there.
> >
> > It's just for seeing (and testing) chain descriptions done with KDL. I
> just
> > did it to visualize a KDL description I had and then extended it so it
> could
> > be used by another person.
> >
> > I'm not really planing on adding a lot of features to it at the moment, I
> will
> > just fix bugs that might come up.
> >
> > I will of course consider suggestions for improvements.
> >
> >> And VTK is first of all targeting static, large-scale data
> visualisation,
> >> so not the best infrastructure project to build upon.
> >
> > This is true, VTK is not really helping here, but I first did a small
> > visualization using it and then extended it a bit. Also I wanted to learn
> > using it.
> >
> Nevertheless, Blender would be a much better choice... You can use Python
> scripts in Blender to add your own code rather easily.
>
> >> With all respect, but I have the strong feeling that our project will
> never
> >> be able to reach a critical mass... Of course, feel free to prove me
> >> wrong:-)
> >
> > I'm not really trying to get many users. I thought since I have the code
> > anyway, I might as well publish it.
> That's always good! :-) Thanks.
>
> Herman
>
>
> ------------------------------
>
> --
> Orocos-Dev mailing list
> Orocos-Dev [..] ...
> http://lists.mech.kuleuven.be/mailman/listinfo/orocos-dev
>
>
> End of Orocos-Dev Digest, Vol 44, Issue 5
> *****************************************
>
> Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
>
>

-------------------------------------------------------

Fwd: installation orocos-bfl

On Saturday 06 September 2008 10:31:08 Tinne De Laet wrote:
> ---------- Forwarded Message ----------
>
> Subject: [Orocos-Dev] Re: Orocos-Dev Digest, Vol 44, Issue 5
> Date: Friday 05 September 2008
> From: "Aldo Camargo" <aldo [dot] camargo [..] ...>
> To: orocos-dev [..] ...
>
> Hi Group:
>
> I am trying to install the orocos-bfl library under Linux Ubuntu.
>
> I follow the steps of the web site:
>
>
> 1. First add the following line to your /etc/apt/sources.list:
>
> deb http://people.mech.kuleuven.be/~tdelaet/bfl _mydistro_ main
>
> where _mydistro_ is breezy, dapper, edgy or feisty.
> 2. Then apt-get the packages:
>
> sudo apt-get update
> sudo apt-get install orocos-bfl
>
>
> By I got this problem:
>
> E: Couldn't find package orocos-bfl
>
> Please any input will be useful,
It could be necessary to repeat sudo apt-get update a couple of times. Look at
the output and repeat the update until a hit occurs with
http://people.mech.kuleuven.be.

Greetings,

Tinne