|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.9.3 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | melodic-devel |
| Last Updated | 2019-05-24 |
| Dev Status | MAINTAINED |
| Released | UNRELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the indigo-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged visp_bridge at answers.ros.org
|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.9.3 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | lunar-devel |
| Last Updated | 2017-10-31 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the indigo-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged visp_bridge at answers.ros.org
|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.9.3 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | kinetic-devel |
| Last Updated | 2017-02-17 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the indigo-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged visp_bridge at answers.ros.org
|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.9.1 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | indigo-devel |
| Last Updated | 2017-02-17 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the indigo-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged visp_bridge at answers.ros.org
|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.9.1 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | jade-devel |
| Last Updated | 2017-02-17 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the indigo-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b indigo-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |
System Dependencies
Launch files
Messages
Services
Plugins
Recent questions tagged visp_bridge at answers.ros.org
|
visp_bridge package from vision_visp repovision_visp visp_auto_tracker visp_bridge visp_camera_calibration visp_hand2eye_calibration visp_tracker |
Package Summary
| Tags | No category tags. |
| Version | 0.7.3 |
| License | GPLv2 |
| Build type | CATKIN |
| Use | RECOMMENDED |
Repository Summary
| Checkout URI | https://github.com/lagadic/vision_visp.git |
| VCS Type | git |
| VCS Version | hydro-devel |
| Last Updated | 2015-11-03 |
| Dev Status | MAINTAINED |
| Released | RELEASED |
Package Description
Additional Links
Maintainers
- Fabien Spindler
Authors
- Filip Novotny
visp_bridge
visp_bridge is a small interface between the ViSP library and ROS. For instance it converts between the different data types used by each library.
To date, the supported functionnality sums up to: * ViSP vpImage / ROS sensor_msgs::Image conversion * ViSP vpCameraParameter / ROS sensor_msgs::CameraInfo conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Transform conversion * ViSP vpHomogeneousMatrix / ROS geometry_msgs::Pose conversion
Setup
This package can be compiled like any other catkin package using catkin_make. In that case you have to consider the hydro-devel branch.
Prerequisities
First you need to install ViSP as a system dependency. This can be achived using ros-indigo-visp package available for Ubuntu. Just run:
$ sudo apt-get install ros-indigo-visp
If the package is not available (this is for example the case for Fedora) or if you want to use a more recent version of ViSP, you can also install ViSP from source:
$ cd ~
$ svn checkout svn://scm.gforge.inria.fr/svn/visp/trunk/ViSP
$ cd ViSP
$ cmake -DBUILD_SHARED_LIBS=ON .
$ make -j8
Then to use this version you have to setup VISP_DIR environment variable to the folder that contains the build. In ou case it becomes:
$ export VISP_DIR=~/ViSP
How to get and build visp_bridge
Supposed you have a catkin work space just run:
$ cd ~/catkin_ws/src
$ git clone -b hydro-devel https://github.com/lagadic/vision_visp.git
$ cd ..
$ catkin_make --pkg visp_bridge
Documentation
Could not convert RST to MD: No such file or directory - pandoc
Wiki Tutorials
Source Tutorials
Package Dependencies
| Deps | Name | |
|---|---|---|
| 2 | geometry_msgs | |
| 2 | roscpp | |
| 2 | sensor_msgs | |
| 2 | std_msgs | |
| 0 | visp | |
| 1 | camera_calibration_parsers | |
| 1 | catkin |