-
Notifications
You must be signed in to change notification settings - Fork 9
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
ros2 social navigation layer foxy distribution #4
Comments
Hello, today we updated the repository to the Humble distro.
|
Hey noeperez, thank you so much for your fast answer i really appreciate it. Check if the plugin is properly loaded when you launch the navigation (no errors or warnings printed in the terminal):
Errors or warnings in the terminal: Social navigation plugin is loaded properly?:
Check that you are properly publishing the positions and velocities of your moving agents in the topic "/people" using the message people_msgs/msg/People.:
Thank you very much neoperez |
Hello,
As you have seen, nobody is publishing in the topic /people, that's the problem.
You need to provide the info of the moving agents to the layer. To do it you need to program a node to take your agents data, to fill the
people_msgs/People messages and to publish them in the topic /people.
|
Ok i thought its just plug and play. |
Hi again, |
Hey noeperez, thank you so much. I'm really grateful for your help and your contributions ;) |
Yes, both topics contain the relevant information that you need, but first you need to know what type of messages are being published through each topic. Then, you need to check the message type required by the social layer (which is people_msgs/People) and check the data that you need to fill. |
Hi neoperez, what frame should the people messages be in when publishing to the social layer? |
Hi! You can publish the people in the frame that you want if the frame is part of a well-formed TF tree. The node will transform the coordinates to the global frame of the layer automatically. |
Thanks Noe for your reply! |
Are you properly adding this layer to your local or global costmap of the navigation system? I mean, when you say "I am able to view the cost maps of people in rviz2", are you talking about the local or global costmap? You should check (visualizing in RViz) that the people of this layer is properly added to the desired costmap (along with the other layers). In any case, I think it's just a problem of configuration of the navigation system. |
Hey,
first thank you so much for your contributions.
I tried your social navigation layer foxy distro some days ago.
neuronbot_params.yaml file:
Thank you once again for your contribution. I Really appreciate your time and effort :)
The text was updated successfully, but these errors were encountered: