How can i pass values from one callback function to another.

asked 2020-01-30 17:53:51 -0500

s2037173 gravatar image

How can i combine arguments of one callback function with another.

I have pose (x,y,z) coordinate from a topic and waypoints(x,y,z) from different topic. i need to use these two coordinates to find the distance between two coordinate points.

edit retag flag offensive close merge delete

Comments

1

What have you tried so far? Can you add a copy and paste of your code?

jayess gravatar image jayess  ( 2020-01-30 20:27:27 -0500 )edit