Request more instruction of setting up and also request for mz04 support
Hi the ros demo looks great! We own a mz04 which we never think about using it with ROS since we never find your project under ros-industrial (why not?)until we happen to notice here today. Is it possible you add mz04 support too?
And we dont know how much extra work need to be done to really drive the Nachi mz04 only from roslaunch, I guess there has to be something done on controller part or selecting sort of server programming in the pad etc? Could you please add a little bit overall instruction of Setting up session in your Readme part for convenience of newbies
Again great job and many thanks for support.
Thank you for your comment. We own a mz07, but can't work 'real robot' in this project yet. Because of that, our project doesn't exist under ros-industrial. So, we can not advice you to control real robot.
About robot model creation, you can also get mz04 cad data for free. https://grabcad.com/library/nachi-robotics-mz04-04e-6-axis-industrial-robot-4kg-collaborative-1 Therefore it is easy to make the robot model for rviz visualization and gazebo,etc.
Thanks.
Many thanks, if we wish to drive the real robot, do you have any tips for us how to move on?
BR
There is procedure to move a real robot. The following is that we need.
- We need an additional control board on the robot. We control the real robot from program(C++) through that board.
You can buy that board. But to buy it, you have to make contact with NACHI directly. - We need to create a ROS node that controls the real robot through the additional board. Of course there is the API.
But the problem is, the API only supports the Windows OS. That's why, we have to create Windows program, then create a communication node between Windows and Ubuntu.
For communication, we can use rosserial_windows.
If you do that, please tell us.
Best Regards. Thank you.
hola. han podido conectar el robot nachi con ROS. Estoy intentando conectar un MZ04, con ROS, también tengo la API de C++ en Windows. Si an podido, me podrían explicar un poco de como hacerlo.