Skip to main content

Questions tagged [rclpy]

0 votes
0 answers
7 views

Context Hello, I recently wanted to implement a ros2 node (in rclpy) that manages multiple action servers. I wanted to make sure that only one action goal can be ...
MIKE PAPADAKIS's user avatar
0 votes
1 answer
25 views

...
Sabyasachi Choudhury's user avatar
0 votes
1 answer
85 views

Current state I am trying to get the current state of a Managed Node from another Node, in ROS2 Jazzy. To manage multiple lifecycle nodes from a single node. Doing so by calling the ...
JustPtrck's user avatar
  • 174
0 votes
1 answer
107 views

ROS2 Humble. My ROS node has internal loggers created using rclpy.logging.get_logger('logname'). this is done because i want the logger to have different name from the node logger. However, I dont see ...
Charly Wu's user avatar
0 votes
0 answers
72 views

I'm working with a custom ROS 2 Action Server that coordinates a hybrid automaton. When a goal is received, the server triggers a set of services and continuously publishes feedback until a mission-...
RyanQUB's user avatar
0 votes
1 answer
47 views

I want to be able to write tests to verify that a node initialises correctly with different parameters. The parameters are retrieved/defined in the node's init function as follows. ...
heuristicus's user avatar
0 votes
1 answer
26 views

Say I have a Pose message. How can I get its full namespaced type geometry_msgs/msg/Pose from the object? I've looked in ...
heuristicus's user avatar
1 vote
0 answers
36 views

I have a node which has an ActionServer implementation which requires the use of a MultiThreadedExecutor. I would like to ...
heuristicus's user avatar
0 votes
1 answer
129 views

I'm trying to convert some code from ros1 into ros2. In ros1, it was possible to print logging messages from anywhere in a process by using ...
heuristicus's user avatar
0 votes
1 answer
223 views

I have a class which I'm using to handle topics which could be of a variety of different types. I know the topic name, but I can't necessarily infer the type of the topic from its name. Also, having ...
heuristicus's user avatar
0 votes
1 answer
138 views

I am trying to get the transformation from my forklift robot's base link to the fork frame but I am struggling to understand how I can supply a namespace to rclpy's TransformListener. I have tried to ...
splendicus's user avatar
0 votes
1 answer
117 views

Using something like ...
AYN's user avatar
  • 3
0 votes
1 answer
169 views

In rclcpp, I use node->create_sub_node() to dynamically create nodes under the namespace. And I am looking for something similar for the rclpy. I couldn't find inbuild functionality, but if someone ...
aarsht7's user avatar
  • 303
3 votes
1 answer
952 views

I was checking the code from example packages, such as demo_nodes_py and found out that there were no destroy_node() or ...
ÁngeLoGa's user avatar
  • 380
0 votes
1 answer
142 views

Are there any recommended ways for doing full multithreaded processing (multiple cores) with ROS2 python/rclpy? The multithreaded executor is often recommended, but it seems that executor is subject ...
swan's user avatar
  • 27

15 30 50 per page
1
2 3 4 5
7