Conversation
def position(self) in crazyswarm (ROS) has been updated for crazyswarm2 (ROS2) as def get_position_from_tf(self). This function allows the developer to get linear position data from crazyflie according to 'world' frame.
the function name has been changed.
|
Hi! I think this is perhaps better to use the Pose topic for this though instead of the transform tbh |
|
I will use it too :) |
|
Ah oke. But would it be possible to get the position data from the pose ros topic and not from the transform tree in this PR? About the CI failing, If you check the error messages you see there are a lot of flake8 formatting errors in the CI flagged. It should provide a list of which once it has marked. If you search online you can also find some terminal based tools to fix these type of flake8 problems either in VScode or from your terminal in the files |
knmcguire
left a comment
There was a problem hiding this comment.
- cf.position from pose topics
- fix flake8 issues in ci
def position(self) in crazyswarm (ROS) has been updated for crazyswarm2 (ROS2) as def get_position_from_tf(self). This function allows the developer to get linear position data from crazyflie according to 'world' frame.