You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using the swd_ros2_controller to run our robot equipped with two (left and right) ezWheels with ROS2, and we're observing a behavior where it appears that the time to reach a given speed is constant, no matter the final speed we're trying to achieve, rather than being dependent on time.
For example:
if we're trying to go at 0.5m/second, the robot will take ~7 second to reach the target speed
if we're trying to go at 1.5m/second, the robot will take ~7 second to reach the target speed
Is it possible to change it so that instead, we'd have something like:
if we're trying to go at 0.5m/second, the robot will take ~3.5 seconds to reach the target speed
if we're trying to go at 1m/second, the robot will take ~7 seconds to reach the target speed
(Which I IIRC is the default behavior expected by ROS navigation-related plugins)
The parameters related to the velocity mode / ramp behavior have been left to default because we're unsure on how to modify them.
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hello,
We've been using the swd_ros2_controller to run our robot equipped with two (left and right) ezWheels with ROS2, and we're observing a behavior where it appears that the time to reach a given speed is constant, no matter the final speed we're trying to achieve, rather than being dependent on time.
For example:
Is it possible to change it so that instead, we'd have something like:
(Which I IIRC is the default behavior expected by ROS navigation-related plugins)
The parameters related to the velocity mode / ramp behavior have been left to default because we're unsure on how to modify them.
Thank you for your help.
The text was updated successfully, but these errors were encountered: