Skip to content
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

How to convert a given point using your code ? #1

Open
ktiwari9 opened this issue Sep 1, 2015 · 0 comments
Open

How to convert a given point using your code ? #1

ktiwari9 opened this issue Sep 1, 2015 · 0 comments

Comments

@ktiwari9
Copy link

ktiwari9 commented Sep 1, 2015

Hi there,
I am quite new to ROS and I have been going crazy over TF. So my situation is this,
I have a node that gives me the global goal in /map frame from gazebo like this:
goal_pose_pub_= n_.advertise<geometry_msgs::PointStamped>("/global_goal", 10);

And in my A* Node, I have a callback
void AStar::goalCallback(const geometry_msgs::PointStamped::ConstPtr& goal_msg)

but the goal_msg currently contains the /map frame goal so needs to be transformed to /odom frame. So how can I use your code to transform the /global goal in the correct frame co-ordinates ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant