Open gauthammsam57 opened 5 months ago
Were you able to figure this out? I'm having the same issue.
@gauthammsam57 Could be able to figure this issue out.? Is your controller version updated and can you please let us know which controller version ur using and if its figured out please let us know...
@SakethTecholution Its still not resolved for me. Even with the latest pull. I have updated all the pkgs to the latest. So even the controller version should be latest. Could you guide me how to check the Controller version please?
@song-ms Can you please look into this issue as we have heavy dependency using Moveit. Please let us know if the problem persists or needs time for resolving , so that we could use DRL for motion planning
@gauthammsam57 You can go to settings in teachpendant and go to update . there it will show the controller version In the website doosan mentioned that recent release is only 2..11 but how come in document they mentioned that minimum is required @song-ms @doosan-robotics Can you please guide us through this issue as lot of ppl are facing the issue with the current moveit package with A0509. In my case too, i couldnt be able to move the cobot even after the latest pull
@gauthammsam57 Please let me if update of controller works.. !
@SakethTecholution
Current Integration Package Version is GV02110200
But I don't the teach pendent version matters. For me to control and use, I generally don't even 'switch on' the teach pendent to control using ROS 2.
I think it could be come other controller. Maybe something from ros-controls
, not sure?
@gauthammsam57 Can you please let me know which ros service call you used to move the robot and what launch file u used. Is it gazebo or movit
For me it works on all. basic rviz launch, gazebo and moveit. You can check the service by doing ros2 service list
There is move_joint
and move_jointx
I use both of them to control the bot.
Example: Move all joints to [0,0,0,0,0,0] degree.
ros2 service call /dsr01/motion/move_joint dsr_msgs2/srv/MoveJoint '{vel: 255.0, acc: 255.0}'
PS: Make sure the cobot indication light is white. Color | Mode |
---|---|
White | Auto Control |
Blue | Manual Control |
Yellow | Recovery mode |
Red | Error/Loading |
I encountered the same problem, moveit plan succeed, moveit execution also showed success, but the real robot (h2017) did not move When I started the test, the version of the manipulator controller was version 2.10.3. Later, it was updated to version 2.11.2 and tested again, with the same result. The doosan ros2 package I pulled is the latest humble branch.
@xwn-github: When you said Manipulator Controller Version: Are you talking about the console? Or some pkg version?
If its some pkg version could you please guide on how to check it?
The Manipulator controller system version, or DART Platform software version
@gauthammsam57 do u have any update , of any of the recent pushes are helping and please let us know if u could be able to find or solve the issue which would be helpful
@SakethTecholution So far it does not work. There are no commits that fixes this issue. At least as far as I know.
I have the same issue does any body solved it?
I have successful in installing the pkg and start the rviz.
I made modifications to work for my use case by changing the hard coded
m1013
toa0509
in moveit launch file MoveItConfigsBuilder.To start the move_group. I also added
run_move_group_node
to the LaunchDescription.Here are the changes I did
Currently in
RViz2
I am able to plan the action to move the doosan arm. But when I click execute it shows successful but the robot arm does not move.ros2 launch dsr_bringup2 dsr_bringup2_moveit.launch.py mode:=real host:=192.168.1.124 model:=a0509 color:=blue
RViz2 screenshot of my plan:
Logs for planning
But when I click Execute. It logs successful. But the robot is not moving.
Kindly let me know what I am missing to move the robot.
PS> I am able to move the robot using the ros2 services directly, which means there is no issue in hardware connection or tcp, its just not executing the moveit plan.