This is a fork of the ubr1_preview repo, updated to work with an actual robot on newer versions of ROS.
The closest thing to documentation would be to read the posts about the UBR-1 on my blog
There are some specific notes on calibration (using robot_calibration
)
in the ubr1_calibration README
This launches the full robot with drivers and teleoperation. Usually done as part of a system service installed via ansible.
Used to build a map with slam_toolbox
.
Can not be run at the same time as localization.launch.py
.
Launches amcl
node, configured for UBR-1.
Launches the navigation stack.
Requires localization.launch.py
to also be running.
Launches MoveIt2 move_group, with the MoveIt Task Constructor.
Launches simple grasping's basic_grasping_perception
node,
properly configured for the UBR-1 gripper.
Launches the pick and place demo using MTC.