After you run "./configure", what does it say about Python support
being enabled or disabled?
If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructions
Specifically, check that 'python-dev' is installed.
Albert
> --
> You received this message because you are subscribed to the Google Groups
> "Lightweight Communications and Marshalling" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/lcm-users/-/aYs8dRKTWdgJ.
> To post to this group, send email to lcm-...@googlegroups.com.
> To unsubscribe from this group, send email to
> lcm-users+...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
> For more options, visit this group at
> http://groups.google.com/group/lcm-users?hl=en.
Hi Raul,After you run "./configure", what does it say about Python support
being enabled or disabled?If it says that python support is disabled, please ensure that the
packages recommended here are installed:
http://code.google.com/p/lcm/wiki/BuildInstructionsSpecifically, check that 'python-dev' is installed.
Albert
On Wed, Mar 7, 2012 at 5:58 AM, Rauldgwrote:
Please follow _all_ of the instructions on that list. You probably
forgot to do the last one - "sudo ldconfig"
Albert
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > lcm-users+...@googlegroups.com.
>> > For more options, visit this group at
>> > http://groups.google.com/group/lcm-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lightweight Communications and Marshalling" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/lcm-users/-/dn3pITvPkdgJ.
>
> To post to this group, send email to lcm-...@googlegroups.com.
> To unsubscribe from this group, send email to
> lcm-users+...@googlegroups.com.
Hi Raul,Please follow _all_ of the instructions on that list. You probably
forgot to do the last one - "sudo ldconfig"
Albert
>> > For more options, visit this group at
>> > http://groups.google.com/group/lcm-users?hl=en.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Lightweight Communications and Marshalling" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/lcm-users/-/dn3pITvPkdgJ.
>
> To post to this group, send email to lcm-...@googlegroups.com.
> To unsubscribe from this group, send email to
i.e:
package exlcm;
struct example_t
{
/// comment for timestamp
int64_t timestamp;
/// comment for pose
double position[3];
double orientation[4];
int32_t num_ranges;
int16_t ranges[num_ranges];
string name;
boolean enabled;
}
Thanks,
Luc
For an example, see:
https://svn.csail.mit.edu/libbot2/bot2-core/lcmtypes/bot_core_pose_t.lcm
-=Abe
> --
> You received this message because you are subscribed to the Google Groups "Lightweight Communications and Marshalling" group.
> To post to this group, send email to lcm-...@googlegroups.com.
> To unsubscribe from this group, send email to lcm-users+...@googlegroups.com.
Luc