id stringlengths 15 54 | text stringlengths 3 133k | title stringclasses 1
value |
|---|---|---|
costmap_subscript/addingsubscribertocu_10.txt | edit | |
costmap_subscript/indexhtml_41.txt | Behavior Trees provide a formal structure for navigation logic which can be
both used to create complex systems but also be verifiable and validated as
provenly correct using advanced tools. Having the application logic
centralized in the behavior tree and with independent task servers (which only
communicate data over... | |
costmap_subscript/3017_81.txt | edited | |
costmap_subscript/3017_292.txt | > An aside, but the ` nav2_msgs/Costmap ` was made at a time long ago back
> when there were other design plans which were abandoned for the world
> models. Doing a brief survey, I cannot find a reason why we still even have
> that message around or use it for anything. We can probably throw that away
> entirely and re... | |
costmap_subscript/3017_15.txt | * Open Source | |
costmap_subscript/addingsubscribertocu_29.txt | I tried making a separate regular node that I could set as a shared pointer
within my costmap layer which also didn't work. This was due to the plugin not
even recognizing the node I had made within my code. | |
costmap_subscript/3017_82.txt | I would indeed, I haven't looked in excessive detail how this works exactly,
but the concept seems good to me to have in Nav2 and would be actually very
convenient for testing purposes (mainly). Curious though for a more production
reason what you might be doing with this? | |
costmap_subscript/3017_270.txt | Copy link | |
costmap_subscript/3017_504.txt | Copy link | |
costmap_subscript/3017_529.txt | Contributor Author | |
costmap_subscript/addingsubscribertocu_39.txt | [ edit ](/s/answers/416541/edit/) flag offensive delete [ link
](/question/414211/adding-subscriber-to-custom-costmap/?answer=416541#post-
id-416541 "permanent link") more | |
costmap_subscript/3017_463.txt | So, the timings are more than suitable for dynamic objects support on
centralized VO-server side.
---
All reactions | |
costmap_subscript/3017_523.txt | But what are the specific mechanics at which you'd make transparency? I don't
think its possible with the information you have available. You don't know
what value of cost 0-255 would remap to "do nothing". 0 could be 0% speed or 0
could be trigger the binary filter -- we simply cannot know. | |
costmap_subscript/3017_110.txt | * 👍 1 reaction | |
costmap_subscript/3017_444.txt | > I have some doubts about the case when we have large map | |
costmap_subscript/indexhtml_108.txt | * Speed restriction areas. Maximum speed of robots going inside those areas will be limited. | |
costmap_subscript/3017_227.txt | I agree with you about defining only outerline of a ` polygon ` (which I call
a ring here) or as you said ` a series of connected line segments ` . This is
sufficient for mobile robot to take only the boundary of **an obstacle** and
add an inflation layer to it.
About the polygon concept I am using the boost.geomerty... | |
costmap_subscript/3017_202.txt | edited | |
costmap_subscript/indexhtml_25.txt | ROS 2 is the core middleware used for Nav2. If you are unfamilar with this,
please visit [ the ROS 2 documentation ](https://docs.ros.org/en/rolling/)
before continuing. | |
costmap_subscript/indexhtml_2.txt | * [ Getting Started ](../getting_started/index.html)
* [ Installation ](../getting_started/index.html#installation)
* [ Running the Example ](../getting_started/index.html#running-the-example)
* [ Navigating ](../getting_started/index.html#navigating)
* [ Development Guides ](../development_guides/index... | |
costmap_subscript/3017_130.txt | ### | |
costmap_subscript/3613_96.txt | ### | |
costmap_subscript/3017_73.txt |
🎉 1 SteveMacenski reacted with hooray emoji | |
costmap_subscript/3017_192.txt | Hello [ @tonynajjar ](https://github.com/tonynajjar) | |
costmap_subscript/3017_153.txt | Copy link | |
costmap_subscript/indexhtml_20.txt | * [ ](../index.html)
* Navigation Concepts
* | |
costmap_subscript/3613_141.txt | Sorry, something went wrong. | |
costmap_subscript/3613_116.txt | No, I don't see any issue when I don't use the cost map, only when I include a
custom plugin. I am stuck at this step and have run out of ideas to correct
it. [ @SteveMacenski ](https://github.com/SteveMacenski)
---
All reactions | |
costmap_subscript/3017_495.txt | Initially, I thought about making some kind of "holes" inside vector objects,
and filling them with ` FREE_SPACE ` values, allowing to underlying objects
with lower priority to be on the resulting map.
The example depicted below could not be drawn only by utilizing only ` use_max
` and ` priority ` values:
[ 
---
All reactions | |
costmap_subscript/3017_462.txt | * * * | |
costmap_subscript/nav2costmap2d2Fplugi_23.txt | // Enforce bounds
lethal_threshold_ = std::max(std::min(temp_lethal_threshold, 100), 0);
map_received_ = false;
map_received_in_update_bounds_ = false; | |
costmap_subscript/3017_369.txt | ### | |
costmap_subscript/3017_200.txt | ### | |
costmap_subscript/indexhtml_23.txt | This page is to help familiarize new robotists to the concepts of mobile robot
navigation, in particular, with the concepts required to appreciating and
working with this project. | |
costmap_subscript/indexhtml_113.txt | * 3D costmaps, which represent the space in 3D, but then also requires 3D planning and collision checking | |
costmap_subscript/indexhtml_46.txt | Planners and controllers are at the heart of a navigation task. Recoveries are
used to get the robot out of a bad situation or attempt to deal with various
forms of issues to make the system fault-tolerant. Smoothers can be used for
additional quality improvements of the planned path. In this section, the
general conce... | |
costmap_subscript/3017_478.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Feb 22, 2023 | |
costmap_subscript/addingsubscribertocu_53.txt | [ Rosserial on ros2 humble ](/question/413012/rosserial-on-ros2-humble/) | |
costmap_subscript/3613_65.txt | [ 
](/dharanish-nh) | |
costmap_subscript/3017_51.txt | Password | |
costmap_subscript/3017_414.txt | * We have a server that reads some polygons from file and generates an ` OccupancyGrid ` from it
* Assuming the CPU or latency of regularly publishing that out isn't too high, then that occupancy grid is then subscribed to by the Costmap Filter plugins to interpret the polygons files' shape values to perform some ... | |
costmap_subscript/addingsubscribertocu_50.txt | [ Spawner waiting for '/controller_manager' services to be available when they
are already available ](/question/416031/spawner-waiting-for-
controller_manager-services-to-be-available-when-they-are-already-available/) | |
costmap_subscript/3017_321.txt | **[ tonynajjar ](/tonynajjar) ** commented Feb 2, 2023 • | |
costmap_subscript/3017_553.txt | No one assigned | |
costmap_subscript/3017_346.txt | Copy link | |
costmap_subscript/3017_303.txt | This can be thought of more as a normal costmap layer as a vector option
instead of rastered maps, which that is a more sensible option. I had not at
least initially considered the use of this feature for anything other than
obstacles / costs in the costmap for navigation (e.g. Speed limit zones as
polygons). How would... | |
costmap_subscript/3017_205.txt | If you want to take a look at it. [ @tonynajjar
](https://github.com/tonynajjar) I will let you know when I start to work on
Nav2 | |
costmap_subscript/3613_137.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Jun 12, 2023 | |
costmap_subscript/3017_166.txt | ### | |
costmap_subscript/3017_549.txt | Hello [ @AlexeyMerzlyakov ](https://github.com/AlexeyMerzlyakov) and the whole
maintainers team.
i just want to say that I had been tracking this feature request since two
years because this is something I need in my uni project. Today I tested it
and it is working perfectly and it is very well documented too.
Than... | |
costmap_subscript/3017_348.txt | ### | |
costmap_subscript/3613_53.txt | By clicking “Sign up for GitHub”, you agree to our [ terms of service
](https://docs.github.com/terms) and [ privacy statement
](https://docs.github.com/privacy) . We’ll occasionally send you account
related emails. | |
costmap_subscript/3017_155.txt | **[ jplapp ](/jplapp) ** commented Jun 19, 2022 | |
costmap_subscript/indexhtml_39.txt | ## Behavior Trees ¶ | |
costmap_subscript/nav2costmap2d2Fplugi_1.txt | #include "nav2_costmap_2d/static_layer.hpp" | |
costmap_subscript/3017_231.txt | Agreed 👍🏻 (Added to task list)
---
❤️ 1 SteveMacenski reacted with heart emoji | |
costmap_subscript/3017_235.txt | [

](/AlexeyMerzlyakov) | |
costmap_subscript/3613_134.txt | Copy link | |
costmap_subscript/3017_167.txt | **[ SteveMacenski ](/SteveMacenski) ** commented Jun 22, 2022 • | |
costmap_subscript/3017_212.txt | Member | |
costmap_subscript/3017_236.txt | Copy link | |
costmap_subscript/3017_35.txt | Cancel Create saved search | |
costmap_subscript/3017_40.txt | [ ros-planning ](/ros-planning) / **[ navigation2 ](/ros-
planning/navigation2) ** Public | |
costmap_subscript/3017_537.txt | ### | |
costmap_subscript/3017_333.txt | Sorry, something went wrong. | |
costmap_subscript/3017_115.txt | ### | |
costmap_subscript/3017_487.txt | **[ AlexeyMerzlyakov ](/AlexeyMerzlyakov) ** commented Feb 28, 2023 • | |
costmap_subscript/nav2costmap2d2Fplugi_25.txt | // Add callback for dynamic parameters
dyn_params_handler_ = node->add_on_set_parameters_callback(
std::bind(
&StaticLayer::dynamicParametersCallback,
this, std::placeholders::_1));
} | |
costmap_subscript/nav2costmap2d2Fplugi_35.txt | current_ = true;
} | |
costmap_subscript/3017_528.txt | Copy link | |
costmap_subscript/3017_109.txt | All reactions | |
costmap_subscript/3017_418.txt | Copy link | |
costmap_subscript/addingsubscribertocu_9.txt | Adding Subscriber to custom Costmap | |
costmap_subscript/3017_217.txt | Via services? Yes, that was my thought as well 😄 | |
costmap_subscript/3017_293.txt | Hm... that is really interesting. I thought, it actively used in Costmap2D-s.
But anyway, no one forbids us to revive this format, if we will really have a
needs for it.
---
All reactions | |
costmap_subscript/3017_410.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. | |
costmap_subscript/3613_44.txt | * [ Code ](/ros-planning/navigation2)
* [ Issues ](/ros-planning/navigation2/issues)
* [ Pull requests ](/ros-planning/navigation2/pulls)
* [ Actions ](/ros-planning/navigation2/actions)
* [ Projects ](/ros-planning/navigation2/projects)
* [ Security ](/ros-planning/navigation2/security)
* [ Insight... | |
costmap_subscript/3017_428.txt |
"/vo_server/in_polygon" <- with Polygon.msg type
"/vo_server/in_broken_line" <- with BrokenLine.msg type
"/vo_server/in_circle" <- with Circle.msg type
| |
costmap_subscript/addingsubscribertocu_22.txt | [ 
](/users/145125/jslbotbuilder/) | |
costmap_subscript/addingsubscribertocu_18.txt | * [ humble ](/questions/scope:all/sort:activity-desc/tags:humble/page:1/) | |
costmap_subscript/3017_375.txt | Copy link | |
costmap_subscript/indexhtml_111.txt | Various other forms of environmental representations exist. These include: | |
costmap_subscript/indexhtml_89.txt | [ REP 105 ](https://www.ros.org/reps/rep-0105.html) defines the frames and
conventions required for navigation and the larger ROS ecosystem. These
conventions should be followed at all times to make use of the rich
positioning, odometry, and slam projects available in the community. | |
costmap_subscript/3017_147.txt | Copy link | |
costmap_subscript/3017_10.txt | * [ Enterprise ](/enterprise)
* [ Teams ](/team)
* [ Startups ](/enterprise/startups)
* [ Education ](https://education.github.com) | |
costmap_subscript/3017_542.txt | [ Add Vector Object server #3930 ](/ros-planning/navigation2/pull/3930) | |
costmap_subscript/3017_228.txt | So I want to make the virtual_layer more generic and support also ` polygon
with holes ` .
As an example I am using this notion for UAVs to define a flying zone (outer
ring / boundary) with obstacles (inner rings / holes). For some failsafe
scenarios, landing on obstacle is permitted that's why I need to fill the
inn... | |
costmap_subscript/3017_352.txt | So, regarding the design discussions, to continue the ideas from WG meeting,
that [ @SteveMacenski ](https://github.com/SteveMacenski) pointed out, we have
a tradeoff between two designs:
D1. Universal Vector Object server + StaticLayer (tuned for VO-Server output
maps) | |
costmap_subscript/3017_361.txt | Collaborator | |
costmap_subscript/3017_45.txt | New issue | |
costmap_subscript/3017_282.txt | I actually, I don't mind any of both options, so the question is what model do
we plan to have in Nav2: vector objects in costmaps, or vector object in
costmaps + vectorized Nav2 maps everywhere? | |
costmap_subscript/3017_114.txt | Member | |
costmap_subscript/3017_514.txt | [

](/SteveMacenski) | |
costmap_subscript/3613_1.txt | Toggle navigation | |
costmap_subscript/3017_271.txt | Collaborator | |
costmap_subscript/3017_383.txt | > Cons. Can not cover OccupancyGrid maps | |
costmap_subscript/3613_87.txt | The robot does not navigate and i do not see any warning messages. The
bt_naviagtor gets stuck |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.