-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is the wiki page of youbot project. Youbot is a robot who receives a target positition. The main node here is named "direct_base_controller", which receives the target position. It calculates the error (difference) between the target position and the base frame. If there is no difference then the youbot stops. Otherwise, the youbot moves as long as it is has not reached to its destination or it has not found any obstacles within its collision distance. Also the youbot contains a speed limiter which makes sure it will never exceeds the maximum speed limit. Below is a flowchart of the system.
This repository is a port from here.
This project is a c++ translation of a previously developed project in ROS 1 using python, In the following you may find the original codes for the different components.
Class ComponentWisePoseErrorMonitor Click here.
Class ComponentWisePoseErrorCalculator Click here.
Class TwistSynchronizer Click here.
Class TwistLimiter Click here.
Class TwistController Click here.
-
Under the link you may find the performance of youbot without any obstacles.
-
Under the link you may find the performance of youbot with obstacles.
-
Under the link you may find the performance of youbot with node life cycle feature.
We met all five user stories defined for the youbot performance.
- The codes are written in c++ for ROS 2 (rolling) environment.
- The youbot moves towards the arbitrary target position.
- The youbot employs the lifecycle node.
- The parameters in the project are configurable.
- The obstacle avoidance is the last user story defind for the youbot.
In each run you change the parameter of the youbot using the config.yaml file.