/talos_sim

This is the simulation of robot Talos for the international competition RoboCup@Work

Primary LanguageCMIT LicenseMIT

Alt text

A Demonstration of our robot Talos

0. Preview

First of all, clone it to your ros workspace source file then go to your root workspace and type the following commands.
git clone -b noetic-devel https://github.com/AltziTS007/talos_sim.git,
rosdep install --from-paths src --ignore-src -r -y,
catkin_make -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=/usr/bin/gcc-8.

And don't forget to sauce.
source devel/setup.bash

1. Launch our world and Talos

To start the simulation go to your terminal and hit roslaunch talos_description spawn_robocup.launch and hit play to gazebo in the left corner.

2. Launch gmapping

Next, we hit gmapping for mapping roslaunch talos_navigation gmapping.launch.

Move the robot with rosrun teleop_twist_keyboard teleop_twist_keyboard.py.

3. Save the map

Now we save the map by hitting rosrun map_server map_saver.

4. Conclusion

The simulation is in an early stage a lot of things need to be optimized from navigation, manipulation, state-machine, and of course vision.

⚠️ Every bug you encounter, address it to the Issues section above. ⚠️

Thank you!

Sources from GitHub: