-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
According to the Create 3 Docs, reflexes can be enabled or disabled using the corresponding ROS 2 parameters exposed by the motion_control ROS 2 node. However, the update of the parameter always fails when using ros2 parameter set /motion_control reflexes_enabled false.
To Reproduce
Steps to reproduce the behavior:
- Launch a simulation of the Create 3 (e.g., the TB4 simulation here: ros2 launch turtlebot4_ignition_bringup turtlebot4_ignition.launch.py)
- Open a second terminal
- Execute ros2 parameter set /motion_control reflexes_enabled False
- See error
Expected behavior
Reflexes_enabled set to False
Additional context
According to this line in Code, set parameters always returns false. In contrast to the comment, reflexes are enabled and executed and cannot be turned off.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working