Closed laibazahid26 closed 1 year ago
[ros2_control_node-4] stack smashing detected : terminated
This line really concerns me. Do the other launch files work for you?
The communication test with the robot that is part of the libfranka, succeeds. I am able to move the real robot from a random joint configuration to the initial joint configuration.
But the other launch files for example the below one also does not work and gives me the same stack smashing
error
ros2 launch franka_bringup move_to_start_example_controller.launch.py robot_ip:=<fci-ip>
The problem is solved. I had multiple versions of libfranka installed in their respective workspace and one of them was installed globally. These versions seemed to be colliding together.
Uninstalling libfranka from everywhere and then installing again worked for me.
Hello,
I am working with franka research 3. I tried building franka_ros2 repo with libfranka tag (0.10.0). I followed the official instructions for building franka_ros2 and for building and installing libfranka tag 0.10.0 I followed the instructions here
When I typed the command below with my robot's IP:
I had some errors including errors related to stack smashing: