ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

tnajjar's profile - activity

2023-04-17 14:24:14 -0500 commented answer Global logger for logging without a node

Thank you, I'll definitely try it out

2023-03-06 08:15:21 -0500 commented answer Selecting log level in ROS2 launch file

try: some_node = LifecycleNode( arguments= [ "--ros-args", "--log-level", ["some_node:=", l

2023-02-16 08:05:48 -0500 commented answer Selecting log level in ROS2 launch file

you don't need PythonExpression arguments= [ "--ros-args", "--log-level", "node_test:=debug", ] this sho

2023-02-16 08:05:26 -0500 commented answer Selecting log level in ROS2 launch file

you don't need PythonExpression ros_arguments= [ "--ros-args", "--log-level", "node_test:=debug", ] this

2023-02-16 08:04:53 -0500 commented answer Selecting log level in ROS2 launch file

you don't need PythonExpression ros_arguments= [ "--ros-args", "--log-level", "node_test:=debug

2023-02-14 07:34:29 -0500 commented answer [ROS2] Best practice for catching all exceptions for logging

One drawback of the first method, is also that you can't log the exceptions if they occur in __init__, because the node'

2022-11-30 15:41:36 -0500 received badge  Famous Question (source)
2022-11-20 19:50:29 -0500 received badge  Necromancer (source)
2022-11-17 12:43:40 -0500 received badge  Guru (source)
2022-11-17 12:43:40 -0500 received badge  Great Answer (source)
2022-09-21 08:12:49 -0500 received badge  Necromancer (source)
2022-08-29 08:01:06 -0500 commented answer Easy way to cancel a ROS2 action

@AndyZe To find your <service-name>: ros2 node info <your-action-server-node> --include-hidden To cancel

2022-08-29 08:00:50 -0500 commented answer Easy way to cancel a ROS2 action

@AndyZe To find your <service-name>: ros2 node info <your-action-server-node> --include-hidden To cancel

2022-08-29 08:00:37 -0500 commented answer Easy way to cancel a ROS2 action

@AndyZe To find your <service-name>: ros2 node info <your-action-server-node> --include-hidden To cancel

2022-08-29 08:00:37 -0500 received badge  Commentator
2022-08-25 10:35:51 -0500 edited answer Should I manually pass use_sim_time to all nodes in a ROS 2 launchfile ?

See this PR for an alternative solution. @NEngelhard

2022-08-25 10:34:35 -0500 answered a question Should I manually pass use_sim_time to all nodes in a ROS 2 launchfile ?

See this PR for an alternative solution.

2022-08-17 10:20:07 -0500 received badge  Famous Question (source)
2022-08-02 21:19:10 -0500 received badge  Notable Question (source)
2022-07-14 11:53:15 -0500 received badge  Popular Question (source)
2022-07-14 08:30:59 -0500 commented answer Selecting log level in ROS2 launch file

This sets the level for all loggers including rcl which spams a lot. To set the logging level only for your node see her

2022-07-14 08:30:44 -0500 commented answer Selecting log level in ROS2 launch file

This sets the level for all loggers including rcl which spams a lot. To set the logging level just for you node see here

2022-07-13 23:25:37 -0500 received badge  Nice Question (source)
2022-07-13 16:22:40 -0500 commented answer ROS2 Configuration management

I appreciate the help Steve. Could you share some cloud storage and CM software examples that could do the job as you de

2022-07-13 12:25:36 -0500 asked a question ROS2 Configuration management

ROS2 Configuration management Hello, In my project, as we get more customers, more hardware versions, more robots, conf

2022-07-07 04:23:56 -0500 received badge  Necromancer (source)
2022-06-10 08:07:42 -0500 received badge  Enlightened (source)
2022-06-10 08:07:42 -0500 received badge  Good Answer (source)
2022-05-30 02:15:18 -0500 received badge  Notable Question (source)
2022-05-25 16:25:40 -0500 received badge  Popular Question (source)
2022-05-25 09:19:17 -0500 commented question How to interface canopen industrial motor controllers in ROS2?

yeah it's still so fresh it's even hard to find with google

2022-05-25 09:07:56 -0500 received badge  Student (source)
2022-05-25 09:01:03 -0500 asked a question How to interface canopen industrial motor controllers in ROS2?

How to interface canopen industrial motor controllers in ROS2? Hey! Disclaimer: I'm a canopen noob. I have a working g

2022-05-19 04:20:55 -0500 edited answer ROS2 ros2_control/hardware_interface/ - working example?

Here are a couple more examples: https://github.com/frankaemika/franka_ros2/tree/develop/franka_hardware https://githu

2022-05-19 04:20:47 -0500 edited answer ROS2 ros2_control/hardware_interface/ - working example?

Here are a couple more examples: https://github.com/frankaemika/franka_ros2/tree/develop/franka_hardware https://githu

2022-05-19 04:20:37 -0500 answered a question ROS2 ros2_control/hardware_interface/ - working example?

Here are a couple more examples: https://github.com/frankaemika/franka_ros2/tree/develop/franka_hardware https://github

2022-03-07 06:16:49 -0500 answered a question Ros2 Foxy tf.transformations.quaternion_from_euler equivalent

This might be useful: https://github.com/DLu/tf_transformations

2022-02-20 15:45:08 -0500 answered a question Error at startup display.launch.py: cannot import name 'Command'

It looks like Command is not in Eloquent. https://github.com/ros2/launch/tree/eloquent/launch/launch/substitutions It w

2022-02-19 11:04:47 -0500 commented answer Joint with three degrees of freedom URDF

5 years later I'm still interested in this if someone has an answer

2022-02-19 11:04:37 -0500 answered a question Joint with three degrees of freedom URDF

5 years later I'm still interested in this if someone has an answer

2022-01-25 16:35:15 -0500 commented question Gazebo lost links and joints when load urdf file which is well in rviz

Does this help you? https://github.com/osrf/gazebo/issues/2732

2022-01-25 16:27:27 -0500 commented answer ros2 launch using IncludeLaunchDescription and remapping topics

Yes that should be the way. I implemented it myself not so long ago so if you have troubles let us know.

2022-01-18 10:40:02 -0500 commented answer Global logger for logging without a node

Does someone have an answer for rclpy?

2022-01-10 18:27:29 -0500 received badge  Nice Answer (source)
2022-01-10 17:40:11 -0500 received badge  Teacher (source)
2022-01-10 17:06:32 -0500 answered a question Groot Installation on ROS2 Foxy

Hello @osilva, I believe what you are referring to is integration of Groot with the Nav2 stack. You can however install

2022-01-10 16:43:02 -0500 received badge  Editor (source)
2022-01-10 16:43:02 -0500 edited answer Calling a local python script from a python launch file

Try adding this to your launch file: import os import sys dir_path = os.path.dirname(os.path.realpath(__file__)) sys.pa

2022-01-10 16:42:09 -0500 edited answer Calling a local python script from a python launch file

Try adding this to your launch file: dir_path = os.path.dirname(os.path.realpath(__file__)) sys.path.append(dir_path) f

2022-01-10 16:41:59 -0500 answered a question Calling a local python script from a python launch file

Try adding this to your launch file: dir_path = os.path.dirname(os.path.realpath(__file__)) sys.path.append(dir_path) f