-
Notifications
You must be signed in to change notification settings - Fork 407
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a set_analog_output service (#714)
* Add a set_analog_output service This service allows setting an analog output with an output domain. * Fix formatting
- Loading branch information
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b70c5b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This update is causing errors during catkin_make. It's unable to find the correct include file. As its called Analog in ur_msgs. After fixing that then there were a string of carry over errors.
Edit 9/10/24 15:10 - reverting to checkout 27dbac5 fixed the catkin_make issue.
b70c5b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you have the most recent version of ur_msgs installed?
SetAnalogOutput
is included from version 1.4.0 on. That has been made available to noetic 6 days ago: https://discourse.ros.org/t/new-packages-for-noetic-2024-10-03/39917b70c5b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I have version 1.4.0. I attempted reverting back to master and received the error (see attached image).
I determine its because I don't have the Universal Robot Client Library, however, when I did install that package it was unable to catkin_make and created bigger problems for me.
When investigating further, I found that the URCL package doesn't include the catkin macros in the CMakeLists.txt. My ROS knowledge is not sufficient enough to figure out a solution to this besides from reverting to the previous version before this update.
b70c5b2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the same issues. I use the melodic. It's unable to find the correct include file too.