Generated MoveIt 2 configs using MSA for the 7 DoF Kinova Gen3. Rather than depending on the kortex2_bringup script to launch the ros2_control files, the MoveIt_Config contains a duplicate of them so that MoveIt_Configs_Builder can launch them.
[sc-13302]
Testing:
To test, run the following command to launch the robot with mock hardware in RVIZ and play around with making motion plans with MoveIt:
Generated MoveIt 2 configs using MSA for the 7 DoF Kinova Gen3. Rather than depending on the
kortex2_bringup
script to launch the ros2_control files, the MoveIt_Config contains a duplicate of them so thatMoveIt_Configs_Builder
can launch them.[sc-13302]
Testing:
To test, run the following command to launch the robot with mock hardware in RVIZ and play around with making motion plans with MoveIt:
ros2 launch kinova_gen3_7dof_robotiq_2f_85_moveit_config robot.launch.py robot_ip:=xxx.yyy.zzz.www use_fake_hardware:=true
TODO: