id stringlengths 15 54 | text stringlengths 3 133k | title stringclasses 1
value |
|---|---|---|
costmap_subscript/3613_103.txt | [

](/SteveMacenski) | |
costmap_subscript/indexhtml_79.txt | The ` nav2_waypoint_follower ` contains a waypoint following program with a
plugin interface for specific task executors. This is useful if you need to go
to a given location and complete a specific task like take a picture, pick up
a box, or wait for user input. It is a nice demo application for how to use
Nav2 in a ... | |
costmap_subscript/3017_502.txt | Sorry, something went wrong. | |
costmap_subscript/3017_475.txt | Copy link | |
costmap_subscript/3017_248.txt | Copy link | |
costmap_subscript/3017_111.txt | Sorry, something went wrong. | |
costmap_subscript/3613_94.txt | Copy link | |
costmap_subscript/3017_63.txt | [ enhancement ](/ros-planning/navigation2/labels/enhancement) New feature or
request | |
costmap_subscript/3613_39.txt | {{ message }} | |
costmap_subscript/3017_185.txt | I'd like to avoid doubling the work with [ @GMahmoud
](https://github.com/GMahmoud) . To decide on a way forward [ @GMahmoud
](https://github.com/GMahmoud) can you let us know: | |
costmap_subscript/3017_93.txt | Thanks [ @tonynajjar ](https://github.com/tonynajjar) . | |
costmap_subscript/3613_143.txt | Assignees | |
costmap_subscript/3613_36.txt | [ Sign in ](/login?return_to=https%3A%2F%2Fgithub.com%2Fros-
planning%2Fnavigation2%2Fissues%2F3613) | |
costmap_subscript/addingsubscribertocu_8.txt | | [ Ask Your Question ](/questions/ask/)
---|---|---|---
0 | |
costmap_subscript/3017_25.txt | [ Search syntax tips ](https://docs.github.com/search-github/github-code-
search/understanding-github-code-search-syntax) | |
costmap_subscript/3017_302.txt | I think that's out of scope of what we define as what a "costmap filter" is in
the documentation. Its a rastered map of cost. The vectorized information is
not a rastered map and there isn't the same kind of ` costmap filter info `
conversion to be done to convert costs into actions. But we could adjust that
definition... | |
costmap_subscript/3017_518.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Feb 28, 2023 • | |
costmap_subscript/3613_64.txt | ## Comments | |
costmap_subscript/3613_100.txt | Do you see an issue when you don't use that costmap layer?
---
All reactions | |
costmap_subscript/3017_312.txt | * * * | |
costmap_subscript/indexhtml_114.txt | * Mesh maps, which are similar to gradient maps but with surface meshes at many angles | |
costmap_subscript/3017_187.txt | Sorry, something went wrong. | |
costmap_subscript/3017_106.txt | I might recommend just adding a "add" and "remove" service and part of the
request includes some string or int index for the objects. Not using pub/sub. | |
costmap_subscript/3017_274.txt | edited | |
costmap_subscript/3017_64.txt | ## Comments | |
costmap_subscript/3017_177.txt | Separate of this topic, but I also wonder if it would be nice to have a ` fill
` option, I think in some cases it wouldn't really matter to fill in the
polygon with cost, rather just make a solid costed outline so that the
planners / controllers cannot pass.
---
All reactions | |
costmap_subscript/3613_93.txt | [

](/SteveMacenski) | |
costmap_subscript/3017_508.txt | edited | |
costmap_subscript/nav2costmap2d2Fplugi_50.txt | mapToWorld(x_, y_, wx, wy);
*min_x = std::min(wx, *min_x);
*min_y = std::min(wy, *min_y); | |
costmap_subscript/3017_96.txt | * Support of non convex obstacles.
* Add RPC instead of published msgs in order to have the possibility of deleting obstacles with id identification,
* Add additional parameters to obstacles (lifetime, cost, random position, ...).
* Better documentation and samples.
* ROS2 compatibility. | |
costmap_subscript/indexhtml_107.txt | * Keep-out/safety zones where robots will never enter. | |
costmap_subscript/3613_4.txt | * Product | |
costmap_subscript/addingsubscribertocu_57.txt | [ Error when initializing trac_ik on Noetic ](/question/409387/error-when-
initializing-trac_ik-on-noetic/) | |
costmap_subscript/3017_168.txt | edited | |
costmap_subscript/indexhtml_81.txt | In the first, the ` nav2_waypoint_follower ` is fully sufficient to create a
production-grade on-robot solution. Since the autonomy system / dispatcher is
taking into account things like the robot’s pose, battery level, current task,
and more when assigning tasks, the application on the robot just needs to
worry about... | |
costmap_subscript/3017_306.txt | The major reasons why I'm thinking this design: | |
costmap_subscript/3017_140.txt | edited | |
costmap_subscript/3017_61.txt | [ tonynajjar ](/tonynajjar) opened this issue Jun 15, 2022 · 40 comments | |
costmap_subscript/indexhtml_19.txt | [ Edit ](https://github.com/ros-planning/navigation.ros.org) | |
costmap_subscript/indexhtml_14.txt | * [ Navigate To Pose With Consistent Replanning And If Path Becomes Invalid ](../behavior_trees/trees/nav_to_pose_with_consistent_replanning_and_if_path_becomes_invalid.html)
* [ Follow Dynamic Point ](../behavior_trees/trees/follow_point.html)
* [ Odometry Calibration ](../behavior_trees/trees/odometry_cal... | |
costmap_subscript/nav2costmap2d2Fplugi_9.txt | void
StaticLayer::onInitialize()
{
global_frame_ = layered_costmap_->getGlobalFrameID(); | |
costmap_subscript/3613_43.txt | Additional navigation options | |
costmap_subscript/3017_412.txt | * * * | |
costmap_subscript/nav2costmap2d2Fplugi_45.txt | std::lock_guard<Costmap2D::mutex_t> guard(*getMutex()); | |
costmap_subscript/nav2costmap2d2Fplugi_13.txt | auto node = node_.lock();
if (!node) {
throw std::runtime_error{"Failed to lock node"};
} | |
costmap_subscript/indexhtml_61.txt | ### Controllers ¶ | |
costmap_subscript/3017_211.txt | Copy link | |
costmap_subscript/3017_2.txt | [ ](https://github.com/) | |
costmap_subscript/indexhtml_87.txt | There is **no** requirement on using a LIDAR on your robot to use the
navigation system. There is no requirement to use lidar-based collision
avoidance, localization, or slam. However, we do provide instructions and
support tried and true implementations of these things using lidars. You can
be equally as successful us... | |
costmap_subscript/3017_543.txt | Open | |
costmap_subscript/3017_373.txt | Sorry, something went wrong. | |
costmap_subscript/3017_304.txt | > like intercepting maps going form Map Server and dynamically adding static
> of moving objects on it, e.g. for testing purposes | |
costmap_subscript/3017_520.txt | I don't think any priority is needed. If you have intersecting shapes, `
use_max ` or so would tell you the policy to deconflict (use the max or min
values). I don't see how any other policy would be sensible logically. If you
have 3 shapes overlapping of values 1, 2, and 3: what's a situation where
you'd want ` 2 ` to... | |
costmap_subscript/indexhtml_34.txt | When a node is started, it is in the unconfigured state, only processing the
node’s constructor which should **not** contain any ROS networking setup or
parameter reading. By the launch system, or the supplied lifecycle manager,
the nodes need to be transitioned to inactive by configuring. After, it is
possible to acti... | |
costmap_subscript/nav2costmap2d2Fplugi_29.txt | // resize costmap if size, resolution or origin do not match
Costmap2D * master = layered_costmap_->getCostmap();
if (!layered_costmap_->isRolling() && (master->getSizeInCellsX() != size_x ||
master->getSizeInCellsY() != size_y ||
master->getResolution() != new_map.info.resolution ||
master->getOrigin... | |
costmap_subscript/3613_83.txt | [rviz2-12] Start navigation
[rviz2-12] [INFO] [1686316135.218599374] [_]: NavigateToPose will be called using the BT Navigator's default behavior tree.
[bt_navigator-8] [INFO] [1686316135.219099244] [bt_navigator]: Begin navigating from current location to (0.96, 0.10)
[rviz2-12] Start navigation
[r... | |
costmap_subscript/3613_133.txt | [

](/SteveMacenski) | |
costmap_subscript/3613_152.txt | No branches or pull requests | |
costmap_subscript/3017_511.txt | [ 
](https://user-
images.githubusercontent.com/60094858/221828273-ecf7599e-d7d7-44bb-9ffc-246dab65d435.png) | |
costmap_subscript/3017_384.txt | But isn't that what the costmap filters are for? I don't think that's a con,
that's just a feature that already exists. | |
costmap_subscript/3017_420.txt | ### | |
costmap_subscript/3017_465.txt | [

](/AlexeyMerzlyakov) | |
costmap_subscript/3017_315.txt | Edit: Ahhh, I think I understand a little bit better now your thinking, You
want to use the default costmap filter plugin layers, don't you? You're seeing
this as doing the pre-work for the layers so that the same speed and keepout
zone costmap filters can be used, but the rastered costmaps are coming from
this externa... | |
costmap_subscript/3017_163.txt | [

](/SteveMacenski) | |
costmap_subscript/nav2costmap2d2Fplugi_0.txt | /*********************************************************************
*
* Software License Agreement (BSD License)
*
* Copyright (c) 2008, 2013, Willow Garage, Inc.
* Copyright (c) 2015, Fetch Robotics, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* m... | |
costmap_subscript/3613_148.txt | None yet | |
costmap_subscript/3017_564.txt | ## Footer | |
costmap_subscript/3017_176.txt | I suppose we could support both services and topics, though not my ideal
outcome. I would want clear warnings to users informing them that topics are
not recommended, but may be useful in certain circumstances. | |
costmap_subscript/3017_84.txt | * How the polygons/shapes are being filled in, and how the cost value is chosen / specified
* How the polygons / shapes are being specified (service, topic, etc) and how to add / remove them
* How it handles rolling costmaps or costmap updates efficiently | |
costmap_subscript/3613_85.txt | The robot should be able to navigate when the goal is sent and should plan its
path according to the costs in cost map. | |
costmap_subscript/nav2costmap2d2Fplugi_18.txt | void
StaticLayer::reset()
{
has_updated_data_ = true;
current_ = false;
} | |
costmap_subscript/addingsubscribertocu_3.txt | [  ](/questions/) | |
costmap_subscript/3017_563.txt | [ 
](/tonynajjar) [

](/SteveMacenski) [

](/jplapp) [
 | |
costmap_subscript/3017_95.txt | I will let you know when I'll get some free time to upgrade the virtual layer
by adding some other features that might help: | |
costmap_subscript/3017_172.txt | Introspection of services is on it way soon actually [
https://discourse.ros.org/t/rep-2012-service-introspection/26079/4
](https://discourse.ros.org/t/rep-2012-service-introspection/26079/4) . But
like I said above, you could at least log failures with services that you
couldn't with topics. Also, if you don't finely ... | |
costmap_subscript/3017_472.txt | So, it could be used a ` KeepoutFilter ` . However, currently ` KeepoutFilter
` updates the [ maximum ](https://github.com/ros-
planning/navigation2/blob/63b690a27a4ba1bde24ebd8e6c592c9894eec169/nav2_costmap_2d/plugins/costmap_filters/keepout_filter.cpp#L286-L287)
from ` mask_value ` and ` master_costmap ` . So, to tak... | |
costmap_subscript/addingsubscribertocu_36.txt | [ 
](/users/145125/jslbotbuilder/) | |
costmap_subscript/3613_159.txt | You can’t perform that action at this time. | |
costmap_subscript/3017_341.txt |
---
👍 1 AlexeyMerzlyakov reacted with thumbs up emoji | |
costmap_subscript/3017_408.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Feb 6, 2023 • | |
costmap_subscript/indexhtml_94.txt | ### Odometry ¶ | |
costmap_subscript/3017_229.txt | I will surely adapt my integration to nav2 use cases 😺, if you need to use
only a simplified polygon. | |
costmap_subscript/3017_157.txt | Using services will allow the sender (robot B) to know that the communication
is broken. However, it might not suffice to prevent the dangerous situation:
If communication is broken, what can robot B do with this information? It
can't tell robot A to stop. | |
costmap_subscript/3613_6.txt | Explore | |
costmap_subscript/3017_128.txt | [

](/GMahmoud) | |
costmap_subscript/indexhtml_71.txt | Finally, in the case of a total failure, a recovery may be implemented to call
an operators attention for help. This can be done with email, SMS, Slack,
Matrix, etc. | |
costmap_subscript/3017_552.txt | Assignees | |
costmap_subscript/3017_551.txt | [ Sign up for free ](/join?source=comment-repo) **to join this conversation on
GitHub** . Already have an account? [ Sign in to comment
](/login?return_to=https%3A%2F%2Fgithub.com%2Fros-
planning%2Fnavigation2%2Fissues%2F3017) | |
costmap_subscript/3613_131.txt | Understood. I will check the NPVL package to make some changes. if I have to
generalize my question it will be " How can I debug costmap plugin code when
there is a problem between costmap plugin and bt_navigator?". I also don't see
any warning or error messages. I receive all the costmap layers well and there
is no pr... | |
costmap_subscript/3017_195.txt | All reactions | |
costmap_subscript/indexhtml_95.txt | It is the role of the odometry system to provide the ` odom ` -> ` base_link
` transformation. Odometry can come from many sources including LIDAR, RADAR,
wheel encoders, VIO, and IMUs. The goal of the odometry is to provide a smooth
and continuous local frame based on robot motion. The global positioning
system will ... | |
costmap_subscript/3017_436.txt | Copy link | |
costmap_subscript/3017_267.txt | The last branch [ @GMahmoud ](https://github.com/GMahmoud) posted looked
overall pretty good to me from a quick scan. I can't speak to the efficiency
and certainly the parsing from file we discussed having done potentially by an
outside server, but that's overall a good starting point. I wouldn't reinvent
what's done w... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.