Closed fzoric8 closed 5 months ago
Hi @fzoric8 ,
Can you provide more details on what you're trying to do? Which command did you run specifically, the robot_bringup.launch
file does not exist. Do you have a real robot or are you trying to use a gazebo simulated/fake hardware one?
Hi @smoya23,
I'm tryng to launch gen3
robot on real robot.
I've figured out that segmentation fault occurs because my robot was connected over ethernet to my laptop dock. When I connected it directly to my laptop, there's no segmentation fault.
However, following warning appear:
[spawner-5] [INFO] [1716907416.817350453] [spawner_twist_controller]: Waiting for '/controller_manager' services to be available
[spawner-3] [INFO] [1716907416.825386875] [spawner_joint_state_broadcaster]: Waiting for '/controller_manager' services to be available
[spawner-6] [INFO] [1716907416.826389381] [spawner_robotiq_gripper_controller]: Waiting for '/controller_manager' services to be available
[spawner-4] [INFO] [1716907418.813499985] [spawner_joint_trajectory_controller]: Waiting for '/controller_manager' services to be available
[spawner-5] [INFO] [1716907418.845475542] [spawner_twist_controller]: Waiting for '/controller_manager' services to be available
when running:
ros2 launch kortex_bringup gen3.launch.py robot_ip:=192.168.1.10
@fzoric8 These warnings can happen while the ros2_control controller_manager
is being launched. If your code does not end with an error, it means it was eventually able to contact the controller_manager and load the different controllers defined. If not, the process will fail with an error. Most of the times, I have seen that this happens when there are missing dependencies in the workspace, did you complete all of the instructions inside the 'Build from source' section of our instructions (they were recently updated due to some missing steps)
Hi,
I'm experiencing segfault when running
robot_bringup.launch
fromros2_kortex
for the ros2humble
:Error output is:
I'm aware that this may be
ros2_control_node
problem, but if anyone had same problem, any help would be greatily appreciated.