Skip to content

Offset map in RVIZ (Carla & Autoware) #5374

Answered by YamatoAndo
nawfalz asked this question in Q&A
Discussion options

You must be logged in to vote

@nawfalz Hi.
Instead of handling it with TF, it's better to directly offset the map coordinates.
You can use pcl_transform_point_cloud for the conversion.

$ sudo apt install pcl-tools
$ pcl_transform_point_cloud input.pcd output.pcd -trans dx,dy,dz

Or you can also use CloudCompare.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@nawfalz
Comment options

Answer selected by nawfalz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
component:map Map creation, storage, and loading.
2 participants