You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
May I know how can I get raster paths with respect to the global axis? The parameter in tool.yaml is not used (else statement is empty).
Could you outline the steps needed to get the raster paths in global frame?
The text was updated successfully, but these errors were encountered:
shubhamwagh
changed the title
How to get raster paths wrt global axis?
How to get raster paths wrt global axis frame?
Sep 22, 2020
The raster waypoints will be generated in the frame of the mesh model. You can set the raster_angle to a non-zero value to apply a rotation relative to the z vector of the mesh model. If you need to get the rasters relative to another frame then you'd have to manually apply the desired transform to each waypoint as a post processing step.
@shubhamwagh#121 should solve this issue (at least with the surface walk tool path planner). If you provide the cut_direction parameter as the vector (in mesh -- i.e. global -- coordinates) that represents the desired raster line direction, it should generate the raster path appropriately
May I know how can I get raster paths with respect to the global axis? The parameter in tool.yaml is not used (else statement is empty).
Could you outline the steps needed to get the raster paths in global frame?
The text was updated successfully, but these errors were encountered: