-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ROS2 Pose control ignores message frame #22
Comments
Thanks for opening up, but I strongly disagree with your judgment on a minority of the issue. It is a problem since every ROS 2 tool should perform the transformation of stamped messages. Let's assume that some system will give commands to move the robot one meter forward. In this case, it would send a message with "base_link" frame_id and translation [1,0,0]. In the current code, it will set it in the scene at [1,0,0] permanently. |
I think this is supported by TF2 API, you just create map(at 0,0)->anchor(at custom start point)->base_link |
Could you provide an exact API to do that? It looks like a workaround to not fully implemented functionality. |
So I think there are 2 ways this can be handled and they have different benefits and drawbacks: Solution 1:
Solution 2: Tell me what you need and I will implement it. 🙂 |
We should use If there is another transform living on the |
I like @pijaro idea. |
Here is branch that implements this, it's waiting for base branch for merge |
A new PR addressing this issue was made: #88 |
Opened per @michalpelka request. I don't think it's a problem, but it can be changed to filter out only matching frames or something if this is needed
The text was updated successfully, but these errors were encountered: