ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Mrmara's profile - activity

2024-01-26 05:07:08 -0500 received badge  Famous Question (source)
2023-10-06 14:41:49 -0500 received badge  Famous Question (source)
2023-09-26 04:16:41 -0500 received badge  Famous Question (source)
2023-09-26 04:16:41 -0500 received badge  Notable Question (source)
2023-08-08 07:41:42 -0500 answered a question ROS2 rclpy:Launching a child node class duplicates node

You are remapping the name of the node if you use the name arguments: Node( package='control',

2023-08-05 15:17:12 -0500 received badge  Famous Question (source)
2023-06-02 13:52:05 -0500 received badge  Notable Question (source)
2023-06-01 05:52:37 -0500 received badge  Popular Question (source)
2023-05-31 10:39:02 -0500 asked a question State Machine Library c++/ROS2

State Machine Library c++/ROS2 Hi all, I need to implement inside my autonomous driving robot a state machine in order

2023-05-26 00:33:51 -0500 received badge  Notable Question (source)
2023-05-10 11:44:01 -0500 answered a question How to Reject an Action Goal

I have a similar problem but with RCLCPP, following this question

2023-05-09 02:29:32 -0500 commented answer MPPI nav2 controller max speed never reached

After different trials, I found that slightly increasing the PathFollowCritic cost_weight the maximum reached velocity s

2023-05-06 06:00:34 -0500 received badge  Popular Question (source)
2023-05-05 11:45:27 -0500 commented answer MPPI nav2 controller max speed never reached

Just thinking out loud, I am not even 100% sure I understood what an ABI is. Isn't it possible that like inflation_radiu

2023-05-05 11:45:16 -0500 commented answer MPPI nav2 controller max speed never reached

Just thinking out loud, I am not even 100% sure I understood what an ABI is. Isn't it possible that like inflation_radiu

2023-05-05 11:44:44 -0500 commented answer MPPI nav2 controller max speed never reached

Just thinking out loud, I am not even 100% sure I understood what an ABI is. Isn't it possible that like inflation_radiu

2023-05-05 04:03:51 -0500 edited question MPPI nav2 controller max speed never reached

MPPI nav2 controller max speed never reached Hello, I recently started using the new MPPI controller. Everything seems t

2023-05-05 04:00:32 -0500 commented answer MPPI nav2 controller max speed never reached

Thank you for your answer. I was aware of the possible speed limitation that the local costmap size may introduce, but i

2023-05-04 05:22:50 -0500 commented question MPPI nav2 controller max speed never reached

Update: I have been able to use all critics with acceptable and sensed parameter values. The user experience is still l

2023-05-04 05:22:32 -0500 edited answer MPPI nav2 controller max speed never reached

With this set of params MPPI does not drive faster than 0.52 m/s plugin: "nav2_mppi_controller::MPPIController" ti

2023-05-04 05:22:12 -0500 commented question MPPI nav2 controller max speed never reached

Update: I have been able to use all critics with acceptable and sensed parameter values. The user experience is still l

2023-05-04 05:16:09 -0500 commented question MPPI nav2 controller max speed never reached

Update: I have been able to use all critics with acceptable and sensed parameter values. The user experience is still l

2023-05-04 05:16:02 -0500 commented question MPPI nav2 controller max speed never reached

*Update: * I have been able to use all critics with acceptable and sensed parameter values. The user experience is stil

2023-05-04 05:15:11 -0500 commented question [ROS2] Multiple controller plugins error

Update: Apparently it is just an issue of DWB. with controller_plugins: ["RPP","TEB","MPPI"] no errors pops up

2023-05-04 05:15:02 -0500 edited question [ROS2] Multiple controller plugins error

[ROS2] Multiple controller plugins error I would like to load multiple controller_plugins in the controller server, e.g.

2023-05-04 05:14:42 -0500 commented question [ROS2] Multiple controller plugins error

Update: Apparently it is just an issue of DWB. with controller_plugins: ["Pursuit","TEB","Mppi"] no errors pops up

2023-05-04 05:11:14 -0500 answered a question MPPI nav2 controller max speed never reached

Update: I have been able to use all critics with acceptable and sensed parameter values. The user experience is still le

2023-05-04 05:11:14 -0500 received badge  Rapid Responder (source)
2023-05-02 09:20:55 -0500 edited question MPPI nav2 controller max speed never reached

MPPI nav2 controller max speed never reached Hello, I recently started using the new MPPI controller. Everything seems t

2023-05-02 09:17:21 -0500 asked a question MPPI nav2 controller max speed never reached

MPPI nav2 controller max speed never reached Hello, I recently started using the new MPPI controller. Everything seems t

2023-04-19 04:10:25 -0500 received badge  Notable Question (source)
2023-04-19 04:10:25 -0500 received badge  Popular Question (source)
2023-03-03 04:21:27 -0500 asked a question [ROS2] Multiple controller plugins error

[ROS2] Multiple controller plugins error I would like to load multiple controller_plugins in the controller server, e.g.

2023-02-16 23:15:46 -0500 received badge  Famous Question (source)
2023-02-03 02:12:57 -0500 received badge  Popular Question (source)
2023-02-03 01:37:39 -0500 marked best answer [ROS2] Bt_navigator Node not recognized

Hi,

I recently decided to use the bt proposed by Nav2 from Humble, Navigate To Pose With Consistent Replanning And If Path Becomes Invalid.

When I start the bt the following error pops up.

[bt_navigator-1] [ERROR] [bt_navigator]: Exception when loading BT: Error at line 13: -> Node not recognized: PathExpiringTimer 
[bt_navigator-1] [ERROR] [bt_navigator]: Error loading XML file: config_nav2/bt_navigator.xml

This log regards PathExpirinTimer node but I obtain the same error aso for "GlobalUpdatedGoal" and "IsPathValid".

I suspect something related with nav2_tree_nodes.xml but cannot manage the error.

I currently have installed release 1.1.5 from DEB, which should be the last one. I am usgin ROS2 humble and ubuntu 22.04

2023-02-02 04:37:32 -0500 edited question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2023-02-02 03:36:16 -0500 commented question [ROS2] Bt_navigator Node not recognized

Yes my bad, I am going to correct the question. Anyway I realized the problem. Just forgot to add inside bt_navigator pa

2023-02-02 03:35:41 -0500 edited question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2023-02-02 03:35:13 -0500 edited question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2023-02-02 03:35:00 -0500 edited question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2023-02-02 03:34:53 -0500 commented question [ROS2] Bt_navigator Node not recognized

Yes my bad. Anyway I realized the problem. Just forgot to add inside bt_navigator params plugin_lib_names those specific

2023-02-02 03:33:20 -0500 edited question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2023-02-01 07:04:26 -0500 asked a question [ROS2] Bt_navigator Node not recognized

[ROS2] Bt_navigator Node not recognized Hi, I recently decided to use the bt proposed by Nav2 from Humble, Navigate To

2022-06-27 03:53:36 -0500 received badge  Popular Question (source)
2022-06-27 03:53:36 -0500 received badge  Notable Question (source)
2022-06-23 08:25:36 -0500 received badge  Self-Learner (source)
2022-06-23 07:53:37 -0500 marked best answer GoalUpdater-bt_navigator-behavior_tree Updating a goal to /navigate_to_pose not responding

Hello,

I am trying to find a way to update a goal passed to the action /navigate_to_pose since calling a new action would result in aborting the previous one. I found the bt plugin GoalUpdater which should do the magic but when I try to use it basically nothing happens when I publish on /goal_update topic.

ROS_DISTRO: galactic UBUNTU: 20.04

bt_navigator.xml: <root main_tree_to_execute="MainTree">

<BehaviorTree ID="MainTree">
    <Sequence name="Test">
        <ClearEntireCostmap name="ClearLocalCostmap-test" service_name="local_costmap/clear_entirely_local_costmap"/>
      <ClearEntireCostmap name="ClearGlobalCostmap-test" service_name="global_costmap/clear_entirely_global_costmap"/>
      <Wait wait_duration="1"/>
<RecoveryNode number_of_retries="6" name="NavigateRecovery">
    <PipelineSequence name="NavigateWithReplanning">
      <RateController hz="10.0">
        <RecoveryNode number_of_retries="1" name="ComputePathToPose">
          <GoalUpdater input_goal="{goal}" output_goal="{updated_goal}">
            <ComputePathToPose goal="{updated_goal}" path="{path}" planner_id="GridBased"/>
          </GoalUpdater>
          <ClearEntireCostmap name="ClearGlobalCostmap-Context" service_name="global_costmap/clear_entirely_global_costmap"/>
        </RecoveryNode>
      </RateController>
      <RecoveryNode number_of_retries="1" name="DynamicFollowPath">
        <FollowPath path="{path}" controller_id="DynamicFollowPath"/>
        <ClearEntireCostmap name="ClearLocalCostmap-Context" service_name="local_costmap/clear_entirely_local_costmap"/>
      </RecoveryNode>
    </PipelineSequence>
  <ReactiveFallback name="RecoveryFallback">
    <GoalUpdated/>
    <SequenceStar name="RecoveryActions">
      <ClearEntireCostmap name="ClearLocalCostmap-Subtree" service_name="local_costmap/clear_entirely_local_costmap"/>
      <ClearEntireCostmap name="ClearGlobalCostmap-Subtree" service_name="global_costmap/clear_entirely_global_costmap"/>
      <Wait wait_duration="1"/>
    </SequenceStar>
  </ReactiveFallback>
</RecoveryNode>
</Sequence>

</behaviortree> </root>