No version for distro humble showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro jazzy showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro kilted showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro rolling showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro ardent showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro bouncy showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro crystal showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro eloquent showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro dashing showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro galactic showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro foxy showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro iron showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro lunar showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro jade showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro indigo showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
No version for distro hydro showing kinetic. Known supported distros are highlighted in the buttons above.
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
kinetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
melodic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)
Repo symbol

dual_quaternions_ros repository

dual_quaternions_ros

ROS Distro
noetic

Repository Summary

Checkout URI https://github.com/Achllle/dual_quaternions_ros.git
VCS Type git
VCS Version 0.1.4
Last Updated 2020-07-08
Dev Status MAINTAINED
Released RELEASED
Tags No category tags.
Contributing Help Wanted (-)
Good First Issues (-)
Pull Requests to Review (-)

Packages

Name Version
dual_quaternions_ros 0.1.4

README

Dual Quaternions ROS

travis GitHub tag (latest SemVer)

Simple conversion methods for going from ROS [geometry_msgs]{.title-ref} to dual quaternions and vice versa. For the dual_quaternions repo, see dual_quaternions.

Installation

pip

pip install dual_quaternions

ROS package

Release into apt is on its way. Until then you'll have to build the catkin package from source.

cd ~/catkin_ws/src
git clone https://github.com/Achllle/dual_quaternions_ros
cd ..
rosdep install --from-paths src/dual_quaternions_ros --ignore-src
catkin_make

Requirements

  • dual_quaternions
  • geometry_msgs

Usage

Import using:

from dual_quaternions_ros import from_ros, to_ros_pose, to_ros_transform

NOTE: there is no concept of 'from' and 'to' as frame names aren't tracked or used (e.g. use of Pose iso PoseStamped). It is up to the user to keep track of those to avoid picking a convention (active vs. passive)

Publishing and getting transforms from tf

This package purposefully doesn't have methods to receive and publish transforms to tf. Instead, it supports converting transforms to various ROS messages so you can use the standard way of interfacing: :

br = tf2_ros.TransformBroadcaster()
T_odom_baselink = DualQuaternion(...)
msg = geometry_msgs.msg.TransformStamped()
msg.transform = T_odom_baselink.to_ros_transform
msg.header.frame_id = 'odom'
msg.child_frame_id = 'base_link'
br.sendTransform(msg)