When launching the Kinova Gen3 with Robotiq 2F-85 gripper using the robot.launch.py from the kinova_gen3_7dof_robotiq_2f_85_moveit_config package, the launch fails with an Invalid parameter "isaac_joint_commands" error.
Steps to Reproduce
I just follow up "Getting stared" instruction from READMD from humble branch
- Install this package from binary
sudo apt install ros-$ROS_DISTRO-kortex-bringup
sudo apt install ros-$ROS_DISTRO-kinova-gen3-7dof-robotiq-2f-85-moveit-config
- And I use Cyclone DDS.
ros2 launch kortex_description view_robot.launch.py is good.
However, when I run the following command:
ros2 launch kinova_gen3_7dof_robotiq_2f_85_moveit_config robot.launch.py \
robot_ip:=yyy.yyy.yyy.yyy \
use_fake_hardware:=true
The launch process terminates with the following error: [ERROR] [launch]: Caught exception in launch (see debug for traceback): Invalid parameter "isaac_joint_commands"
Environment
OS: Ubuntu 22.04 (Docker)
ROS Distro: Humble
Package: kinova_gen3_7dof_robotiq_2f_85_moveit_config