ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello,
I found what was wrong : there two problems.
First, I had multiple odom topics and so I had to remap it in the good nodes, for instance with
<remap from="odom" to="encoder"/>
Then, the amcl couldn't publish its topics because of the broadcaster from map to odom frame that I added. The amcl need to publish this broadcaster, but it couldn't because any toic can have only one parent.
Now it works well.
2 | No.2 Revision |
Hello,
I found what was wrong : there two problems.
First, I had multiple odom topics and so I had to remap it in the good nodes, for instance with
<remap from="odom" to="encoder"/>
Then, the amcl couldn't publish its topics because of the broadcaster from map to odom frame that I added. The amcl need to publish this broadcaster, but it couldn't because any toic can have only one parent.
Now it works well.
3 | No.3 Revision |
Hello,
I found what was wrong : there were two problems.
First, I had multiple odom topics and so I had to remap it in the good nodes, for instance with
<remap from="odom" to="encoder"/>
Then, the amcl couldn't publish its topics because of the broadcaster from map to odom frame that I added. The amcl need to publish this broadcaster, but it couldn't because any toic can have only one parent.
Now it works well.
4 | No.4 Revision |
Hello,
I found what was wrong : there were two problems.
First, I had multiple odom topics and so I had to remap uniformed the topics and/or remapped it in the good nodes, for instance withwith :
<remap from="odom" to="encoder"/>
Then, the amcl couldn't publish its topics because of the broadcaster from map to odom frame that I added. The amcl need to publish this broadcaster, but it couldn't because any toic can have only one parent.
Now it works well.