Can I reconfigure robot speed when navigation?
Hello everyone, now I have a task about navigation. I want my robot to have different speeds in different environments. Just like this:
At corridor : 0.5m/s
At parlor : 0.25m/s
etc...
Now my question is how to reconfigure my robot's speed when navigation? This is my design step:
First, Navigate to a place.
When it finished, reconfigure robot speed.
Then navigate to next place.
Can anyone tell me if it is possible?
Or there are other way to do this?