-
Notifications
You must be signed in to change notification settings - Fork 31
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
Controller manager not available #55
Comments
I referred to interbotix_ros_manipulators issues but the error still persists. The terminal log locobot@locobot:~$ ros2 launch interbotix_xslocobot_joy xslocobot_joy.launch.py robot_model:=locobot_wx250s use_rviz:=true use_lidar:=true |
Question
I am trying to move arms using the following command:
ros2 launch interbotix_xslocobot_moveit xslocobot_moveit.launch.py robot_model:=locobot_wx250s hardware_type:=actual
This worked perfectly well most of time. There was an error regarding the controller manager which was resolved after I used the below commands and rebooted ( as mentioned in the documentation)
ros2 daemon stop
ros2 daemon start
However, now the same error has occurred and I am not able to resolve it using the above method.
Can someone please help me with this?
I have added the log from the terminal in the additional information section.
Thanks
Robot Model
locobot_wx250s
Operating System
Ubuntu 20.04
ROS Version
ROS 2 Galactic
Additional Info
The text was updated successfully, but these errors were encountered: