Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 798 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 798 Bytes

!!WORKS IN PROGRESS!! This ROS2 package implements the simulation of multiple mobile manipulators in gz.
The package has been tested on ros rolling with gazebo Harmonic.
The deafult lancher "ros2 launch lampo_description lampo_gz_diff.launch.py" spawns two differential mobile manipulators endowed with an UR10 in a simulated whareouse.
Up to now only the differential drive works, i'm still trying to fix the omnidirectional but some gz-sim PR are needed. Due to the fact that gz_ros_control works only with a single robot, a topic hardware interface is used to connect to gz(https://github.com/PickNikRobotics/topic_based_ros2_control).

The omnidirectianal examples works using the PR #2297 on the gz sim repo on github.

stiima