python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
error: cannot bind non-const lvalue reference of type ... to an rvalue of type ... when initializing an SimpleActionClient obj in .h file
I recently developed a ros pkg, I want to initialize an action client object as a member var in head file, so that I can use it in different member functions.
Here is the code in .h file:
actionli...
zhixin
Votes: 0
Answers: 0
How to define optional arguments in ROS service request
I want to define optional arguments in my ROS service request, the .srv file looks like this:
abb_rapid_msgs/RobTarget pickpoint
abb_rapid_msgs/RobTarget placepoint
bool leftarm
# Optional Parameters
...

Bilal
Votes: 0
Answers: 1
Is ROS installed by default in Arago?
I am trying to learn about Arago, still a beginner. Reading this question gives me the impression that ROS is by default installed in the default Arago image.
Is this understanding correct? Is ROS (o...
KansaiRobot
Votes: 0
Answers: 0
ROS cpp callback without message type
I want to create a ROS node that is able to listen to a topic without knowing its message type. In python, this is possible as can be seen here:
https://schulz-m.github.io/2016/07/18/rospy-subscribe-t...

J.P.S.
Votes: 0
Answers: 1