You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to connect with my real robot M1013 and configured the network like the following:
robot_ip:= 192.168.137.100
laptop_ip:= 192.168.137.99 (subnet_mask 255.255.255.0). since the ping-test worked out, I assume the network is connected.
Nevertheless, I do not get anything published on /joint_states, so I get the following error message when I launch the respective file:
ros2 launch dsr_launcher2 single_robot_rviz.launch.py mode:=real host:=192.168.137.100 model:=m1013 port:=12345
rviz2-3] Warning: Invalid frame ID "link6" passed to canTransform argument source_frame - frame does not exist
[rviz2-3] at line 133 in /tmp/binarydeb/ros-foxy-tf2-0.13.14/src/buffer_core.cpp
[rviz2-3] Warning: Invalid frame ID "link1" passed to canTransform argument source_frame - frame does not exist
[rviz2-3] at line 133 in /tmp/b
Do I have to configure anything in the teach pendant ? Thank you in advance!
The text was updated successfully, but these errors were encountered:
Maybe there is no need for configuration in the teach pendant.
Could you test it on the humble-devel branch? We're working to support the available features there
If the same problems occur, please show the full logs.
Thanks!
I am trying to connect with my real robot M1013 and configured the network like the following:
robot_ip:= 192.168.137.100
laptop_ip:= 192.168.137.99 (subnet_mask 255.255.255.0). since the ping-test worked out, I assume the network is connected.
Nevertheless, I do not get anything published on /joint_states, so I get the following error message when I launch the respective file:
ros2 launch dsr_launcher2 single_robot_rviz.launch.py mode:=real host:=192.168.137.100 model:=m1013 port:=12345
rviz2-3] Warning: Invalid frame ID "link6" passed to canTransform argument source_frame - frame does not exist
[rviz2-3] at line 133 in /tmp/binarydeb/ros-foxy-tf2-0.13.14/src/buffer_core.cpp
[rviz2-3] Warning: Invalid frame ID "link1" passed to canTransform argument source_frame - frame does not exist
[rviz2-3] at line 133 in /tmp/b
Do I have to configure anything in the teach pendant ? Thank you in advance!
The text was updated successfully, but these errors were encountered: