Closed adivardi closed 3 weeks ago
All modified and coverable lines are covered by tests :white_check_mark:
Flag | Coverage Δ | |
---|---|---|
? |
Flags with carried forward coverage won't be shown. Click here to find out more.
Files with missing lines | Coverage Δ | |
---|---|---|
nav2_costmap_2d/plugins/obstacle_layer.cpp | 76.82% <100.00%> (-0.08%) |
:arrow_down: |
Can you add the new parameter to the configuration guide for the node? Then we can merge the pair ros-navigation/docs.nav2.org@
master
/configuration/packages/configuring-loopback-sim.rst
@adivardi commented on that. A minor issue and I can merge the pair. Thanks!
Sorry for the delay, we had ROSCon, ROS-I, and then I took a short vacation while in Europe. I'm getting back to work this morning :-)
Basic Info
Description of contribution in a few bullet points
/clock
, so there is a clock available for all other nodes. Without a clock published, the local & global costmaps are not published, so they don't appear on rviz.rclcpp::SensorDataQoS()
instead ofrmw_qos_profile_t
. This solves an issue where the subscriber usesRELIABLE
setting even when initialized fromrmw_qos_profile_sensor_data
. In addition theSubscriber(..., rmw_qos_profile_t)
constructor is anyway deprecated in favor ofSubscriber(..., rclcpp::QoS)
Description of documentation updates required from your changes
Added new parameter with True by default in the launch file. Already added to the package's README. need to add that to default configs and documentation page
For Maintainers: