-
Notifications
You must be signed in to change notification settings - Fork 193
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
Correct branch for ROS 2 Humble #279
Comments
Use Note the thread here if on 22.04: #167 when you get to compiling |
I mean for spatio_temporal_voxel_layer not Navigation2. Now I can compile it without problem, but when I try to use it in the [navigation2_with_stvl] (https://navigation.ros.org/tutorials/docs/navigation2_with_stvl.html) tutorial, I get the following output after setting the initial position and give it the first waypoint with RViz(I have modify the nav2_params.yaml as the tutorial explain):
I understand that the problem is related to the navigation pose sended by RViz, but can it be related to this layer version? |
Hello, I am following (STVL) Using an External Costmap Plugin turorial about using this layer in the Nav2 ROS 2 package.
I can not understand If I am doing something wrong, or the instructions does not match the actual branch names.
The instruction are:
STVL can be installed in ROS 2 via the ROS Build Farm:
My output:
It can also be built from source by cloning the repository into your Navigation2 workspace:
My output:
I have check the repository and I use the ros2 branch and it compiles without problem with colcon.
So I wish to know if I am not founding the repository branch
humble-devel
for some reason, or the correct one isros2
.Thanks in advance.
The text was updated successfully, but these errors were encountered: