Similar to another PR at branch-ros2, this PR solves the problem of static transforms namespace conflicts in multi-vehicle systems by adding parameters. Also dealt with a similar issue with the lookup_static_transform function in the odometry plugin.
Users can modify the frame_id by adding the following parameter to the launch file :
Similar to another PR at branch-ros2, this PR solves the problem of static transforms namespace conflicts in multi-vehicle systems by adding parameters. Also dealt with a similar issue with the
lookup_static_transform
function in the odometry plugin.Users can modify the
frame_id
by adding the following parameter to the launch file :While changing the launch file also change the corresponding
frame_id
section in thepx4_config.yaml
file :