Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems Connecting to Real Robot On Ros2 Foxy with Doosan M1013 #88

Open
jomon250 opened this issue Sep 10, 2024 · 1 comment
Open

Comments

@jomon250
Copy link

jomon250 commented Sep 10, 2024

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!

@leeminju531
Copy link
Contributor

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants