RoboJackets / urc-software

Primary codebase for the RoboNav team's URC rover.
https://robojackets.org/teams/robonav/
MIT License
9 stars 2 forks source link

Feat/movegroups #123

Closed MKerner3 closed 1 year ago

MKerner3 commented 1 year ago

Description

This PR does the following:

Fixes #111

Testing Steps

Test Case 1

  1. cd to your rover colcon
  2. colcon build
  3. . install/setup.bash
  4. ros2 launch urc_arm_moveit_config demo.launch.py

Expectation: The robot arm loaded in rviz, with the ability to move it around and execute path plans.

Design Doc

Link to Design Doc

Self Checklist