Bumper backup reflex cannot be disabled #534
Replies: 4 comments
-
Hi, What's the output of this command?
Can you confirm that the parameter is disabled by running
Can you try to disable all reflexes
Lastly, your yaml syntax in the webserver seems wrong.
|
Beta Was this translation helpful? Give feedback.
-
Hello, thakns for ur reply ! the output of this command : ros2 param set /ropbot1/motion_control reflexes_enabled false is : i tried 1000 times and every time i have the same output :/ |
Beta Was this translation helpful? Give feedback.
-
and also the output of this command : is : |
Beta Was this translation helpful? Give feedback.
-
i dont know how but i fix the problem, thank you so much @alsora :)) |
Beta Was this translation helpful? Give feedback.
-
Robot Model
Turtlebot4 Standard
ROS distro
Humble
Networking Configuration
Simple Discovery
OS
Ubuntu 22.04
Built from source or installed?
Installed
Actual behaviour
I followed this tutorial: https://iroboteducation.github.io/create3_docs/api/reflexes/ but when I send the command to disable the bumber it doesn't work, the bumber is still activate, any suggestions ?
To Reproduce
i sent this command :
ros2 param set /robot1/motion_control reflexes.REFLEX_BUMP false
i tied also to add "reflexes.REFLEX_BUMP: false" in the end of this script in web server of create 3 :
motion_control:
ros__parameters:
# safety_override options are
# "none" - standard safety profile, robot cannot backup more than an inch because of lack of cliff protection in rear, max speed 0.306m/s
# "backup_only" - allow backup without cliff safety, but keep cliff safety forward and max speed at 0.306m/s
# "full" - no cliff safety, robot will ignore cliffs and set max speed to 0.46m/s
safety_override: "none"
reflexes.REFLEX_BUMP: "false"
Beta Was this translation helpful? Give feedback.
All reactions