-
Notifications
You must be signed in to change notification settings - Fork 0
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
sdf_map_frame orientation #4
Comments
Hi, it has been a long time since I worked on this. I hope that @tstoyanov, @hoangcuongbk80 or @jsll can help you on this. :-) |
It's been a long time since anyone has worked on this code base actually. Very glad that you are playing with it, but bear in mind that some parts might have broken down by now. Let me try from memory:
|
Thanks for your response. ROS standard for frames is x=forward y=left and z=up as per REP https://www.ros.org/reps/rep-0103.html. Do you think this axis orientation standard can be used for |
Sure. Make the change in the launch file and open a PR. It really does not matter from my point of view, as long as the parameters are encoded in the launch file, and someone has tested that it really works. |
Thanks. One more question: "Z there is the camera axis": does this mean the current z axis of the sdf_map_frame is in the same direction as z axis of the camera, and this z axis is pointing forward with respect to the camera? |
GraspPlanner publishes a map on
sdf_map_topic
. The reference frame of this map is set tosdf_map_frame
. This frame is defined in a launch file that invokes grasp planner. E.g. offline_yumi.launch at line 74. I have a few questions about this frame:sdf_map_frame
to be 'forward-down-left', where Z-axis is not pointing up but to the left?Would appreciate if someone could describe the
sdf_map_frame
.Thank you!
The text was updated successfully, but these errors were encountered: