Skip to content

discussions Search Results · repo:ros-navigation/navigation2 language:C

8 results
 (112 ms)

8 results

inros-navigation/navigation2 (press backspace or delete to remove)

I am using the jazzy version of ROS2 It can operate normally on gazboo, but some issues arise during runtime after actual deployment. Observing through rviz2, the navigation path is generated normally, ...

I am folloiwing the tutorial on this page https://docs.nav2.org/getting_started/index.html I provide an initial pose for the robot as mentioned in the tutorial. After providing a nav2 goal, I get the following ...

How can I improve the reliability of my nav2 navigation launches? I have to launch nav2 several times before seeing a successful bringup with global and local costmap ready for an initial pose and navigation ...

Hello, I created my own BT using already available behavior nodes (updated the nav2_params.yaml file to give the right file) Expected behavior: Gets a set of waypoints, follow the path until the goal ...

Hello, I am trying to navigate my mobile base using a custom behavior tree. For the moment I am using Navigate to pose with replanning and recovery BT till I debug the following issue. In the nav2_params.yaml ...

Hello everyone, I am exploring the idea of developing a Nav2 path planning plugin based on the Vector Field Histogram (VFH) algorithm. The VFH approach, traditionally used for local obstacle avoidance, ...

My dock has an ArUco marker, and I just tested aruco_OpenCV is “seeing” the tag. I haven’t calibrated yet though so the x,y is off. can the nav2 docking feature use ArUco marker or do I need to put an ...

The Project Overview I am developing a Reinforcement Learning (RL) framework for learning social interactions as a local planner replacement in the NAV2 framework. Although previous work by @mhpanah ...