Open SakethTecholution opened 2 months ago
@song-ms @doosan-robotics can you please help me out into this ..? I am trying to contact doosan team from long team but no support is given till now . Atleast if you can guide me what are the possible issues , so that we can debug and also help the repository to find bugs. But I am not sure why doosan team doesnt responds to the issues
@SakethTecholution Sorry for the late response.
I wonder if "manually jog" means handling the robot directly by pushing buttons on the robot's endpoint? If not, could you specify it in more detail?
Jog services typically work in manual mode.
doosan-robotics@saketh-Legion-Slim-7-16IRH8:/workspace/doosan_ws$ ros2 service call /dsr01/system/get_robot_mode dsr_msgs2/srv/GetRobotMode
waiting for service to become available...
requester: making request: dsr_msgs2.srv.GetRobotMode_Request()
But currently, your system is in autonomous mode. It needs to be switched to manual mode (maybe the light will turn blue).
refer to :
typedef enum {
ROBOT_MODE_MANUAL,
ROBOT_MODE_AUTONOMOUS,
ROBOT_MODE_RECOVERY,
ROBOT_MODE_BACKDRIVE,
ROBOT_MODE_MEASURE,
ROBOT_MODE_INITIALIZE,
ROBOT_MODE_LAST,
} ROBOT_MODE;
The service seems to be named /dsr01/dsr_test/system/set_robot_mode
,
kspace/doosan_ws$ ros2 service call /dsr01/dsr_test/system/set_robot_mode dsr_msgs2/srv/SetRobotMode "robot_mode: 0"
waiting for service to become available...
requester: making request: dsr_msgs2.srv.SetRobotMode_Request(robot_mode=0)
response:
dsr_msgs2.srv.SetRobotMode_Response**(success=False)**
but when I try to launch with: ros2 launch dsr_bringup2 dsr_bringup2_rviz.launch.py mode:=real host:=192.168.137.100 port:=12345 model:=m1013
the service server is available at /dsr01/system/set_robot_mode
.
Could you try it on the current commits?
cc: @song-ms @doosan-robotics
I want to manually jog the robot while i have doosan ros2 control . But the proviced service is not working in ROS2 @song-ms @doosan-robotics @leeminju531 @bmdyrdal Can you please help us with this I had also checked that servo is ON and it is showing white light and could be able to move with other services .