AndyZe

Results 80 issues of AndyZe

This is a question I had when reading through the tutorial for the first time. ![camera_pose_initial_guess](https://user-images.githubusercontent.com/11284393/131159521-c46d87c5-b3fb-4e2d-81df-6d7599d01a05.png)

PR #210 had some #if - type stuff that can be simplified when the default FCL version is >0.5. ``` #if FCL_MAJOR_VERSION > 0 || FCL_MINOR_VERSION > 5 #include #endif...

I just noticed this warning while building (`ros2` branch): ``` --- stderr: geometric_shapes In file included from /usr/include/eigen3/Eigen/Core:294, from /usr/include/eigen3/Eigen/Geometry:11, from /workspaces/ws_miso/src/geometric_shapes/include/geometric_shapes/aabb.h:34, from /workspaces/ws_miso/src/geometric_shapes/include/geometric_shapes/bodies.h:35, from /workspaces/ws_miso/src/geometric_shapes/src/bodies.cpp:31: In member function ‘Eigen::PlainObjectBase&...

This tutorial: https://moveit.picknik.ai/main/doc/examples/move_group_interface/move_group_interface_tutorial.html Hangs after clicking Next the 3rd time. I'm building `moveit2_tutorials` and `moveit2` from source (main branches), everything else from debian. Rolling ROS distro. CycloneDDS middleware.

help wanted
main

**Description** I'm specifically talking about this issue: https://github.com/ros-planning/moveit2/issues/1474. I only changed the order in which code is executed by creating the MoveGroup Interface before the executor. The format of the...

### Description Should be `roslaunch moveit_resources_panda_moveit_config rviz_tutorial:=true` ![launch](https://user-images.githubusercontent.com/11284393/225687959-b7b7738a-0b59-485a-8297-48b7abcfa516.png)

help wanted
wmd candidate

From what I see here, the service client is non-blocking: https://github.com/BehaviorTree/BehaviorTree.ROS2/blob/b8ee38197013fd9160716000fa1e2dbb2895fb17/behaviortree_ros2/include/behaviortree_ros2/bt_service_node.hpp#L59 I think it would be nice to have a blocking version as well, since people often send a service...

I'm following the tutorial [here](http://wiki.ros.org/abb_driver/Tutorials/RobotStudio) to simulate a robot with RobotStudio. It's going fairly well until this step: ``` Before continuing in RobotStudio, you need to put the RAPID files...

documentation
good first issue
help wanted

This is a proposal to trigger generic "things" during trajectory execution. I propose extending the trajectory_msgs/JointTrajectory message type with an additional **string[] waypoint_callbacks** field. The length of this field should...

This won't be easy. Refer to the Reflexxes library.