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

itfanr's profile - activity

2022-09-15 01:48:12 -0500 received badge  Famous Question (source)
2021-06-07 08:28:59 -0500 received badge  Necromancer (source)
2019-08-22 20:15:38 -0500 received badge  Famous Question (source)
2019-05-07 02:39:46 -0500 received badge  Famous Question (source)
2019-04-25 05:02:28 -0500 received badge  Necromancer (source)
2019-04-25 05:02:28 -0500 received badge  Teacher (source)
2019-03-01 16:31:48 -0500 marked best answer How to launch a node with it's dependencies have started

I have 5 launch file. Some node must start when some nodes have started , or they cannot work.

If all the nodes are written by myself, it is easy to deal with.

But now, I use some packages like moveit, whose code is not in my workspace and I donnot want to rewrite it :

<node name="move_group" launch-prefix="$(arg launch_prefix)" pkg="moveit_ros_move_group" type="move_group" respawn="false" output="screen" args="$(arg command_args)">

https://github.com/ros/ros_comm/issue...

2019-02-06 04:37:04 -0500 received badge  Notable Question (source)
2019-02-06 04:37:04 -0500 received badge  Notable Question (source)
2018-11-28 17:05:13 -0500 received badge  Famous Question (source)
2018-11-22 22:06:02 -0500 received badge  Notable Question (source)
2018-11-16 08:52:08 -0500 received badge  Favorite Question (source)
2018-11-16 08:51:42 -0500 received badge  Nice Question (source)
2018-11-15 16:04:07 -0500 received badge  Notable Question (source)
2018-11-07 17:54:35 -0500 received badge  Student (source)
2018-11-07 17:54:31 -0500 received badge  Popular Question (source)
2018-11-06 18:42:48 -0500 asked a question what is difference between local_setup.bash and setup.bash in ros2

what is difference between local_setup.bash and setup.bash in ros2 itfanr@itfanr-pc:ros2_ws$ cd /opt/ros/bouncy itfanr@i

2018-11-05 04:19:58 -0500 received badge  Popular Question (source)
2018-11-01 19:51:20 -0500 answered a question ros2 tab completion not working after Bouncy

My tab completion can complete some first args, but the second args usually work not good. Are there some ways to refre

2018-10-31 03:30:36 -0500 answered a question How to compile the Connext DDS with ROS2

source the Connext specific script before invoking the build

2018-10-23 00:27:04 -0500 answered a question How to define position constraint msgs in moveit

http://docs.ros.org/indigo/api/moveit_tutorials/html/doc/pr2_tutorials/planning/src/doc/motion_planning_api_tutorial.htm

2018-10-01 03:06:46 -0500 edited answer Difference between <dynamics damping="0.7" friction="100.0" /> and <mu1>1</mu1>

<dynamics> (optional) An element specifying physical properties of the joint. These values are used to specify mo

2018-10-01 03:04:55 -0500 answered a question Difference between <dynamics damping="0.7" friction="100.0" /> and <mu1>1</mu1>

<dynamics> (optional) An element specifying physical properties of the joint. These values are used to specify mo

2018-10-01 02:55:10 -0500 commented answer Where are the source code of effort_controllers ?

https://github.com/ros-controls/ros_controllers/blob/melodic-devel/effort_controllers/src/joint_effort_controller.cpp W

2018-09-30 17:29:46 -0500 received badge  Popular Question (source)
2018-09-29 21:02:40 -0500 commented answer Switching between controllers with ros_control / controller_manager

It is still through service call. And I tried cm.unload() function, but return 0(failed) always.

2018-09-29 21:02:27 -0500 commented answer Switching between controllers with ros_control / controller_manager

It is still through service. And I tried cm.unload() function, but return 0(failed) always.

2018-09-29 19:35:09 -0500 edited question Where are the source code of effort_controllers ?

Where are the source code of effort_controllers ? I just found some code: void forward_command_controller::ForwardComm

2018-09-29 19:34:52 -0500 edited question Where are the source code of effort_controllers ?

Where are the source code of effort_controllers ? I just found some code: ``` template <class t=""> void forward

2018-09-29 19:33:35 -0500 edited question Where are the source code of effort_controllers ?

Where are the source code of effort_controllers ? I just found some code: ``` template <class t=""> void forward

2018-09-29 19:33:01 -0500 asked a question Where are the source code of effort_controllers ?

Where are the source code of effort_controllers ? I just found some code: template <class T> void forward_comman

2018-09-14 00:53:45 -0500 commented answer pid controller

You can refer to this repo to write a controller: https://github.com/epfl-lasa/kuka-lwr-ros

2018-09-10 03:14:43 -0500 answered a question How to locate a ros file with a relative path

refer to: https://answers.ros.org/question/73906/path-to-resource-files-in-c-node/

2018-09-10 03:12:14 -0500 edited question How to locate a ros file with a relative path

How to locate a ros file I want to open a file in other package or a file not in current folder. Does ros have function

2018-09-10 03:12:14 -0500 received badge  Editor (source)
2018-09-10 03:11:51 -0500 edited question How to locate a ros file with a relative path

How to locate a ros file I want to open a file in other package or a file not in current folder. Does ros have function

2018-09-10 03:11:26 -0500 asked a question How to locate a ros file with a relative path

How to locate a ros file I want to open a file in other package or a file not in current folder. Does ros have function

2018-09-10 02:53:02 -0500 received badge  Commentator
2018-09-10 02:44:43 -0500 answered a question rosrun crash on auto-complete (tab)

I encountered this problem too.

2018-09-09 22:42:04 -0500 commented question creating URDF using the D-H parameters.

@manipulator http://wiki.ros.org/collada_urdf

2018-09-09 22:35:24 -0500 commented answer Denavit-Hartenberg (DH) to URDF/SDF or /tf /tf2?

Is it useful and can it convert URDF to DH?

2018-09-09 22:31:18 -0500 commented answer Get DH parameters from URDF

DH is a legacy concept nowadays?

2018-09-09 22:30:05 -0500 commented answer Extract DH Parameters From URDF File

404…………………………………………

2018-09-09 22:25:39 -0500 commented answer D-H table for youbot

404……………………

2018-08-30 22:09:40 -0500 commented question How can I retrieve a list of process IDs of ROS nodes?

I am sorry. I thought a controller_manager will spawn a node before. Now I have known that controller_manager is just a

2018-08-30 22:09:16 -0500 commented question How can I retrieve a list of process IDs of ROS nodes?

I am sorry. I thought a controller_spawner will spawn a node before. Now I have known that controller_spawner is just a

2018-08-29 03:57:52 -0500 answered a question How can I retrieve a list of process IDs of ROS nodes?

There are not elfin_joint_controller_spawner spawned nodes. Is it a bug?

2018-08-28 00:54:21 -0500 commented answer How to launch a node with it's dependencies have started

Thank you. I will read this pages and have a try with http://wiki.ros.org/capabilities.

2018-08-22 01:08:10 -0500 received badge  Popular Question (source)
2018-08-22 00:56:12 -0500 commented answer roslaunch command line args

param is not ok with launch command