-
Notifications
You must be signed in to change notification settings - Fork 2
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
How to install hiveground-ros-package to run a real Denso VP6242 #1
Comments
Hi Duong,
You will need a special license from DENSO to stream b-cap joint commands
to the robot.
From your error, I am not sure about the cause. But the package was written
during 2012-2013 with the older ROS version. I am also using some of ROS
private interface. Some effort for convert and debugging and converting is
needed.
It might be easier to start from the simulated robot.
Hope this help.
…On Thu, Dec 21, 2017 at 12:29 PM, DUONG, Van Lac ***@***.***> wrote:
Dear Hiveground,
I want to run a real denso vp6242 by using hiveground-ros-package. I know
some one has been control the VP6242 using this package:
https://www.youtube.com/watch?v=YPeO9Cnv_9I
I have been git the package: denso_bcap-master, vp6242_description and
denso_rc7m_controller-master.
When I run the denso_rc7m_controller.launch It can't run and have some
error issues:
[image: screenshot from 2017-12-21 14-19-53]
<https://user-images.githubusercontent.com/15654372/34241636-44592c8e-e65a-11e7-9576-50ade4032a00.png>
Whether the denso_rc7m_controller-master has to need the "ros_control
package" as the README.md in https://github.com/hiveground-
ros-package/denso_rc7m_controller. If that right, How I can install
ros_control package for denso_rc7m_controller-master.
Your help is so appreciate!
Best,
Duong Van Lac
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD_S-9a4FblEKUratbQTSapxOTTAdpqlks5tCezCgaJpZM4RJXtm>
.
--
Mahisorn Wongphati, PhD.
CEO
HG Robotics Company Limited
www.hiveground.com
+66-2-066-3561
|
Dear mahisorn, Thank @mahisorn for your help. I have been installed a free license for b-cap, and I tested it using the Denso b-cap tester, It runs ok~! I would like to run DENSO using ROS. Your ROS package uses for RC7. My DENSO control is RC8, so you can help me know the difference between RC7 and RC8? Best, |
Hi,
I do not have experience with RC8. But the protocol should not change that
much. The free b-cap can be used for most A->B trajectory. If you want to
do what I have did in my video (mahisorn->norsiham), you will need a
license for low level joint command.
Hope this help.
…On Fri, Dec 22, 2017 at 1:17 PM, DUONG, Van Lac ***@***.***> wrote:
Dear mahisorn,
Thank @mahisorn <https://github.com/mahisorn> for your help.
I have been installed a free license for b-cap, and I tested it using the
Denso b-cap tester, It runs ok~!
I would like to run DENSO using ROS. Your ROS package uses for RC7. My
DENSO control is RC8, so you can help me know the difference between RC7
and RC8?
Best,
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AD_S-1v4LOhsCmmNhc-hzwGdo0H0VfDJks5tC0lhgaJpZM4RJXtm>
.
--
Mahisorn Wongphati, PhD.
CEO
HG Robotics Company Limited
www.hiveground.com
+66-2-066-3561
|
It was an issue a long time ago, but now I am thinking of using ROS with a combination of the DENSO robot VP-6242 and the RC7 controller. |
Hello @yo4hi6o I think they are similar. |
Hello Duong! Thank you! |
Glad to hear that this repo is still useful :)
…On Thu, Apr 15, 2021 at 8:17 AM yo4hi6o ***@***.***> wrote:
Hello Duong!
Thank you!
I'll give it a try.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F6Y35RTUNIGCNKQ3ECLTIY5BHANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
@yo4hi6o |
Thank you, Duong! After that, I thought so too. When I contacted DENSO, it was said that the RC7 b-cap license would be issued for a fee. So I will try it once. |
I couldn't find it because of the old content! It may help you to make this in the past. |
Dear mahisorn, DENSORobot/denso_robot_ros#39 (comment) |
Hi
For RC7, as I have mentioned before, I use a special license from Denso to
access joint command control. That time when is was studying PhD in Keio
University. Denso was reluctant to give the license but it is available.
The license do have cost and will void the warranty too.
I wrote all moveit drive around that functionality.
On Wed, 21 Apr 2021 at 09:25 yo4hi6o ***@***.***> wrote:
Dear mahisorn,
DENSORobot/denso_robot_ros#39 (comment)
<DENSORobot/denso_robot_ros#39 (comment)>
I made an official inquiry to DENSO, but the answer was that RC7 and ROS
services were not provided from the beginning.
Denso RC7M controller interface (
http://www.denso-wave.com/en/robot/product/controller/rc7m.html) Needs
ros_control package
Is it possible to move it if I can get it?
Can't you get this again?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F6Y7VKKZXZPIG4CUW6LTJYZSRANCNFSM4EJFPNTA>
.
--
Best regards,
Mahisorn Wongphati
(Mobile App)
|
Hi
If I remember correctly, you will need a root privilege to allocate memory
for a real-time task. Please check the portion of the code that causes the
problem.
…On Wed, Jun 23, 2021 at 11:58 AM yo4hi6o ***@***.***> wrote:
dear lacduong
After overcoming many issues such as compilation errors, I have reached
the error you reached. I don't know if you remember it because it's an old
problem, but do you remember this solution? Is there a place to enter the
license key for the b-cap tester?
Thank you very much.
[image: スクリーンショット 2021-06-23 13 50 24]
<https://user-images.githubusercontent.com/74748434/123037756-29cdcc00-d42a-11eb-8f9b-c7465c87aa8f.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F67XGBKFWDOGV3WDDDDTUFSXFANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
dear mahisorn ! Thank you for your reply! I'm working on it while learning ROS, so it will take some time, but I'll do my best to make this code available in my current environment! |
Hi Yoshiro,
Your kernel must be compiled to support RT function before using this
software. The last time I used this was almost 10 years ago. Can you try
sudo ?
…On Wed, Jun 23, 2021 at 2:46 PM yo4hi6o ***@***.***> wrote:
dear mahisorn !
In the ~ / etc / security / limits.config file, I set memlock with
"100000" as the user name and ran "roslaunch
denso_rc7m_controller_v1.1.launch" again, but I get the same error. Is
there any other way to allocate memory for real-time tasks?
[image: スクリーンショット 2021-06-23 16 41 30]
<https://user-images.githubusercontent.com/74748434/123056507-f139ec80-d441-11eb-8ece-d776ed53a159.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F6YXNEKSGR7YNG4KQHTTUGGPFANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
@mahisorn
|
No robot, no joint.
…On Thu, Jun 24, 2021 at 7:11 AM yo4hi6o ***@***.***> wrote:
@mahisorn <https://github.com/mahisorn>
When I started it with root privileges, it seems to be okay. I haven't
obtained the b-cap license yet, so I haven't connected to the denso robot
itself. Therefore, I think that the following error has occurred. Is this
correct? "[FATAL] [1624491337.039035829]: joint1 not exist"
***@***.***:/home/yo4hi6o/denso_ws/src/denso_rc7m_controller/launch# roslaunch denso_rc7m_controller_v1.1.launch
... logging to /root/.ros/log/b4b4ff68-d47b-11eb-8175-b32811801e7e/roslaunch-ubuntu-5111.log
Checking log directory for disk usage. This may take a while.
Press Ctrl-C to interrupt
Done checking log file disk usage. Usage is <1GB.
redefining global symbol: pi
when processing file: /home/yo4hi6o/denso_ws/src/vp6242_description/robot/vp6242.urdf.xacro
started roslaunch server http://ubuntu:42451/
SUMMARY
========
PARAMETERS
* /JointStateController/publish_rate: 100
* /JointStateController/type: joint_state_contr...
* /denso_rc7m_controller_node/Joint1Controller/joint: joint1
* /denso_rc7m_controller_node/Joint1Controller/type: position_controll...
* /denso_rc7m_controller_node/PTPController/joints: ['joint1', 'joint...
* /denso_rc7m_controller_node/PTPController/type: hiveground_contro...
* /denso_rc7m_controller_node/ip: 10.0.0.101
* /denso_rc7m_controller_node/port: 5007
* /denso_rc7m_controller_node/prefix:
* /denso_rc7m_controller_node/realtime: True
* /denso_rc7m_controller_node/simulate: False
* /robot_description: <?xml version="1....
* /rosdistro: noetic
* /rosversion: 1.15.11
NODES
/
denso_rc7m_controller_node (denso_rc7m_controller/denso_rc7m_controller)
robot_state_publisher (robot_state_publisher/robot_state_publisher)
auto-starting new master
process[master]: started with pid [5121]
ROS_MASTER_URI=http://localhost:11311
setting /run_id to b4b4ff68-d47b-11eb-8175-b32811801e7e
process[rosout-1]: started with pid [5131]
started core service [/rosout]
process[robot_state_publisher-2]: started with pid [5138]
process[denso_rc7m_controller_node-3]: started with pid [5139]
[ INFO] [1624491335.871583741]: real-time: 1
[ INFO] [1624491336.031351021]: Control thread inherited: policy= SCHED_OTHER, priority=0
[ INFO] [1624491337.032620780]: Control thread changed: policy= SCHED_FIFO, priority=99
[ INFO] [1624491337.035908596]: vp6242
[ INFO] [1624491337.038878541]: prefix:
[FATAL] [1624491337.039035829]: joint1 not exist
[FATAL] [1624491337.039110464]: joint2 not exist
[FATAL] [1624491337.039161829]: joint3 not exist
[FATAL] [1624491337.039212346]: joint4 not exist
[FATAL] [1624491337.039263027]: joint5 not exist
[FATAL] [1624491337.039332330]: joint6 not exist
[ INFO] [1624491337.039411159]: position_joint_interface: 0
[ INFO] [1624491337.127932332]: Connecting to 10.0.0.101:5007 ...10.0.0.101:5007
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F6ZTHHLVK6BTHLYZJC3TUJZ33ANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
dear @mahisorn ! It's a long time ago, but you may not remember it. It's a long time ago, but could you somehow help me? Thank you very much. |
I don't think this will work on VM. Anyway, did you manage to make it work
on RVIZ using moveit without hardware?
The error is more like a robot model loading error.
…On Thu, Jul 8, 2021 at 1:24 PM yo4hi6o ***@***.***> wrote:
dear @mahisorn <https://github.com/mahisorn> !
It's a long time ago, but you may not remember it.
The b-cap communication between the actual VP6242A and the host OS is
complete.
Next, [roslaunch denso_rc7m_controller_v1.1.launch]
It was executed, but after all I get the "[FATAL] JOINT1 not exit .."
error.
I'm running ROS on a virtual machine with a Win10 host OS and I'm
currently checking for connectivity issues. Is there any other possible
cause?
It's a long time ago, but could you somehow help me?
Thank you very much.
[image: image]
<https://user-images.githubusercontent.com/74748434/124871335-e31dcb80-dffe-11eb-860f-fd9bf763e7df.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F66DTEIYFMTPBVIPTFTTWVACLANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
Previously, the same error occurred even without hardware like when I sent it, so I thought it was an error that would occur if I did not connect to the hardware. |
Did you finished MoveIt related tutorial and make a virtual robot work?
The screen shot show that a joint state publisher is not working.
…On Thu, Jul 8, 2021 at 2:06 PM yo4hi6o ***@***.***> wrote:
"Roslaunch denso_rc7m_controller_v1.1.launch without hardware connection"
"At another terminal" roslaunch urdf_tutorial display.launch model: =
vp6242.urdf
"When you start the urdf file, probably because of a joint error, the
unjoined part is not displayed.
[image: image]
<https://user-images.githubusercontent.com/74748434/124877313-ebc5d000-e005-11eb-8984-62f19cab10b9.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F63752M744LEH6GLKKLTWVE5XANCNFSM4EJFPNTA>
.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
dear @mahisorn understood! Let's explore the problem this time while checking the moveit tutorial once. Thank you, I really appreciate it! |
dear @mahisorn I may not remember it in the past, but I'm sorry. We have also finished creating moveit.Rviz. It seems that a JOINT error occurred because [joint state publisher] was not put in the workspace. I really appreciate your help. 2021/07/12‐10:52 [Supplement] It seems that an error occurs when changing the network settings of LINUX. Occurs when changing the virtual machine settings from NAT settings to bridge settings. Is it an error caused by network communication? 2021/07/14‐12:06 When I changed to the host OS Linux and set the IP address on the PC side and robot controller side, the following error occurred. [[INFO] [1626164446.126902308]: position_joint_interface: 6 |
I'm sorry while I'm busy. We are still in the process of restoring your repository. Currently, we are working with a university in Kyushu. |
Yes, you are right. You need the b-cab slave mode license. Be careful after
enabling it. Some safety mechanisms will work differently.
…On Mon, Sep 6, 2021 at 8:08 AM yo4hi6o ***@***.***> wrote:
@mahisorn <https://github.com/mahisorn>
I'm sorry while I'm busy. We are still in the process of restoring your
repository. Currently, we are working with a university in Kyushu.
So, does the "You will need a special license from DENSO" you mentioned at
the beginning mean a b-cap slave mode license?
I've researched various things, but it seems that there is no other
license that seems to be related to ROS.
[image: image]
<https://user-images.githubusercontent.com/74748434/132147160-9a037b0b-dd9f-4cce-adeb-c05a7b9a3180.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F62SIYJPLSC3LPWJTP3UAQIA3ANCNFSM4EJFPNTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
Hi @mahisorn I got a slave license key yesterday. |
Hi
On Fri, Oct 1, 2021 at 7:05 AM yo4hi6o ***@***.***> wrote:
Hi @mahisorn <https://github.com/mahisorn>
I got a slave license key yesterday.
Great!
First we will try to match everything to the environment in which you were
using this repository.
Can you tell me the version of ROS you were using?
I think this repository was created at the time, probably GROOVY or HYDRO.
If I remember correctly, it should be Groovy. However, I cannot fully
remember, please try.
[image: Screenshot from 2021-09-30 13-17-47]
… <https://user-images.githubusercontent.com/74748434/135546075-3eda2bec-3a71-42f0-af9f-9fdbf0483394.png>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA75F63TZP2YOIHZHCEDCU3UET3MPANCNFSM4EJFPNTA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
Mahisorn Wongphati, PhD.
ดร. มหิศร ว่องผาติ
Co-founder, CEO
HG Robotics Co., Ltd.
Web: https://www.hiveground.com
Tel: +66-2-163-4654
Mob: +66-88-801-9585
|
Dear Hiveground,
I would like to run a real denso vp6242 by using hiveground-ros-package. I know some one has been control the VP6242 using this package: https://www.youtube.com/watch?v=YPeO9Cnv_9I
I have been git the package: denso_bcap-master, vp6242_description and denso_rc7m_controller-master.
When I run the denso_rc7m_controller.launch It can't run and have some error issues:
Whether the denso_rc7m_controller-master has to need the "ros_control package" as the README.md in https://github.com/hiveground-ros-package/denso_rc7m_controller. If that right, How I can install ros_control package for denso_rc7m_controller-master.
Your help is so appreciate!
Best,
Duong Van Lac
The text was updated successfully, but these errors were encountered: