Closed jonasspring closed 4 years ago
The interface.launch
file is needed only when connected to the real robot. You don't need to launch the interface separately if you want to use it with the simulator. You can directly control the simulated robot using franka_ros_interface API. The simulator launch file starts all the required nodes and can be accessed with the interface.
Hello, I'm trying to use the franka_ros_interface with the panda_simulator. I set up the franka.sh file to: FRANKA_ROBOT_IP="sim" your_ip="127.0.0.1" ROS_MASTER_IP="127.0.0.1" When launching the interface.launch file I get:
I hope you can help me. Thanks a lot.