Finally, I was able to solve main problems I was stuck with! One of them was that when robot was moving with a pallet on it, it was usually colliding with others as robot was not considering pallet’s dimensions on it. I proposed using dynamic_reconfigure package but adding it was...
[Read More]
Separate thread for Actionlib client (move_base)
As I mentioned previously, one of the main issues I am currently stuck with is that after sending a goal to a client there are several problems of monitoring it. In the beginning I have tried method wait_for_result but the problem is that this method pauses whole MyAlgorithm thread and...
[Read More]
Updated solution
The main task for this week was to update existing solution and make exercise more realistic and closer to real world applications. From now on, the robot should behave slightly other way.
[Read More]
Using move_base for robot navigation in GUI
and final solution example!
There are several tasks for Amazon robot that needs to be solved in special order. They can be divided in subgroups as follows:
[Read More]
Navigation Stack solution
Navigation stack and move_base for Amazon Robot
[Read More]