XDC 2430
5 years 7 months ago #29533426
by hdbot
Hello,
I am trying to connect my Roboteq Controller XDC 2430 using the roboteq driver: github.com/g/roboteq/tree/indigo-devel in ROS. However, when I try to launch the file it won't register the folder is installed. Even though the catkin_make is completed without error. I am aware this is indigo devel, and I am currently using kinetic version of ROS.
Can anybody guide me on how to use Roboteq on Kinetic?
Regards,
Hdbot
I am trying to connect my Roboteq Controller XDC 2430 using the roboteq driver: github.com/g/roboteq/tree/indigo-devel in ROS. However, when I try to launch the file it won't register the folder is installed. Even though the catkin_make is completed without error. I am aware this is indigo devel, and I am currently using kinetic version of ROS.
Can anybody guide me on how to use Roboteq on Kinetic?
Regards,
Hdbot
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
5 years 7 months ago #29533427
by Gabriel_Isko
Replied by Gabriel_Isko on topic XDC 2430
Did you source your setup.bash file in ~/catkin_ws/install?
Please also be aware that the driver you linked to is third party hardware so Roboteq does not officially support it. We are currently working on an official ROS driver for our controllers and accessories.
Please also be aware that the driver you linked to is third party hardware so Roboteq does not officially support it. We are currently working on an official ROS driver for our controllers and accessories.
Please Log in or Create an account to join the conversation.
5 years 7 months ago #29533428
by hdbot
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
5 years 7 months ago - 5 years 7 months ago #29533429
by Gabriel_Isko
Replied by Gabriel_Isko on topic XDC 2430
Will roslaunch auto TAB-complete for the roboteq_driver package after you have built everything?
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
5 years 7 months ago - 5 years 7 months ago #29533431
by Gabriel_Isko
Replied by Gabriel_Isko on topic XDC 2430
It definitely sounds like you set something wrong in your bash environment. Let me know if you can launch example.launch directly from its directory.
I've been fooling around with this driver today on kinetic and I was able to get it to run but there are still some problems with the messages not being built. I think these problems stem from some changes to Catkin between Indigo and Kinetic.
I've been fooling around with this driver today on kinetic and I was able to get it to run but there are still some problems with the messages not being built. I think these problems stem from some changes to Catkin between Indigo and Kinetic.
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
5 years 7 months ago #29533433
by Gabriel_Isko
Replied by Gabriel_Isko on topic XDC 2430
Do you get any error message? I had to manually build the serial package dependency if you didn't do that. It should't build without it however.
Please Log in or Create an account to join the conversation.
- Gabriel_Isko
5 years 7 months ago #29533435
by Gabriel_Isko
Replied by Gabriel_Isko on topic XDC 2430
The ROS driver depends on a
github.com/wjwwood/serialserial library
. It's not getting caught by rosdep. My theory is that it is due to aforementioned changes in catkin in kinetic, but I haven't tested it. But you should clone the serial repo right into uour source directory and rebuild:
cd ~/catkin_ws/src
git clone https://github.com/wjwwood/serial.git
Please Log in or Create an account to join the conversation.
Time to create page: 0.089 seconds