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

jeroendm's profile - activity

2022-05-11 13:56:45 -0500 received badge  Nice Question (source)
2022-03-31 08:27:56 -0500 received badge  Good Answer (source)
2022-03-01 04:57:56 -0500 received badge  Great Answer (source)
2021-10-12 01:07:03 -0500 received badge  Good Answer (source)
2021-10-12 01:03:32 -0500 received badge  Student (source)
2021-04-15 23:15:14 -0500 received badge  Famous Question (source)
2021-02-25 05:46:56 -0500 received badge  Nice Answer (source)
2020-12-08 18:08:03 -0500 received badge  Nice Answer (source)
2020-12-08 05:02:44 -0500 edited answer MoveIt orientation constraint causes arbitrary motion

I am pretty sure this is precisely the problem @RobertWilbrandt explained: This is caused by "jumps" in the IK, wher

2020-12-08 05:02:44 -0500 received badge  Editor (source)
2020-12-08 04:56:21 -0500 answered a question MoveIt orientation constraint causes arbitrary motion

I am pretty sure this is precisly the problem @RobertWilbrandt explained: This is caused by "jumps" in the IK, where

2020-12-08 04:56:21 -0500 received badge  Rapid Responder (source)
2020-08-10 04:59:32 -0500 received badge  Famous Question (source)
2020-07-10 10:02:03 -0500 commented answer How to use the planning scene monitor in C++

Good idea to check whether the connection was successful with csm.isActive()! The PlanningSceneMonitor does not have thi

2020-07-09 04:22:06 -0500 received badge  Self-Learner (source)
2020-07-06 03:56:36 -0500 edited answer How to use the planning scene monitor in C++

I understand the recommendations in Omid's answer, but it does not contain instructions to create the PlanningSceneMonit

2020-07-06 03:29:05 -0500 answered a question How to use the planning scene monitor in C++

I understand the recommendations in Omid's answer, but it does not contain instructions to create the PlanningSceneMonit

2020-07-05 10:21:21 -0500 received badge  Notable Question (source)
2020-07-02 01:40:06 -0500 received badge  Popular Question (source)
2020-07-01 04:57:21 -0500 asked a question How to use the planning scene monitor in C++

How to use the planning scene monitor in C++ What is the correct way to create a MoveIt PlanningSceneMonitor in C++ for

2020-07-01 04:51:38 -0500 received badge  Notable Question (source)
2020-06-03 04:47:03 -0500 marked best answer Using unreleased test dependencies on the ROS build farm

Is there a recommended way to use unreleased dependencies in tests executed on the ROS build farm?

In my specific case we use MoveIt robot configuration packages to test an inverse kinematics plugin. I had to leave this dependency out of the package.xml to make the release work. Some solutions I consider, but am not happy about, are:

  • Writing new tests that only depend on released packages.
  • Creating a metapackage and adding all the dependencies to the repository.
  • Try to add it to moveit_resources. (see this issue)

@gavanderhoorn mentioned another possible solution in a Github comment:

Devel jobs should however have access to test_depends and I believe that's actually possible by specifying additional repositories as dependencies/prerequisites somehow in the distribution.yaml.

Notice that the CI setup with Travis works fine using a .travis.rosinstall file.

Related questions that do not provide an answer to this one.

2020-06-03 04:47:03 -0500 received badge  Scholar (source)
2020-06-02 13:38:54 -0500 received badge  Popular Question (source)
2020-06-02 07:51:11 -0500 commented answer Using unreleased test dependencies on the ROS build farm

On the topic of should this be possible @v4nh notes (on discord) that: From my perspective test dependencies should

2020-06-02 07:43:34 -0500 received badge  Supporter (source)
2020-06-02 07:43:15 -0500 commented answer Using unreleased test dependencies on the ROS build farm

The other workaround is that the test build actually fetches the resources Aah, I never though of that, it seems CM

2020-06-02 05:18:13 -0500 asked a question Using unreleased test dependencies on the ROS build farm

Using unreleased test dependencies on the ROS build farm Is there a recommended way to use unreleased dependencies in te

2020-01-21 09:34:59 -0500 received badge  Enthusiast
2020-01-17 05:08:13 -0500 received badge  Necromancer (source)
2020-01-17 05:08:13 -0500 received badge  Teacher (source)
2020-01-16 03:07:37 -0500 answered a question Class trajopt_interface/TrajOptPlanner cannot be found in Moveit tutorials

It seems that there is a CATKIN_IGNORE file in the trajopt_planner package in the master branch of MoveIt. This means th

2018-09-27 04:21:06 -0500 commented answer moveit: param server is missing planner configurations

I also encountered the problem in kinetic. Yongming's suggestion above solved the problem, thank you! I do hope this sol

2018-07-28 09:29:49 -0500 commented answer how to write an IK plugin in moveit

It would still be interesting to have some pointers to information on the original question (building a custom IK plugin