id stringlengths 15 54 | text stringlengths 3 133k | title stringclasses 1
value |
|---|---|---|
costmap_subscript/3613_157.txt | ### Footer navigation | |
costmap_subscript/3613_155.txt | ## Footer | |
costmap_subscript/nav2costmap2d2Fplugi_10.txt | getParameters(); | |
costmap_subscript/3613_54.txt | Already on GitHub? [ Sign in ](/login?return_to=%2Fros-
planning%2Fnavigation2%2Fissues%2Fnew%2Fchoose) to your account | |
costmap_subscript/3613_37.txt | [ Sign up
](/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-
name%3E%2F%3Crepo-
name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-
repo&source_repo=ros-planning%2Fnavigation2) | |
costmap_subscript/3017_265.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Jan 31, 2023 • | |
costmap_subscript/3017_237.txt | Collaborator | |
costmap_subscript/3017_411.txt | Why? The keepout filter would be more flexible, and the static layer doesn't
allow for shapes to represent other things like speed zones. Its in effect the
same thing, but doesn't allow remapping of values potentially stored in the
shape files. If we're going to allow the user to have shapes with other things
like Spee... | |
costmap_subscript/3017_424.txt | Now I looks understand well your intention: to use Keepout Filter for
resulting costmap updates.
Yes, this will work.
My intention was to use ` StaticLayer ` for this.
However, when we will use VirtualObject-server, _both_ options (spreading VO
through Keepout Filter or either through Static Layer) will work. So,... | |
costmap_subscript/3017_119.txt | Sorry, something went wrong. | |
costmap_subscript/3613_80.txt | [controller_server-4] [INFO] [1686316127.841188146] [controller_server]: Critic plugin initialized
[controller_server-4] [INFO] [1686316127.841424621] [controller_server]: Using critic "GoalAlign" (dwb_critics::GoalAlignCritic)
[controller_server-4] [INFO] [1686316127.842192969] [controller_server]: Critic ... | |
costmap_subscript/3017_87.txt | [

](/SteveMacenski) [ SteveMacenski ](/SteveMacenski) added the [ enhancement
](/ros-planning/navigation2/labels/enhancement) New feature or request label
Jun 15, 2022 | |
costmap_subscript/indexhtml_9.txt | * [ GoalCheckerSelector ](../configuration/packages/bt-plugins/actions/GoalCheckerSelector.html)
* [ NavigateThroughPoses ](../configuration/packages/bt-plugins/actions/NavigateThroughPoses.html)
* [ ComputePathThroughPoses ](../configuration/packages/bt-plugins/actions/ComputePathThroughPoses.h... | |
costmap_subscript/3017_116.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Jun 16, 2022 | |
costmap_subscript/3017_565.txt | [ ](https://github.com "GitHub") © 2024 GitHub, Inc. | |
costmap_subscript/3017_165.txt | Member | |
costmap_subscript/3017_516.txt | Member | |
costmap_subscript/addingsubscribertocu_31.txt | [ edit ](/questions/414211/edit/) [ retag ](/s/questions/414211/retag/) flag
offensive [ close ](/questions/414211/close/) merge delete | |
costmap_subscript/3613_27.txt | We read every piece of feedback, and take your input very seriously. | |
costmap_subscript/3017_365.txt | Sorry, something went wrong. | |
costmap_subscript/3017_234.txt | Sorry, something went wrong. | |
costmap_subscript/3017_52.txt |
Sign up for GitHub | |
costmap_subscript/indexhtml_92.txt | It is the job of the global positioning system (GPS, SLAM, Motion Capture) to,
at minimum, provide the ` map ` -> ` odom ` transformation. We provide `
amcl ` which is an Adaptive Monte-Carlo Localization technique based on a
particle filter for localization of a static map. We also provide SLAM Toolbox
as the defau... | |
costmap_subscript/3017_99.txt | Sorry, something went wrong. | |
costmap_subscript/3017_525.txt | I figured their own files would be most sensible because of the fact that if
you're deploying ` N ` robots across ` M ` facilities in the world, each of
the ` M ` facilities is going to have its own set of keepout zones / vector
files. But perhaps that can be a step after we have a prototype to look over
the param file... | |
costmap_subscript/3017_279.txt | * Reading non-vectorized ` OccupancyGrid ` map format from input topic and plotting added vectors on it. After it:
* Publishing vectorized ` OccupancyGrid ` map to the output topic
* Returning back vectorized ` Costmap2D ` to the VectorObject costmap layer, by service request | |
costmap_subscript/3017_377.txt | ### | |
costmap_subscript/3017_324.txt | P.S: Feel free to let me know if I missed another solution Nav2 offers for
this problem
---
All reactions | |
costmap_subscript/3613_111.txt | [ 
](/dharanish-nh) | |
costmap_subscript/3017_34.txt | To see all available qualifiers, see our [ documentation
](https://docs.github.com/search-github/github-code-search/understanding-
github-code-search-syntax) . | |
costmap_subscript/3017_100.txt | [

](/SteveMacenski) | |
costmap_subscript/3017_506.txt | ### | |
costmap_subscript/3017_299.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Feb 1, 2023 • | |
costmap_subscript/3017_89.txt | Copy link | |
costmap_subscript/3017_423.txt | > Why? The keepout filter would be more flexible, and the static layer doesn't
> allow for shapes to represent other things like speed zones. | |
costmap_subscript/3017_311.txt | It is being used, but mostly with the details hidden in the costmap subscriber
and costmap publisher objects. There's no need for it at all, the
OccupancyGrid messages do the same. They added in a ` layer ` string name for
distributed world model use but I quickly vetoed that for safety concerns but
that work was alrea... | |
costmap_subscript/3017_7.txt | * [ All features ](/features)
* [ Documentation ](https://docs.github.com)
* [ GitHub Skills ](https://skills.github.com/)
* [ Blog ](https://github.blog) | |
costmap_subscript/3017_339.txt | Per our discussion in the WG meeting: | |
costmap_subscript/3017_395.txt | Not certainly in that way. In case of StaticLayer, we will re-use one of the
existing costmap layer to make and apply (to master grid) raster costmap made
from obtained input ` OccupancyGrid ` map, which is made by VO server from
vector objects.
For costmap filters (keepout, speed, binary, etc...): they are already r... | |
costmap_subscript/nav2costmap2d2Fplugi_31.txt | // we have a new map, update full size of map
std::lock_guard<Costmap2D::mutex_t> guard(*getMutex()); | |
costmap_subscript/3017_56.txt | # Feature Request: Custom/Virtual Obstacle Layer #3017 | |
costmap_subscript/3017_531.txt | **[ tonynajjar ](/tonynajjar) ** commented Sep 20, 2023 | |
costmap_subscript/indexhtml_59.txt | * Compute paths along sparse or predefined routes | |
costmap_subscript/indexhtml_17.txt | * [ Velocity smoother applies deceleration when timeout ](../migration/Humble.html#velocity-smoother-applies-deceleration-when-timeout)
* [ PoseProgressChecker plugin ](../migration/Humble.html#poseprogresschecker-plugin)
* [ Allow multiple goal checkers and change parameter progress_checker_plugin(s)... | |
costmap_subscript/3017_272.txt | ### | |
costmap_subscript/indexhtml_110.txt | ### Other Forms ¶ | |
costmap_subscript/indexhtml_76.txt | The general task in Nav2 for a smoother is to receive a path and return its
improved version. However, different input paths, criteria of the improvements
and methods of acquiring them exist, creating space for multitude of smoothers
that can be registered in this server. | |
costmap_subscript/3017_88.txt | [

](/GMahmoud) | |
costmap_subscript/indexhtml_67.txt | The general task in Nav2 for a controller is to compute a valid control effort
to follow the global plan. However, many classes of controllers and local
planners exist. It is the goal of this project that all controller algorithms
can be plugins in this server for common research and industrial tasks. | |
costmap_subscript/3017_371.txt | > You have the option in a costmap layer to "override" cost instead of taking
> the maximum. So you can have the detector layer of your pallet that you'd be
> using to clear the costmap as the highest layer and it would wipe out all
> the sensor measurements as long as you're detecting the pallet there (or
> whatever y... | |
costmap_subscript/3017_254.txt | If you have a vector of points making up a polygon stored in a layer, it can
be used to fill in the costmap2D entries of the master grid on request (or
retain an internal grid structure of the polygons, I suppose, depending on
what's more optimal from an update cycle perspective). There's no real need to
be thinking ab... | |
costmap_subscript/nav2costmap2d2Fplugi_21.txt | auto node = node_.lock();
if (!node) {
throw std::runtime_error{"Failed to lock node"};
} | |
costmap_subscript/3017_122.txt | ### | |
costmap_subscript/3017_296.txt | Copy link | |
costmap_subscript/3017_392.txt | **[ AlexeyMerzlyakov ](/AlexeyMerzlyakov) ** commented Feb 6, 2023 • | |
costmap_subscript/3613_68.txt | **[ dharanish-nh ](/dharanish-nh) ** commented Jun 9, 2023 • | |
costmap_subscript/3017_16.txt | * [ GitHub Sponsors Fund open source developers ](/sponsors) | |
costmap_subscript/indexhtml_38.txt | Within Nav2, we use a wrapper of LifecycleNodes, ` nav2_util LifecycleNode `
. This wrapper wraps much of the complexities of LifecycleNodes for typical
applications. It also includes a ` bond ` connection for the lifecycle
manager to ensure that after a server transitions up, it also remains active.
If a server cra... | |
costmap_subscript/3017_334.txt | [

](/SteveMacenski) | |
costmap_subscript/3017_199.txt | Copy link | |
costmap_subscript/3613_62.txt | Labels | |
costmap_subscript/3613_56.txt | # robot doesn't navigate in custom costmap layer. #3613 | |
costmap_subscript/addingsubscribertocu_25.txt | However, I haven't found a good way to do this. | |
costmap_subscript/3017_447.txt | [

](/AlexeyMerzlyakov) | |
costmap_subscript/3017_201.txt | **[ GMahmoud ](/GMahmoud) ** commented Oct 5, 2022 • | |
costmap_subscript/indexhtml_26.txt | ### Action Server ¶ | |
costmap_subscript/3017_4.txt | * Product | |
costmap_subscript/3613_95.txt | Member | |
costmap_subscript/addingsubscribertocu_27.txt |
error: no matching function for call to ‘std::function<void(const geometry_msgs::msg::Pose2D_<std::allocator<void> >&)>::function(std::_Bind<void (jackstand_objective_costmap_plugin::JSLayer::*(std::shared_ptr<rclcpp_lifecycle::LifecycleNode>, std::_Placeholder<1>))(const geometry_msgs::msg::Pose2D_<std::... | |
costmap_subscript/3017_264.txt | ### | |
costmap_subscript/addingsubscribertocu_37.txt | [ JSLbotbuilder ](/users/145125/jslbotbuilder/)
1 ● 2 ● 3 ● 3 | |
costmap_subscript/3017_470.txt | Next update of feature HLD is here: [ VO_design_20230222.pdf
](https://github.com/ros-
planning/navigation2/files/10804353/VO_design_20230222.pdf) .
New Costmap2D layer is not required in this case: the VO-server to be used
with ` KeepoutFilter ` in Costmap2D. It can not be used with ` StaticLayer `
for the following... | |
costmap_subscript/3613_14.txt | * [ Learning Pathways ](https://resources.github.com/learn/pathways/)
* [ White papers, Ebooks, Webinars ](https://resources.github.com/)
* [ Customer Stories ](/customer-stories)
* [ Partners ](https://partner.github.com/) | |
costmap_subscript/indexhtml_116.txt | ## Nav2 Academic Overview ¶ | |
costmap_subscript/3613_135.txt | Member | |
costmap_subscript/3017_555.txt | [ enhancement ](/ros-planning/navigation2/labels/enhancement) New feature or
request | |
costmap_subscript/3017_394.txt | > You mean the costmap filters (keepout + speed), right? To be able to do
> other non-just-cost tasks with the polygon's values | |
costmap_subscript/3017_326.txt | [

](/SteveMacenski) | |
costmap_subscript/indexhtml_21.txt | * * * | |
costmap_subscript/indexhtml_106.txt | Costmap filters - is costmap layer based approach of applying spatial-
dependent behavioral changes annotated in filter masks, into Nav2 stack.
Costmap filters are implemented as costmap plugins. These plugins are called
“filters” as they are filtering a costmap by spatial annotations marked on
filter masks. In order t... | |
costmap_subscript/nav2costmap2d2Fplugi_22.txt | node->get_parameter(name_ + "." + "enabled", enabled_);
node->get_parameter(name_ + "." + "subscribe_to_updates", subscribe_to_updates_);
std::string private_map_topic, global_map_topic;
node->get_parameter(name_ + "." + "map_topic", private_map_topic);
node->get_parameter("map_topic", global_map_topic);
if... | |
costmap_subscript/nav2costmap2d2Fplugi_2.txt | #include <algorithm>
#include <string> | |
costmap_subscript/3613_72.txt | * Operating System: Ubuntu 22.04
* * ROS2 Version: Humble
* * Version or commit hash: 1.1.6-1jammy.20230426.100219
* * DDS implementation: RMW_IMPLEMENTATION=rmw_cyclonedds_cpp
* | |
costmap_subscript/3017_345.txt | [

](/AlexeyMerzlyakov) | |
costmap_subscript/indexhtml_101.txt | The current environmental representation is a costmap. A costmap is a regular
2D grid of cells containing a cost from unknown, free, occupied, or inflated
cost. This costmap is then searched to compute a global plan or sampled to
compute local control efforts. | |
costmap_subscript/indexhtml_77.txt | ### Waypoint Following ¶ | |
costmap_subscript/3017_500.txt | Yep. Moreover, if ` closed ` is set to ` true ` , we will check the ` fill `
value set or not. If ` closed := false ` , talking about filling makes no
sense in this case. | |
costmap_subscript/nav2costmap2d2Fplugi_57.txt | for (auto parameter : parameters) {
const auto & param_type = parameter.get_type();
const auto & param_name = parameter.get_name(); | |
costmap_subscript/3613_132.txt | Sorry, something went wrong. | |
costmap_subscript/3613_127.txt | Copy link | |
costmap_subscript/3017_49.txt | Email Address | |
costmap_subscript/3017_320.txt | ### | |
costmap_subscript/nav2costmap2d2Fplugi_24.txt | transform_tolerance_ = tf2::durationFromSec(temp_tf_tol); | |
costmap_subscript/indexhtml_29.txt | In this situation, action servers and clients allow us to call a long-running
task in another process or thread and return a future to its result. It is
permissible at this point to block until the action is complete, however, you
may want to occasionally check if the action is complete and continue to
process work in ... | |
costmap_subscript/3017_24.txt | Clear | |
costmap_subscript/3017_241.txt | Please check the following design considerations how this feature could be
added into Nav2 stack.
Since, not all Costmap2D are working with ` nav2_msgs/msg/Costmap.msg ` , but
also with ` nav_msgs/msg/OccupancyGrid.msg ` as well (e.g. [ Speed Limiting
Filter
](https://navigation.ros.org/tutorials/docs/navigation2_wit... | |
costmap_subscript/3017_479.txt | For the API: | |
costmap_subscript/indexhtml_65.txt | * Board an elevator | |
costmap_subscript/indexhtml_103.txt | Costmap layers can be created to detect and track obstacles in the scene for
collision avoidance using camera or depth sensors. Additionally, layers can be
created to algorithmically change the underlying costmap based on some rule or
heuristic. Finally, they may be used to buffer live data into the 2D or 3D
world for ... | |
costmap_subscript/addingsubscribertocu_42.txt | ## Question Tools |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.