Improve /niryo_robot/conveyor/feedback reactivity when a conveyor is added or removed
Added convenience function NiryoRosWrapper.init_with_node which init a ros node and returns a NiryoRosWrapper instance
Deprecate NiryoRosWrapper.move_relative
Added a param normalize=True to NiryoRosWrapper.msg_from_pose
Add security checks to NiryoRosWrapper.unset_conveyor and
NiryoRosWrapper.control_conveyor
NiryoRosWrapper.get_conveyors_feedback now returns a list of dict instead of a list of ConveyorFeedback messages
Added the following functions to the TCP server:
GET_POSE_V2
FORWARD_KINEMATICS_V2
INVERSE_KINEMATICS_V2
GET_TCP
GET_CONVEYORS_FEEDBACK
Revert –robot_type arg deletion but set it deprecated to avoid breaking changes