Robotics StackExchange | Archived questions

image_transport and image_transport_plugins

Quick question as I am a bit confused about the the image_transport package. Using: Indigo (Compiled from source in embedded device)

I needed image_transport package so I used image_common where image_trasport is part of. However image_common has only the default plugin image_raw. I need also the compressed and theora plugins as well.

I see there is again a repo (http://wiki.ros.org/image_transport_plugins) that has all image_transport plugins.

Two main questions please:

Remember I am compiling everything from source.

Many thanks! Athanasios

Asked by tanasis on 2017-05-09 07:02:19 UTC

Comments

To answer my second question:

  • Install opencv in the embedded board
  • clone vision_opencv into the src (is needed for compressed and theora)
  • clone image_transport_plugins

Finally compile everything :)

Asked by tanasis on 2017-05-10 06:30:03 UTC

Answers