Hello,
In my deploy.lua, I imported the following pkgs:
d:import("rtt_rosnode")
d:import("rtt_ros")
d:import("rtt_roscomm")
d:import("eigen_typekit")
d:import("kdl_typekit")
ros = gs:provides("ros")
ros:import("lwr_fri")
when I try to stream JointVelocity (of type <Eigen::VectorXd >) using:
d:stream("FRI.JointVelocity",ros:topic("/joint_velocity"))
I get the following error:
[ Warning] The protocol with id 3 did not register a fall-back handler for unknown types!
[ Warning] triggered by: unknown_t which does not have a transport.
[ ERROR ] Could not create transport stream for port JointVelocity with transport id 3
[ ERROR ] No such transport registered. Check your policy.transport settings or add the transport for type eigen_vector
Are there any missing import ? or it is related to another issue?
Thanks for the help
Hello,
In my deploy.lua, I imported the following pkgs:
d:import("rtt_rosnode") d:import("rtt_ros") d:import("rtt_roscomm") d:import("eigen_typekit") d:import("kdl_typekit") ros = gs:provides("ros") ros:import("lwr_fri")when I try to stream JointVelocity (of type <Eigen::VectorXd >) using:
d:stream("FRI.JointVelocity",ros:topic("/joint_velocity"))I get the following error:
Are there any missing import ? or it is related to another issue?
Thanks for the help