IFRA-Cranfield / ros2_RobotSimulation

ROS2.0 Foxy and Humble repositories which provide ready-to-use ROS2.0 Gazebo + MoveIt!2 simulation packages for different Industrial and Collaborative Robots.
Apache License 2.0
168 stars 46 forks source link

rclcpp::exceptions::ParameterNotDeclaredException what(): ROB_PARAM #20

Open Ziriuzzz opened 11 months ago

Ziriuzzz commented 11 months ago

Hi, I'm building a simulation environment using your package. it has following issues. When I launch ros2 launch irb1200_ros2_moveit2 irb1200_interface.launch.py or ros2 launch irb1200_ros2_moveit2 irb1200.launch.py, and then run the moveJ_action in ros2_action package, it shows d3b419cd1e5430ccdbb106268650acd Then I look into ros2_RobotTrigger class, I think it is just for getting the planning group name such as "irb1200_arm" (I don't know if it is correct), then I directly give my_param the corresponding name image And then, there's an issue with move_group_interface = MoveGroupInterface(node2, my_param) image when I run my own package, it has the same issue How could I solve this issue? Thanks a lot!